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

Last change on this file since c0cd0ca was aa7d916, checked in by Joe Ciccone <jciccone@…>, 18 years ago

Updated to Glibc 2.5.

  • Property mode set to 100644
File size: 17.6 KB
RevLine 
[02095ae]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
[d5d4d82]16 mirrors via <ulink url="&clfs-wiki;"/>.</para>
[02095ae]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
[4b560b6]39 <listitem>
40 <para>November 11, 2006</para>
41 <itemizedlist>
[aa7d916]42 <listitem>
43 <para>[jciccone] - Added a patch to fix a versioning issue with Glibc 2.5.</para>
44 </listitem>
45 <listitem>
46 <para>[jciccone] - Updated to Glibc 2.5.</para>
47 </listitem>
[b9b48cc]48 <listitem>
49 <para>[jciccone] - Modified the instructions for disabling the
50 installation of the groups program to account for changes in shadow's
51 Makefile.</para>
52 </listitem>
[7b7ff9a]53 <listitem>
54 <para>[jciccone] - Updated to File 4.18.</para>
55 </listitem>
[764e320]56 <listitem>
57 <para>[jciccone] - Updated to Bootscripts 1.1-pre3.</para>
58 </listitem>
[9f56523]59 <listitem>
60 <para>[jciccone] - Bash 3.2 patch updated with upstream fixes.</para>
61 </listitem>
[c545058]62 <listitem>
63 <para>[jciccone] - Updated to Udev Rules 1.1-pre2.</para>
64 </listitem>
[e2cf0cf]65 <listitem>
66 <para>[jciccone] - Updated to Gettext 0.16.</para>
67 </listitem>
[d09d573]68 <listitem>
69 <para>[jciccone] - Updated to Psmisc 22.3.</para>
70 </listitem>
[71d6e4a]71 <listitem>
72 <para>[jciccone] - Moved e2fsprogs and sed before coreutils
73 for consistancy with clfs-svn. The testsuite dependency,
74 the reason for it moving, doesn't affect clfs2.</para>
75 </listitem>
[81b5f39]76 <listitem>
[de17e85]77 <para>[jciccone] - Removed out of place udev text in bootscripts Networking.</para>
78 </listitem>
79 <listitem>
[6febf80]80 <para>[jciccone] - Updated to Linux 2.6.18.2 and Linux-Headers 2.6.18.2-11052006.</para>
[81b5f39]81 </listitem>
[df5952f]82 <listitem>
[5fc4a87]83 <para>[jciccone] - Updated to Coreutils 6.4.</para>
[df5952f]84 </listitem>
[d1eb5b7]85 <listitem>
86 <para>[jciccone] - Updated to Udev 103.</para>
87 </listitem>
[c4c611d]88 <listitem>
89 <para>[jciccone] - Updated to Tar 1.16.</para>
90 </listitem>
[4b560b6]91 <listitem>
92 <para>[jciccone] - Updated to IPRoute2 2.6.18-061002.</para>
93 </listitem>
94 </itemizedlist>
95 </listitem>
96
[62b7b47]97 <listitem>
98 <para>November 5, 2006</para>
99 <itemizedlist>
[5141d74]100 <listitem>
101 <para>[jciccone] - Updated to Inetutils 1.5.</para>
102 </listitem>
[f386fcc]103 <listitem>
104 <para>[jciccone] - Added command to man instructions to comment out
105 MANPATH /usr/local/man (in addition to /usr/man).</para>
106 </listitem>
[62b7b47]107 <listitem>
108 <para>[jciccone] - Updated Bash 3.2 with some unofficial upstream fixes. Thank you Chet Ramey.</para>
109 </listitem>
110 </itemizedlist>
111 </listitem>
112
[51cbbb6]113 <listitem>
114 <para>October 14, 2006</para>
115 <itemizedlist>
[54774ad]116 <listitem>
117 <para>[jciccone] - Updated the udev rules tarball to 1.1-09062006.</para>
118 </listitem>
[a7ad47f]119 <listitem>
120 <para>[jciccone] - Updated the vim fixes patch to -14.</para>
121 </listitem>
[d56bc99]122 <listitem>
123 <para>[jciccone] - Added patch to fix build issues with
124 Bash 3.2.</para>
125 </listitem>
[69b39b5]126 <listitem>
127 <para>[jciccone] - Updated Udev to 102.</para>
128 </listitem>
[43b38ea]129 <listitem>
[89d13a9]130 <para>[jciccone] - Updated Man-Pages to 2.41.</para>
[43b38ea]131 </listitem>
[b8c1aeb]132 <listitem>
133 <para>[jciccone] - Updated Readline to 5.2.</para>
134 </listitem>
[c19433e]135 <listitem>
136 <para>[jciccone] - Updated Bash to 3.2.</para>
137 </listitem>
[5fe131b]138 <listitem>
139 <para>[jciccone] - New patch for util-linux, replaces GCC 4 fixes.
140 The new patch fixes the same issues, and removes the use of
141 syscalls. Syscalls were removed from unistd.h during sanitation.
142 </para>
143 </listitem>
[f74dd81]144 <listitem>
145 <para>[jciccone] - Updated Texinfo to 4.8a.</para>
146 </listitem>
[f01a21b]147 <listitem>
148 <para>[jciccone] - Added a patch to Util-Linux to fix build issues
149 due to changes in the kernel.</para>
150 </listitem>
[357a675]151 <listitem>
152 <para>[jciccone] - Updated M4 to 1.4.7</para>
153 </listitem>
[cc80301]154 <listitem>
155 <para>[jciccone] - Updated to Linux 2.6.18 and
156 Linux-Headers-2.6.18-09302006.</para>
157 </listitem>
[d847aa5]158 <listitem>
159 <para>[jciccone] - Updated Bootscripts to 1.1-pre1. Adding in the
160 boot logging feature.</para>
161 </listitem>
[51cbbb6]162 <listitem>
163 <para>[jciccone] - Removed TeX installation commands from Texinfo
164 instructions.</para>
165 </listitem>
166 </itemizedlist>
167 </listitem>
168
[e11607f]169 <listitem>
170 <para>October 5, 2006</para>
171 <itemizedlist>
172 <listitem>
173 <para>[manuel] - Changed book license to the Open Publication
174 License v1.0.</para>
175 </listitem>
176 </itemizedlist>
177 </listitem>
178
[0c263d7]179 <listitem>
180 <para>August 31, 2006</para>
181 <itemizedlist>
[14af44b]182 <listitem>
[e11607f]183 <para>[jciccone] - Added a Host System Requirements page.</para>
[14af44b]184 </listitem>
[5ae7889]185 <listitem>
186 <para>[jciccone] - Updated to Vim Patch -12, which contains upstream
187 fixes. This patch will be upgraded weekly, no further changelog
188 entries needed.</para>
189 </listitem>
[7a0a90d]190 <listitem>
191 <para>[jciccone] - Add patch to fix gzexe. Used Matts change from LFS,
192 that utilizes Robert's fix. More details at
193 http://wiki.linuxfromscratch.org/lfs/ticket/1876.</para>
194 </listitem>
[06f31ed]195 <listitem>
196 <para>[jciccone] - Added a patch to fix Inetutils. Telnet on 64 bit
197 systems will fail, it will attempt to connect to 255.255.255.255
198 instead of the ip address entered. This was due to a change in glibc's
[e11607f]199 handling of inet_addr, was long now is u_int32_t. Bug found by
[06f31ed]200 Vladimir Vainer.</para>
201 </listitem>
[58bc8d5]202 <listitem>
203 <para>[jciccone] - Updated Linux to 2.6.17.13 and Linux Headers to 2.6.17.13-09092006.</para>
204 </listitem>
[b24764b]205 <listitem>
206 <para>[jciccone] - Replaced the Perl -fPIC patch with a sed.</para>
207 </listitem>
[64561e8]208 <listitem>
[e11607f]209 <para>[jciccone] - Removed the keymap settings from the kernel
[64561e8]210 pages.</para>
211 </listitem>
[0c263d7]212 <listitem>
213 <para>[jciccone] - Added Shadow patch to fix useradd.</para>
214 </listitem>
215 </itemizedlist>
216 </listitem>
217
[823185c]218 <listitem>
219 <para>August 30, 2006</para>
220 <itemizedlist>
[485c2de]221 <listitem>
222 <para>[jciccone] - Updated to Coreutils Uname Patch -2, which supports all architectures.</para>
223 </listitem>
[d9aba5a]224 <listitem>
[e11607f]225 <para>[jciccone] - Updated to Vim Patch -10, which contains upstream
[d9aba5a]226 fixes.</para>
227 </listitem>
[304159e]228 <listitem>
[44a3c86]229 <para>[jciccone] - Updated to Udev 098 and udev-cross-lfs to
230 1.1-08272006 rules.</para>
[304159e]231 </listitem>
[33bdda8]232 <listitem>
233 <para>[jciccone] - Updated to Findutils 4.2.28.</para>
234 </listitem>
[e1588c5]235 <listitem>
236 <para>[jciccone] - Updated to M4 1.4.6.</para>
237 </listitem>
[17e2d08]238 <listitem>
239 <para>[jciccone] - Updated to Autoconf 2.60.</para>
240 </listitem>
[9d8ecde]241 <listitem>
242 <para>[jciccone] - Updated to Man-Pages 2.39.</para>
243 </listitem>
[c8def31]244 <listitem>
245 <para>[jciccone] - Updated to Procps 3.2.7.</para>
246 </listitem>
[63a500a]247 <listitem>
248 <para>[jciccone] - Updated to Coreutils 0.97.</para>
249 </listitem>
[2772db7]250 <listitem>
251 <para>[jciccone] - Updated to Shadow 4.0.18.1.</para>
252 </listitem>
[199af35]253 <listitem>
254 <para>[jciccone] - Updated to Gettext 0.15.</para>
255 </listitem>
[be01794]256 <listitem>
257 <para>[jciccone] - Updated to Cross-LFS Bootscripts 0.4.</para>
258 </listitem>
[4aeb917]259 <listitem>
260 <para>[jciccone] - Updated to Linux-2.6.17.11 and Linux-Headers to
261 2.6.17.11-08232006.</para>
262 </listitem>
[c62fb2a]263 <listitem>
264 <para>[jciccone] - Added the Perl fPIC patch which makes perl build
265 a shared DynaLoader.a.</para>
266 </listitem>
[823185c]267 <listitem>
268 <para>[jciccone] - Removed mention of package users hint from
269 "Package Management" page.</para>
270 </listitem>
271 </itemizedlist>
272 </listitem>
273
[e91b88c]274 <listitem>
275 <para>August 8, 2006</para>
276 <itemizedlist>
277 <listitem>
278 <para>[jciccone] - Moved man-pages to the beginning of the build.
279 (fixes ticket #82).</para>
280 </listitem>
281 </itemizedlist>
282 </listitem>
283
[21bbc73]284 <listitem>
285 <para>August 7, 2006</para>
286 <itemizedlist>
[5514d4d]287 <listitem>
288 <para>[jciccone] - Fixed a problem where when bash is cross-compiled
289 it cannot test for the presence of named pipes.</para>
290 </listitem>
[21bbc73]291 <listitem>
292 <para>[jciccone] - Fixed symlink issue in bootscripts. New package
293 CLFS-bootscropts 0.3.</para>
294 </listitem>
295 </itemizedlist>
296 </listitem>
297
[f15f637]298 <listitem>
[fa93ce1]299 <para>July 22, 2006</para>
300 <itemizedlist>
301 <listitem>
302 <para>[jciccone] - Updated the perl cross-compile patch to -2 to
303 support x86.</para>
304 </listitem>
305 <listitem>
306 <para>[jciccone] - Added x86 to the book.</para>
307 </listitem>
308 </itemizedlist>
309 </listitem>
310
311 <listitem>
312 <para>July 21, 2006</para>
[f15f637]313 <itemizedlist>
314 <listitem>
315 <para>[jciccone] - Added TZDIR="${CLFS}/usr/share/zoneinfo" to the
316 tzselect command. This makes sure that the tzselect command looks in
317 zoneinfo dir that was just installed by glibc instead of the host.
318 </para>
319 </listitem>
320 </itemizedlist>
321 </listitem>
322
[0bb24b7]323 <listitem>
[fa93ce1]324 <para>July 20, 2006</para>
[0bb24b7]325 <itemizedlist>
[beea2b3]326 <listitem>
327 <para>[jciccone] - Added groff to cross-tools to satisfy a dependency
328 when cross-compiling it later in the final system.</para>
329 </listitem>
[0bb24b7]330 <listitem>
331 <para>[jciccone] - Updated to Udev-096.</para>
332 </listitem>
333 <listitem>
334 <para>[jciccone] - Updated to linux-2.6.17.6 and
335 linux-headers-2.6.17.6-07202006.</para>
336 </listitem>
337 </itemizedlist>
338 </listitem>
339
[dc43690]340 <listitem>
[fa93ce1]341 <para>July 16, 2006</para>
[163e64e]342 <itemizedlist>
343 <listitem>
[72d4eec]344 <para>[jciccone] - Added a sed to fix updatedb due to the new
345 location of find.</para>
[163e64e]346 </listitem>
347 <listitem>
348 <para>[jciccone] - Removed unneeded chown and chmod commands from
349 the linux-headers installation.</para>
350 </listitem>
351 </itemizedlist>
352 </listitem>
353
354 <listitem>
[dc43690]355 <para>July 10, 2006</para>
356 <itemizedlist>
357 <listitem>
358 <para>[jciccone] - Updated to linux-headers-2.6.17.4-07112006.</para>
359 </listitem>
360 </itemizedlist>
361 </listitem>
362
[47c828c]363 <listitem>
364 <para>July 10, 2006</para>
365 <itemizedlist>
366 <listitem>
367 <para>[jciccone] - Updated to linux-headers-2.6.17.4-07092006.</para>
368 </listitem>
369 </itemizedlist>
370 </listitem>
371
[32a0631]372 <listitem>
[54445d4]373 <para>July 9, 2006</para>
[32a0631]374 <itemizedlist>
[5d6eb6e]375 <listitem>
376 <para>[jciccone] - Updated to linux-2.6.17.4 and
377 linux-headers-2.6.17.4-07072006.</para>
[7544b10]378 </listitem>
[54445d4]379 <listitem>
380 <para>[jciccone] - Updated Udev rules to 07062006, Fixed cdrom
381 permissions and groups. </para>
382 </listitem>
[32a0631]383 <listitem>
384 <para>[jciccone] - Fixes a possible issue with bootscripts if the
385 /usr partition is not mounted during startup. Moved find to /bin
386 and moved some kbd utilities to /bin.</para>
387 </listitem>
388 </itemizedlist>
389 </listitem>
390
[586feb7]391 <listitem>
392 <para>July 2, 2006</para>
393 <itemizedlist>
394 <listitem>
395 <para>[jciccone] - Updated passwd and group file creation
396 to only create minimal users and groups and
397 include information on other users/groups.</para>
398 </listitem>
399 <listitem>
400 <para>[jciccone] - Updated to Cross-LFS Bootscripts. Added check for
401 for /etc/sysconfig/createfiles.</para>
402 </listitem>
403 </itemizedlist>
404 </listitem>
405
[3908fc6]406 <listitem>
407 <para>June 28, 2006</para>
408 <itemizedlist>
409 <listitem>
410 <para>[jciccone] - Updated to linux-headers-2.6.17.1-06272006.</para>
411 </listitem>
412 </itemizedlist>
413 </listitem>
414
[7730c9f]415 <listitem>
[58518df]416 <para>June 24, 2006</para>
417 <itemizedlist>
418 <listitem>
419 <para>[jciccone] - Updated to Binutils-2.17.</para>
420 </listitem>
421 </itemizedlist>
422 </listitem>
423
424 <listitem>
[7730c9f]425 <para>June 22, 2006</para>
426 <itemizedlist>
[25e3595]427 <listitem>
428 <para>[jciccone] - Updated Vim 7.0 fixes patch to -5.</para>
429 </listitem>
[7730c9f]430 <listitem>
431 <para>[jciccone] - Updated to linux-headers-2.6.17.1-06212006.</para>
432 </listitem>
433 <listitem>
[25e3595]434 <para>[jciccone] - Updated Vim 7.0 fixes patch to -4.</para>
[7730c9f]435 </listitem>
436 <listitem>
437 <para>[jciccone] - Added mktemp to the Linux dependency list. New
438 dependency as of 2.6.17.</para>
439 </listitem>
440 </itemizedlist>
441 </listitem>
442
[f7941b2]443 <listitem>
[5590e0d]444 <para>June 21, 2006</para>
445 <itemizedlist>
446 <listitem>
447 <para>[jciccone] - Updated to linux-2.6.17.1 and linux-headers-2.6.17.1-06202006-1.</para>
448 </listitem>
449 </itemizedlist>
450 </listitem>
451
452 <listitem>
453 <para>June 19, 2006</para>
[f7941b2]454 <itemizedlist>
455 <listitem>
456 <para>[jciccone] - Updated to man-1.6d.</para>
457 </listitem>
458 <listitem>
459 <para>[jciccone] - Added an iconv_fix patch to glibc which fixes an
460 issue that has shown up primarily in samba.</para>
461 </listitem>
462 <listitem>
463 <para>[jciccone] - Updated to linux-2.6.17 and
464 linux-headers-2.6.17-06192006.</para>
465 </listitem>
466 </itemizedlist>
467 </listitem>
468
[06e1eb5]469 <listitem>
470 <para>June 18, 2006</para>
471 <itemizedlist>
472 <listitem>
473 <para>[jciccone] - Added the glibc crosscompile_timezone-fix to glibc
474 which installs timezone info when cross-compiling.</para>
475 </listitem>
476 </itemizedlist>
477 </listitem>
478
[1fedb6d]479 <listitem>
480 <para>June 16, 2006</para>
481 <itemizedlist>
482 <listitem>
[06e1eb5]483 <para>[jciccone] - Added information about cross-compiling perl.</para>
[1fedb6d]484 </listitem>
485 </itemizedlist>
486 </listitem>
487
[795a4b8]488 <listitem>
489 <para>June 15, 2006</para>
490 <itemizedlist>
491 <listitem>
492 <para>[jciccone] - Updated to Binutils-2.16.94.</para>
493 </listitem>
494 </itemizedlist>
495 </listitem>
496
[82b662d]497 <listitem>
498 <para>June 11, 2006</para>
499 <itemizedlist>
500 <listitem>
501 <para>[jciccone] - Updated the list of installed programs for several packages.</para>
502 </listitem>
503 <listitem>
504 <para>[jciccone] - Fixed the module-init-tools install in the presence of existing files.</para>
505 </listitem>
506 <listitem>
[a2aabd3]507 <para>[jciccone] - Updated to Linux-Headers-2.6.16.20-10262006.</para>
[82b662d]508 </listitem>
509 <listitem>
510 <para>[jciccone] - Updated to Shadow-4.0.16.</para>
511 </listitem>
512 </itemizedlist>
513 </listitem>
514
[817bb11]515 <listitem>
516 <para>June 6, 2006</para>
517 <itemizedlist>
518 <listitem>
519 <para>[jciccone] - Added information about cross-compiling vim.</para>
520 </listitem>
521 </itemizedlist>
522 </listitem>
523
[59fb197]524 <listitem>
525 <para>May 29, 2006</para>
526 <itemizedlist>
[3e336a7]527 <listitem>
528 <para>[jciccone] - Updated to linux-2.6.16.20, linux-headers-2.6.16.20-06052006, and Bison-2.3.</para>
529 </listitem>
[59fb197]530 <listitem>
[3e336a7]531 <para>[jciccone] - Added a patch to fix a missing declaration of R_OK in util-linux.</para>
[59fb197]532 </listitem>
533 <listitem>
534 <para>[jciccone] - Updated to e2fsprogs-1.39, man-pages-2.33, and linux-headers-2.6.16.19-06042006.</para>
535 </listitem>
536 </itemizedlist>
537 </listitem>
538
[634031b]539 <listitem>
540 <para>May 29, 2006</para>
541 <itemizedlist>
542 <listitem>
543 <para>[jciccone] - Updated to linux-headers-05292006, udev-093, and binutils-2.16.93.</para>
544 </listitem>
545 </itemizedlist>
546 </listitem>
547
[02095ae]548 <listitem>
549 <para>May 24, 2006</para>
550 <itemizedlist>
551 <listitem>
552 <para>[jciccone] - Created the clfs-2.0 branch. Resetting all Changelogs.</para>
553 </listitem>
554 </itemizedlist>
555 </listitem>
556
557 </itemizedlist>
558
[34c890b]559 <para>Branch Synced from cross-lfs-1.0 on May 24th, 2006</para>
[02095ae]560
561</sect1>
Note: See TracBrowser for help on using the repository browser.