source: clfs-sysroot/BOOK/introduction/common/changelog.xml@ e11607f

Last change on this file since e11607f was e11607f, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Updated clfs-2.0 branch to OPL license.

  • Property mode set to 100644
File size: 13.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-intro-changelog" xreflabel="Master Changelog">
9 <?dbhtml filename="changelog.html"?>
10
11 <title>Master Changelog</title>
12
13 <para>This is version &version; of the Cross-Compiled Linux From Scratch book, dated
14 &releasedate;. If this book is more than six months old, a newer and better
15 version is probably already available. To find out, please check one of the
16 mirrors via <ulink url="&clfs-wiki;"/>.</para>
17
18 <para>Below is a list of detailed changes made since the previous release of
19 the book.</para>
20
21 <itemizedlist>
22 <title>Changelog Entries:</title>
23
24<!-- Changelog template
25
26 <listitem>
27 <para>Date</para>
28 <itemizedlist>
29 <listitem>
30 <para>[name] - New changelog entry.</para>
31 </listitem>
32 <listitem>
33 <para>[name] - Previous changelog entry.</para>
34 </listitem>
35 </itemizedlist>
36 </listitem>
37-->
38
39 <listitem>
40 <para>October 5, 2006</para>
41 <itemizedlist>
42 <listitem>
43 <para>[manuel] - Changed book license to the Open Publication
44 License v1.0.</para>
45 </listitem>
46 </itemizedlist>
47 </listitem>
48
49 <listitem>
50 <para>August 31, 2006</para>
51 <itemizedlist>
52 <listitem>
53 <para>[jciccone] - Added a Host System Requirements page.</para>
54 </listitem>
55 <listitem>
56 <para>[jciccone] - Updated to Vim Patch -12, which contains upstream
57 fixes. This patch will be upgraded weekly, no further changelog
58 entries needed.</para>
59 </listitem>
60 <listitem>
61 <para>[jciccone] - Add patch to fix gzexe. Used Matts change from LFS,
62 that utilizes Robert's fix. More details at
63 http://wiki.linuxfromscratch.org/lfs/ticket/1876.</para>
64 </listitem>
65 <listitem>
66 <para>[jciccone] - Added a patch to fix Inetutils. Telnet on 64 bit
67 systems will fail, it will attempt to connect to 255.255.255.255
68 instead of the ip address entered. This was due to a change in glibc's
69 handling of inet_addr, was long now is u_int32_t. Bug found by
70 Vladimir Vainer.</para>
71 </listitem>
72 <listitem>
73 <para>[jciccone] - Updated Linux to 2.6.17.13 and Linux Headers to 2.6.17.13-09092006.</para>
74 </listitem>
75 <listitem>
76 <para>[jciccone] - Replaced the Perl -fPIC patch with a sed.</para>
77 </listitem>
78 <listitem>
79 <para>[jciccone] - Removed the keymap settings from the kernel
80 pages.</para>
81 </listitem>
82 <listitem>
83 <para>[jciccone] - Added Shadow patch to fix useradd.</para>
84 </listitem>
85 </itemizedlist>
86 </listitem>
87
88 <listitem>
89 <para>August 30, 2006</para>
90 <itemizedlist>
91 <listitem>
92 <para>[jciccone] - Updated to Coreutils Uname Patch -2, which supports all architectures.</para>
93 </listitem>
94 <listitem>
95 <para>[jciccone] - Updated to Vim Patch -10, which contains upstream
96 fixes.</para>
97 </listitem>
98 <listitem>
99 <para>[jciccone] - Updated to Udev 098 and udev-cross-lfs to
100 1.1-08272006 rules.</para>
101 </listitem>
102 <listitem>
103 <para>[jciccone] - Updated to Findutils 4.2.28.</para>
104 </listitem>
105 <listitem>
106 <para>[jciccone] - Updated to M4 1.4.6.</para>
107 </listitem>
108 <listitem>
109 <para>[jciccone] - Updated to Autoconf 2.60.</para>
110 </listitem>
111 <listitem>
112 <para>[jciccone] - Updated to Man-Pages 2.39.</para>
113 </listitem>
114 <listitem>
115 <para>[jciccone] - Updated to Procps 3.2.7.</para>
116 </listitem>
117 <listitem>
118 <para>[jciccone] - Updated to Coreutils 0.97.</para>
119 </listitem>
120 <listitem>
121 <para>[jciccone] - Updated to Shadow 4.0.18.1.</para>
122 </listitem>
123 <listitem>
124 <para>[jciccone] - Updated to Gettext 0.15.</para>
125 </listitem>
126 <listitem>
127 <para>[jciccone] - Updated to Cross-LFS Bootscripts 0.4.</para>
128 </listitem>
129 <listitem>
130 <para>[jciccone] - Updated to Linux-2.6.17.11 and Linux-Headers to
131 2.6.17.11-08232006.</para>
132 </listitem>
133 <listitem>
134 <para>[jciccone] - Added the Perl fPIC patch which makes perl build
135 a shared DynaLoader.a.</para>
136 </listitem>
137 <listitem>
138 <para>[jciccone] - Removed mention of package users hint from
139 "Package Management" page.</para>
140 </listitem>
141 </itemizedlist>
142 </listitem>
143
144 <listitem>
145 <para>August 8, 2006</para>
146 <itemizedlist>
147 <listitem>
148 <para>[jciccone] - Moved man-pages to the beginning of the build.
149 (fixes ticket #82).</para>
150 </listitem>
151 </itemizedlist>
152 </listitem>
153
154 <listitem>
155 <para>August 7, 2006</para>
156 <itemizedlist>
157 <listitem>
158 <para>[jciccone] - Fixed a problem where when bash is cross-compiled
159 it cannot test for the presence of named pipes.</para>
160 </listitem>
161 <listitem>
162 <para>[jciccone] - Fixed symlink issue in bootscripts. New package
163 CLFS-bootscropts 0.3.</para>
164 </listitem>
165 </itemizedlist>
166 </listitem>
167
168 <listitem>
169 <para>July 22, 2006</para>
170 <itemizedlist>
171 <listitem>
172 <para>[jciccone] - Updated the perl cross-compile patch to -2 to
173 support x86.</para>
174 </listitem>
175 <listitem>
176 <para>[jciccone] - Added x86 to the book.</para>
177 </listitem>
178 </itemizedlist>
179 </listitem>
180
181 <listitem>
182 <para>July 21, 2006</para>
183 <itemizedlist>
184 <listitem>
185 <para>[jciccone] - Added TZDIR="${CLFS}/usr/share/zoneinfo" to the
186 tzselect command. This makes sure that the tzselect command looks in
187 zoneinfo dir that was just installed by glibc instead of the host.
188 </para>
189 </listitem>
190 </itemizedlist>
191 </listitem>
192
193 <listitem>
194 <para>July 20, 2006</para>
195 <itemizedlist>
196 <listitem>
197 <para>[jciccone] - Added groff to cross-tools to satisfy a dependency
198 when cross-compiling it later in the final system.</para>
199 </listitem>
200 <listitem>
201 <para>[jciccone] - Updated to Udev-096.</para>
202 </listitem>
203 <listitem>
204 <para>[jciccone] - Updated to linux-2.6.17.6 and
205 linux-headers-2.6.17.6-07202006.</para>
206 </listitem>
207 </itemizedlist>
208 </listitem>
209
210 <listitem>
211 <para>July 16, 2006</para>
212 <itemizedlist>
213 <listitem>
214 <para>[jciccone] - Added a sed to fix updatedb due to the new
215 location of find.</para>
216 </listitem>
217 <listitem>
218 <para>[jciccone] - Removed unneeded chown and chmod commands from
219 the linux-headers installation.</para>
220 </listitem>
221 </itemizedlist>
222 </listitem>
223
224 <listitem>
225 <para>July 10, 2006</para>
226 <itemizedlist>
227 <listitem>
228 <para>[jciccone] - Updated to linux-headers-2.6.17.4-07112006.</para>
229 </listitem>
230 </itemizedlist>
231 </listitem>
232
233 <listitem>
234 <para>July 10, 2006</para>
235 <itemizedlist>
236 <listitem>
237 <para>[jciccone] - Updated to linux-headers-2.6.17.4-07092006.</para>
238 </listitem>
239 </itemizedlist>
240 </listitem>
241
242 <listitem>
243 <para>July 9, 2006</para>
244 <itemizedlist>
245 <listitem>
246 <para>[jciccone] - Updated to linux-2.6.17.4 and
247 linux-headers-2.6.17.4-07072006.</para>
248 </listitem>
249 <listitem>
250 <para>[jciccone] - Updated Udev rules to 07062006, Fixed cdrom
251 permissions and groups. </para>
252 </listitem>
253 <listitem>
254 <para>[jciccone] - Fixes a possible issue with bootscripts if the
255 /usr partition is not mounted during startup. Moved find to /bin
256 and moved some kbd utilities to /bin.</para>
257 </listitem>
258 </itemizedlist>
259 </listitem>
260
261 <listitem>
262 <para>July 2, 2006</para>
263 <itemizedlist>
264 <listitem>
265 <para>[jciccone] - Updated passwd and group file creation
266 to only create minimal users and groups and
267 include information on other users/groups.</para>
268 </listitem>
269 <listitem>
270 <para>[jciccone] - Updated to Cross-LFS Bootscripts. Added check for
271 for /etc/sysconfig/createfiles.</para>
272 </listitem>
273 </itemizedlist>
274 </listitem>
275
276 <listitem>
277 <para>June 28, 2006</para>
278 <itemizedlist>
279 <listitem>
280 <para>[jciccone] - Updated to linux-headers-2.6.17.1-06272006.</para>
281 </listitem>
282 </itemizedlist>
283 </listitem>
284
285 <listitem>
286 <para>June 24, 2006</para>
287 <itemizedlist>
288 <listitem>
289 <para>[jciccone] - Updated to Binutils-2.17.</para>
290 </listitem>
291 </itemizedlist>
292 </listitem>
293
294 <listitem>
295 <para>June 22, 2006</para>
296 <itemizedlist>
297 <listitem>
298 <para>[jciccone] - Updated Vim 7.0 fixes patch to -5.</para>
299 </listitem>
300 <listitem>
301 <para>[jciccone] - Updated to linux-headers-2.6.17.1-06212006.</para>
302 </listitem>
303 <listitem>
304 <para>[jciccone] - Updated Vim 7.0 fixes patch to -4.</para>
305 </listitem>
306 <listitem>
307 <para>[jciccone] - Added mktemp to the Linux dependency list. New
308 dependency as of 2.6.17.</para>
309 </listitem>
310 </itemizedlist>
311 </listitem>
312
313 <listitem>
314 <para>June 21, 2006</para>
315 <itemizedlist>
316 <listitem>
317 <para>[jciccone] - Updated to linux-2.6.17.1 and linux-headers-2.6.17.1-06202006-1.</para>
318 </listitem>
319 </itemizedlist>
320 </listitem>
321
322 <listitem>
323 <para>June 19, 2006</para>
324 <itemizedlist>
325 <listitem>
326 <para>[jciccone] - Updated to man-1.6d.</para>
327 </listitem>
328 <listitem>
329 <para>[jciccone] - Added an iconv_fix patch to glibc which fixes an
330 issue that has shown up primarily in samba.</para>
331 </listitem>
332 <listitem>
333 <para>[jciccone] - Updated to linux-2.6.17 and
334 linux-headers-2.6.17-06192006.</para>
335 </listitem>
336 </itemizedlist>
337 </listitem>
338
339 <listitem>
340 <para>June 18, 2006</para>
341 <itemizedlist>
342 <listitem>
343 <para>[jciccone] - Added the glibc crosscompile_timezone-fix to glibc
344 which installs timezone info when cross-compiling.</para>
345 </listitem>
346 </itemizedlist>
347 </listitem>
348
349 <listitem>
350 <para>June 16, 2006</para>
351 <itemizedlist>
352 <listitem>
353 <para>[jciccone] - Added information about cross-compiling perl.</para>
354 </listitem>
355 </itemizedlist>
356 </listitem>
357
358 <listitem>
359 <para>June 15, 2006</para>
360 <itemizedlist>
361 <listitem>
362 <para>[jciccone] - Updated to Binutils-2.16.94.</para>
363 </listitem>
364 </itemizedlist>
365 </listitem>
366
367 <listitem>
368 <para>June 11, 2006</para>
369 <itemizedlist>
370 <listitem>
371 <para>[jciccone] - Updated the list of installed programs for several packages.</para>
372 </listitem>
373 <listitem>
374 <para>[jciccone] - Fixed the module-init-tools install in the presence of existing files.</para>
375 </listitem>
376 <listitem>
377 <para>[jciccone] - Updated to Linux-Headers-2.6.16.20-06092006.</para>
378 </listitem>
379 <listitem>
380 <para>[jciccone] - Updated to Shadow-4.0.16.</para>
381 </listitem>
382 </itemizedlist>
383 </listitem>
384
385 <listitem>
386 <para>June 6, 2006</para>
387 <itemizedlist>
388 <listitem>
389 <para>[jciccone] - Added information about cross-compiling vim.</para>
390 </listitem>
391 </itemizedlist>
392 </listitem>
393
394 <listitem>
395 <para>May 29, 2006</para>
396 <itemizedlist>
397 <listitem>
398 <para>[jciccone] - Updated to linux-2.6.16.20, linux-headers-2.6.16.20-06052006, and Bison-2.3.</para>
399 </listitem>
400 <listitem>
401 <para>[jciccone] - Added a patch to fix a missing declaration of R_OK in util-linux.</para>
402 </listitem>
403 <listitem>
404 <para>[jciccone] - Updated to e2fsprogs-1.39, man-pages-2.33, and linux-headers-2.6.16.19-06042006.</para>
405 </listitem>
406 </itemizedlist>
407 </listitem>
408
409 <listitem>
410 <para>May 29, 2006</para>
411 <itemizedlist>
412 <listitem>
413 <para>[jciccone] - Updated to linux-headers-05292006, udev-093, and binutils-2.16.93.</para>
414 </listitem>
415 </itemizedlist>
416 </listitem>
417
418 <listitem>
419 <para>May 24, 2006</para>
420 <itemizedlist>
421 <listitem>
422 <para>[jciccone] - Created the clfs-2.0 branch. Resetting all Changelogs.</para>
423 </listitem>
424 </itemizedlist>
425 </listitem>
426
427 </itemizedlist>
428
429 <para>Branch Synced from cross-lfs-1.0 on May 24th, 2006</para>
430
431</sect1>
Note: See TracBrowser for help on using the repository browser.