source: chapter01/changelog.xml@ 9f0158c

Last change on this file since 9f0158c was 9f0158c, checked in by Archaic <archaic@…>, 18 years ago

Updated the bootscripts. Removed references to hotplug and the
bootscripts udev patch. Removed reference to udevstart. Added
text and commands for generating Udev bug reports.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7443 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 50.6 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-scatter-changelog">
9 <?dbhtml filename="changelog.html"?>
10
11 <title>Changelog</title>
12
13 <para>This is version &version; of the 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="&lfs-root;mirrors.html"/>.</para>
17
18 <para>Below is a list of changes made since the previous release of the
19 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>March 21, 2006</para>
41 <itemizedlist>
42 <listitem>
43 <para>[archaic] - Updated the bootscripts. Removed references to
44 hotplug and the bootscripts udev patch. Removed reference to
45 udevstart. Added text and commands for generating Udev bug reports.
46 </para>
47 </listitem>
48 </itemizedlist>
49 </listitem>
50
51 <listitem>
52 <para>March 11, 2006</para>
53 <itemizedlist>
54 <listitem>
55 <para>[matthew] - Upgrade to GCC 4.0.3.</para>
56 </listitem>
57 </itemizedlist>
58 </listitem>
59
60 <listitem>
61 <para>March 8, 2006</para>
62 <itemizedlist>
63 <listitem>
64 <para>[matthew] - Upgrade to Man-pages 2.25.</para>
65 </listitem>
66 <listitem>
67 <para>[matthew] - Remove an example of poor Udev support as it
68 does not apply to the kernel used in the book. Thanks to Alexander
69 Patrakov.</para>
70 </listitem>
71 <listitem>
72 <para>[matthew] - Upgrade to Linux 2.6.15.6.</para>
73 </listitem>
74 <listitem>
75 <para>[matthew] - Upgrade to udev-087.</para>
76 </listitem>
77 <listitem>
78 <para>[matthew] - Udev's run_program rules require a null device to be
79 present at an early stage, so create one in /lib/udev/devices.</para>
80 </listitem>
81 </itemizedlist>
82 </listitem>
83
84 <listitem>
85 <para>March 7, 2006</para>
86 <itemizedlist>
87 <listitem>
88 <para>[matthew] - Update Udev rules file to load SCSI modules and
89 upload firmware to devices that need it. Improve explanations of
90 device and module handling. Thanks to Alexander Patrakov.</para>
91 </listitem>
92 <listitem>
93 <para>[archaic] - Replaced the debian-specific groff patch with an
94 LFS-style patch.</para>
95 </listitem>
96 </itemizedlist>
97 </listitem>
98
99 <listitem>
100 <para>March 3, 2006</para>
101 <itemizedlist>
102 <listitem>
103 <para>[gerard] - Remove -D_GNU_SOURCE from chapter 5 - Patch. Thanks
104 to Dan Nicholson for the patch.</para>
105 </listitem>
106 </itemizedlist>
107 </listitem>
108
109 <listitem>
110 <para>March 1, 2006</para>
111 <itemizedlist>
112 <listitem>
113 <para>[archaic] - Create the Udev directories before creating the
114 symlinks.</para>
115 </listitem>
116 </itemizedlist>
117 </listitem>
118
119 <listitem>
120 <para>February 27, 2006</para>
121 <itemizedlist>
122 <listitem>
123 <para>[archaic] - New bash fixes patch adds patch 011 from Bash
124 upstream. Bash patch 010 broke quoting in certain situations.</para>
125 </listitem>
126 </itemizedlist>
127 </listitem>
128
129 <listitem>
130 <para>February 20, 2006</para>
131 <itemizedlist>
132 <listitem>
133 <para>[matthew] - Use non-deprecated format for accessing MODALIAS
134 keys in the Udev rules file, and prevent the &quot;$&quot; from being
135 expanded by the shell.</para>
136 </listitem>
137 <listitem>
138 <para>[matthew] - Add patches 009 and 010 from Bash upstream.</para>
139 </listitem>
140 <listitem>
141 <para>[matthew] - Upgrade to Man-pages 2.24.</para>
142 </listitem>
143 </itemizedlist>
144 </listitem>
145
146 <listitem>
147 <para>February 19, 2006</para>
148 <itemizedlist>
149 <listitem>
150 <para>[matthew] - Upgrade Perl libc patch to prevent Perl from trying
151 to find headers on the host system. Fixes bug 1695.</para>
152 </listitem>
153 <listitem>
154 <para>[matthew] - Expand the Udev module handling rule to run for
155 every subsystem, not just USB.</para>
156 </listitem>
157 <listitem>
158 <para>[matthew] - Upgrade to Linux 2.6.15.4.</para>
159 </listitem>
160 <listitem>
161 <para>[matthew] - Upgrade to Udev 085.</para>
162 </listitem>
163 <listitem>
164 <para>[matthew] - Install Sed's HTML documentation by using
165 --enable-html instead of editing the Makefile. Thanks to Greg Schafer
166 for the report and the fix.</para>
167 </listitem>
168 <listitem>
169 <para>[matthew] - Add upstream fixes 001-002 for Readline.</para>
170 </listitem>
171 <listitem>
172 <para>[matthew] - Add upstream fixes 001-008 for Bash.</para>
173 </listitem>
174 <listitem>
175 <para>[matthew] - Upgrade to Sed 4.1.5.</para>
176 </listitem>
177 <listitem>
178 <para>[matthew] - Upgrade to Man-pages 2.23.</para>
179 </listitem>
180 <listitem>
181 <para>[matthew] - Upgrade to Coreutils-5.94.</para>
182 </listitem>
183 <listitem>
184 <para>[matthew] - Upgrade to DB-4.4.20.</para>
185 </listitem>
186 <listitem>
187 <para>[matthew] - Upgrade to Perl-5.8.8, removing the now unneeded
188 vulnerability and DB module patches.</para>
189 </listitem>
190 <listitem>
191 <para>[matthew] - Add the verbose parameter to a couple of commands in
192 Linux-Libc-Headers and DB.</para>
193 </listitem>
194 <listitem>
195 <para>[matthew] - Create udev specific directories in udev's
196 instructions instead of the more generic creatingdirs.xml. Add
197 &quot;pts&quot; and &quot;shm&quot; directories to
198 <filename class="directory">/lib/udev/devices</filename> so that they
199 can be mounted successfully at boot time.</para>
200 </listitem>
201 </itemizedlist>
202 </listitem>
203
204 <listitem>
205 <para>February 10, 2006</para>
206 <itemizedlist>
207 <listitem>
208 <para>[manuel] - Finished the XML indentation plus few tags
209 changes.</para>
210 </listitem>
211 </itemizedlist>
212 </listitem>
213
214 <listitem>
215 <para>February 8, 2006</para>
216 <itemizedlist>
217 <listitem>
218 <para>[matthew] - Rewrite the majority of chapter07/udev.xml to
219 reflect the new configuration for handling dynamic device naming and
220 module loading.</para>
221 </listitem>
222 </itemizedlist>
223 </listitem>
224
225 <listitem>
226 <para>February 3, 2006</para>
227 <itemizedlist>
228 <listitem>
229 <para>[matthew] - Create the
230 <filename class="directory">/lib/firmware</filename> directory that
231 can be used by Udev's <command>firmware_helper</command> utility.
232 </para>
233 </listitem>
234 <listitem>
235 <para>[matthew] - Add descriptions of Udev's helper binaries.</para>
236 </listitem>
237 <listitem>
238 <para>[manuel] - Add udev bootscript patch to whatsnew. Removed
239 hotplug from list of packages to download.</para>
240 </listitem>
241 <listitem>
242 <para>[ken] - Add udev bootscript patch to list of patches to
243 download.</para>
244 </listitem>
245 <listitem>
246 <para>[ken] - Correct the size of the udev tarball.</para>
247 </listitem>
248 </itemizedlist>
249 </listitem>
250
251 <listitem>
252 <para>February 2, 2006</para>
253 <itemizedlist>
254 <listitem>
255 <para>[matthew] - Upgrade to Udev-084 and build all its extras to
256 enable custom rules to be written more easily. Also, change the
257 rules file to handle kernel module loading and patch the udev
258 bootscript to work with this version of udev.</para>
259 </listitem>
260 <listitem>
261 <para>[matthew] - Remove the hotplug package and related bootscript
262 Udev will now handle device creation and module loading.</para>
263 </listitem>
264 <listitem>
265 <para>[matthew] - Upgrade to Linux-2.6.15.2.</para>
266 </listitem>
267 </itemizedlist>
268 </listitem>
269
270 <listitem>
271 <para>January 30, 2006</para>
272 <itemizedlist>
273 <listitem>
274 <para>[jhuntwork] - Adjust binutils-pass1 so we don't need to hang
275 on to its source directories. Also use 'gcc -dumpmachine' instead
276 of the MACHTYPE var.</para>
277 </listitem>
278 <listitem>
279 <para>[jhuntwork] - Various textual corrections. Thanks Chris
280 Staub.</para>
281 </listitem>
282 <listitem>
283 <para>[jhuntwork] - Remove unnecessary LDFLAGS variables in binutils
284 pass 1 and 2. Thanks Dan Nicholson.</para>
285 </listitem>
286 </itemizedlist>
287 </listitem>
288
289 <listitem>
290 <para>January 29, 2006</para>
291 <itemizedlist>
292 <listitem>
293 <para>[jhuntwork] - Restore the use of *startfile_prefix_spec.</para>
294 </listitem>
295 <listitem>
296 <para>[jhuntwork] - Remove a spurious -i from the perl command when
297 readjusting the toolchain. Thanks Dan Nicholson.</para>
298 </listitem>
299 </itemizedlist>
300 </listitem>
301
302 <listitem>
303 <para>January 26, 2006</para>
304 <itemizedlist>
305 <listitem>
306 <para>[jhuntwork] - Modify chapter 6 Glibc's make install command to
307 allow test-installation.pl to run.</para>
308 </listitem>
309 <listitem>
310 <para>[jhuntwork] - Adjust chapter 5 binutils to build a static ld-new
311 for use in the chapter 6 readjusting section. Also add some extended
312 sanity checks. These fixes are adapted from DIY-Linux and Greg Schafer.
313 Thanks to Dan Nicholson for the report, as well.</para>
314 </listitem>
315 <listitem>
316 <para>[jhuntwork] - Added 'nodump' to commands in the Package Management
317 section.</para>
318 </listitem>
319 </itemizedlist>
320 </listitem>
321
322 <listitem>
323 <para>January 25, 2006</para>
324 <itemizedlist>
325 <listitem>
326 <para>[jhuntwork] - Remove ppc specific instructions from chapter 6
327 patch. Cross-LFS can handle non-x86 arch specifics at this point.</para>
328 </listitem>
329 <listitem>
330 <para>[jhuntwork] - Fix chapter 6 Glibc's test-installation.pl to test
331 the correct Glibc. Fixes bug 1675. Thanks to Dan Nicholson for the report
332 and Greg Schafer for the fix.</para>
333 </listitem>
334 <listitem>
335 <para>[jhuntwork] - Fixed the re-adjusting of the toolchain in chapter
336 6 so that chapter 6 GCC and Binutils links against the proper Glibc and
337 so that we don't have to keep the binutils directories from chapter 5.
338 Also moved a note about saving the /tools directory to the beginning of
339 chapter 6. Fixes bug 1677. Thanks to Chris Staub, Alexander Patrakov,
340 Greg Schafer and Tushar Teredesai for reporting and resolving this
341 issue.</para>
342 </listitem>
343 <listitem>
344 <para>[matthew] - Upgrade coreutils i18n patch to version 2 to fix
345 <command>sort -n</command> and add the en_US.UTF-8 locale to improve
346 coreutils' test coverage. Fixes bugs 1688 and 1689. Thanks to
347 Alexander Patrakov.</para>
348 </listitem>
349 <listitem>
350 <para>[matthew] - Add information about package management. Thanks to
351 the BLFS project for the text.</para>
352 </listitem>
353 </itemizedlist>
354 </listitem>
355
356 <listitem>
357 <para>January 24, 2006</para>
358 <itemizedlist>
359 <listitem>
360 <para>[matthew] - Upgrade to Groff-1.18.1.1-11.</para>
361 </listitem>
362 </itemizedlist>
363 </listitem>
364
365 <listitem>
366 <para>January 23, 2006</para>
367 <itemizedlist>
368 <listitem>
369 <para>[matthew] - Upgrade to Man-pages 2.21.</para>
370 </listitem>
371 <listitem>
372 <para>[matthew] - Upgrade to Psmisc 22.1.</para>
373 </listitem>
374 <listitem>
375 <para>[matthew] - Upgrade to Shadow 4.0.14.</para>
376 </listitem>
377 <listitem>
378 <para>[matthew] - Install documentation for the Linux kernel. Thanks
379 to Tushar for the report. Fixes bug 1683.</para>
380 </listitem>
381 <listitem>
382 <para>[matthew] - Added a patch to enable Perl's DB_File module to
383 compile with the latest version of Berkeley DB. Thanks to Alexander
384 Patrakov for the patch.</para>
385 </listitem>
386 </itemizedlist>
387 </listitem>
388
389 <listitem>
390 <para>January 20, 2006</para>
391 <itemizedlist>
392 <listitem>
393 <para>[jhuntwork] - Added a patch to fix the sprintf security
394 vulnerability in Perl. Thanks to Tim van der Molen for pointing
395 it out.</para>
396 </listitem>
397 </itemizedlist>
398 </listitem>
399
400 <listitem>
401 <para>January 17, 2006</para>
402 <itemizedlist>
403 <listitem>
404 <para>[jhuntwork] - Fixed locale generation for French UTF-8. Thanks
405 to Dan McGhee for the report and Alexander Patrakov for the fix.</para>
406 </listitem>
407 </itemizedlist>
408 </listitem>
409
410 <listitem>
411 <para>January 10, 2006</para>
412 <itemizedlist>
413 <listitem>
414 <para>[ken]: Define YYENABLE_NLS in bison, to resolve a code
415 difference shown up by Iterative Comparison Analysis. Thanks
416 to Greg Schafer.</para>
417 </listitem>
418 <listitem>
419 <para>[ken]: Revert my move of mktemp and add a sed to correct
420 gccbug.</para>
421 </listitem>
422 </itemizedlist>
423 </listitem>
424
425 <listitem>
426 <para>January 7, 2006</para>
427 <itemizedlist>
428 <listitem>
429 <para>[ken]: Alter the Perl instructions to always create an
430 /etc/hosts file. This fixes a potential difference in the
431 'hostcat' recorded in Config_heavy.pl. Thanks to Bryan Kadzban
432 for explaining this.</para>
433 </listitem>
434 <listitem>
435 <para>[ken]: Move grep ahead of libtool, so that the latter
436 will correctly reference /bin/grep in references to EGREP.</para>
437 </listitem>
438 <listitem>
439 <para>[ken]: Move mktemp ahead of gcc so that gccbug will
440 use mktemp.</para>
441 </listitem>
442 <listitem>
443 <para>[ken]: Give Berkeley DB its full name, and remove the
444 '-lpthread' overrides. Also add pointer to BLFS, thanks to
445 Randy McMurchy.</para>
446 </listitem>
447 </itemizedlist>
448 </listitem>
449
450 <listitem>
451 <para>January 5, 2006</para>
452 <itemizedlist>
453 <listitem>
454 <para>[jhuntwork]: Remove mention of news server until we actually
455 have one. Thanks Randy.</para>
456 </listitem>
457 <listitem>
458 <para>[jhuntwork]: Initial addition of UTF-8 support. Thanks to
459 Alexander Patrakov.</para>
460 </listitem>
461 </itemizedlist>
462 </listitem>
463
464 <listitem>
465 <para>January 3, 2006</para>
466 <itemizedlist>
467 <listitem>
468 <para>[matt]: Clarify the description of mktemp's --with-libc
469 configure parameter (fixes bug 1667).</para>
470 </listitem>
471 <listitem>
472 <para>[matt]: Upgrade to libtool 1.5.22.</para>
473 </listitem>
474 <listitem>
475 <para>[matt]: Upgrade to man-pages 2.18.</para>
476 </listitem>
477 <listitem>
478 <para>[matt]: Remove the -v flag from the example mkswap command in
479 chapter 2 as it does not affect verbosity (fixes bug 1674).</para>
480 </listitem>
481 </itemizedlist>
482 </listitem>
483
484 <listitem>
485 <para>December 31, 2005</para>
486 <itemizedlist>
487 <listitem>
488 <para>[ken]: Alter installation of Linux Libc asm Headers in chroot,
489 to be repeatable.</para>
490 </listitem>
491 </itemizedlist>
492 </listitem>
493
494 <listitem>
495 <para>December 23, 2005</para>
496 <itemizedlist>
497 <listitem>
498 <para>[jim]: Corrected version on Vim symlink</para>
499 </listitem>
500 </itemizedlist>
501 </listitem>
502
503 <listitem>
504 <para>December 21, 2005</para>
505 <itemizedlist>
506 <listitem>
507 <para>[matt]: Correctly symlink Vim's documentation to /usr/share/doc.
508 Thanks to Jeremy for the report and the fix.</para>
509 </listitem>
510 </itemizedlist>
511 </listitem>
512
513 <listitem>
514 <para>December 17, 2005</para>
515 <itemizedlist>
516 <listitem>
517 <para>[matt]: Pass a valid path to module-init-tools' --prefix
518 configure switch and remove the now unnecessary --mandir switch</para>
519 </listitem>
520 <listitem>
521 <para>[matt]: Symlink Vim's documentation to /usr/share/doc. Fixes
522 bug 1610. Thanks to Randy McMurchy for the original report and to
523 Ken and Jeremy for their investigations into the fix.</para>
524 </listitem>
525 <listitem>
526 <para>[matt]: Upgrade to psmisc-21.9</para>
527 </listitem>
528 <listitem>
529 <para>[matt]: Upgrade to man-pages-2.17</para>
530 </listitem>
531 </itemizedlist>
532 </listitem>
533
534 <listitem>
535 <para>December 13, 2005</para>
536 <itemizedlist>
537 <listitem>
538 <para>[jhuntwork]: Install Tcl's internal headers to /tools/include,
539 allowing us to drop its source directory right away. Origin is
540 Greg Schafer, and thanks to Dan Nicholson for the report (fixes
541 bug 1670).</para>
542 </listitem>
543 </itemizedlist>
544 </listitem>
545
546 <listitem>
547 <para>December 12, 2005</para>
548 <itemizedlist>
549 <listitem>
550 <para>[jhuntwork]: Updated texinfo patch. Fixes segfault issues
551 with texindex. Thanks to Randy McMurchy for the report and Bruce
552 Dubbs and Joe Ciccone for the fix.</para>
553 </listitem>
554 </itemizedlist>
555 </listitem>
556
557 <listitem>
558 <para>December 11, 2005</para>
559 <itemizedlist>
560 <listitem>
561 <para>[jhuntwork]: Upgrade to tcl-8.4.12</para>
562 </listitem>
563 <listitem>
564 <para>[jhuntwork]: Upgrade to less-394.</para>
565 </listitem>
566 <listitem>
567 <para>[jhuntwork]: Upgrade to readline-5.1. Also removed bash-3.0
568 and readline-5.0 specific patches.</para>
569 </listitem>
570 <listitem>
571 <para>[jhuntwork]: Upgrade to bash-3.1. Also fixed Tcl to work with
572 the new bash version. Thanks to Alexander Patrakov and ultimately,
573 Greg Schafer for the fix.</para>
574 </listitem>
575 <listitem>
576 <para>[jhuntwork]: Changed variable used in readline for linking
577 in ncurses. Thanks to Alexander Patrakov for the fix.</para>
578 </listitem>
579 </itemizedlist>
580 </listitem>
581
582 <listitem>
583 <para>December 9, 2005</para>
584 <itemizedlist>
585 <listitem>
586 <para>[matt]: Upgrade to man-pages-2.16</para>
587 </listitem>
588 <listitem>
589 <para>[matt]: Upgrade to module-init-tools-3.2.2
590 </para>
591 </listitem>
592 <listitem>
593 <para>[matt]: Upgrade to findutils-4.2.27</para>
594 </listitem>
595 </itemizedlist>
596 </listitem>
597
598 <listitem>
599 <para>December 7, 2005</para>
600 <itemizedlist>
601 <listitem>
602 <para>[matt]: Mention the testsuites (or lack of them) for all
603 packages (fixes bug 1664). Thanks to Chris Staub for the report
604 and analysis of affected packages.</para>
605 </listitem>
606 </itemizedlist>
607 </listitem>
608
609 <listitem>
610 <para>November 26, 2005</para>
611 <itemizedlist>
612 <listitem>
613 <para>[matt]: Don't install the Linuxthreads man pages, the POSIX
614 threading API is documented in the man3p section provided by the
615 man-pages package (fixes bug 1660).</para>
616 </listitem>
617 <listitem>
618 <para>[matt]: Remove the incorrect note about not having to dump/check
619 a journalled filesystem (fixes bug 1662).</para>
620 </listitem>
621 <listitem>
622 <para>[matt]: Upgrade to module-init-tools 3.2.1.</para>
623 </listitem>
624 <listitem>
625 <para>[matt]: Prevent installing the internationalized man pages
626 for Shadow's <command>groups</command> binary (thanks to Randy
627 McMurchy for the report).</para>
628 </listitem>
629 <listitem>
630 <para>[matt]: Upgrade to man-pages 2.14.</para>
631 </listitem>
632 <listitem>
633 <para>[matt]: Upgrade to findutils-4.2.26</para>
634 </listitem>
635 <listitem>
636 <para>[manuel]: Changed --strip-path to --strip-components in the
637 unpack of module-init-tools-testsuite package.</para>
638 </listitem>
639 </itemizedlist>
640 </listitem>
641
642 <listitem>
643 <para>November 24, 2005</para>
644 <itemizedlist>
645 <listitem>
646 <para>[matt]: LFS-6.1.1-pre2 release.</para>
647 </listitem>
648 </itemizedlist>
649 </listitem>
650
651 <listitem>
652 <para>November 23, 2005</para>
653 <itemizedlist>
654 <listitem>
655 <para>[gerard]: Corrected reference to 'man page' to 'HTML
656 documentation' in chapter 6/sec</para>
657 </listitem>
658 </itemizedlist>
659 </listitem>
660
661 <listitem>
662 <para>November 18, 2005</para>
663 <itemizedlist>
664 <listitem>
665 <para>[manuel]: Fixed the unpack of the module-init-tools-testsuite
666 package.</para>
667 </listitem>
668 </itemizedlist>
669 </listitem>
670
671 <listitem>
672 <para>November 17, 2005</para>
673 <itemizedlist>
674 <listitem>
675 <para>[matt]: LFS-6.1.1-pre1 release.</para>
676 </listitem>
677 </itemizedlist>
678 </listitem>
679
680 <listitem>
681 <para>November 16, 2005</para>
682 <itemizedlist>
683 <listitem>
684 <para>[jhuntwork]: Textual correction concerning gettext in
685 chapter 5 and the use of --disable-shared</para>
686 </listitem>
687 </itemizedlist>
688 </listitem>
689
690 <listitem>
691 <para>November 15, 2005</para>
692 <itemizedlist>
693 <listitem>
694 <para>[archaic]: Changed the chapter 6 Perl Dpager configure option
695 to reflect the new location of the less binary.</para>
696 </listitem>
697 </itemizedlist>
698 </listitem>
699
700 <listitem>
701 <para>November 14, 2005</para>
702 <itemizedlist>
703 <listitem>
704 <para>[jhuntwork]: Only install <command>msgfmt</command> from
705 gettext in chapter 5. This is all that is necessary and prevents
706 gettext from trying to pull in unnecessary elements from the host.
707 Thanks to Greg Schafer for pointing this out.</para>
708 </listitem>
709 </itemizedlist>
710 </listitem>
711
712 <listitem>
713 <para>November 12, 2005</para>
714 <itemizedlist>
715 <listitem>
716 <para>[matt]: Improve the heuristic for determining a locale that
717 is supported by both Glibc and packages outside LFS (bug 1642).
718 Many thanks to Alexander Patrakov for highlighting the numerous
719 issues and for reviewing the various suggested fixes.</para>
720 </listitem>
721 </itemizedlist>
722 </listitem>
723
724 <listitem>
725 <para>November 11, 2005</para>
726 <itemizedlist>
727 <listitem>
728 <para>[matt]: Omit running Bzip2's testsuite as a separate step,
729 as <command>make</command> runs it automatically (bug 1652).</para>
730 </listitem>
731 </itemizedlist>
732 </listitem>
733
734 <listitem>
735 <para>November 7, 2005</para>
736 <itemizedlist>
737 <listitem>
738 <para>[matt]: Install the binaries from Less to /usr/bin instead
739 of /bin (fixes bug 1643).</para>
740 </listitem>
741 <listitem>
742 <para>[matt]: Remove the --libexecdir option from both passes of
743 GCC in chapter 5 (fixes bug 1646). Also change the --libexecdir
744 option for Findutils to conform with the /usr/lib/packagename
745 convention already prevalent in the book (fixes bug 1644).</para>
746 </listitem>
747 </itemizedlist>
748 </listitem>
749
750 <listitem>
751 <para>November 6, 2005</para>
752 <itemizedlist>
753 <listitem>
754 <para>[matt]: Remove the optimization related warnings from the
755 toolchain packages (bug 1650).</para>
756 </listitem>
757 <listitem>
758 <para>[matt]: Install Vim's documentation to
759 /usr/share/doc/vim-&vim-version; instead of /usr/share/vim/vim64/doc
760 (bug 1610). Thanks to Randy McMurchy for the report, and Jeremy
761 Huntwork for the fix.</para>
762 </listitem>
763 <listitem>
764 <para>[matt]: Stop Udev from killing udevd processes on the host
765 system (fixes bug 1651). Thanks to Alexander Patrakov for the
766 report and the fix.</para>
767 </listitem>
768 <listitem>
769 <para>[matt]: Upgrade to Coreutils 5.93.</para>
770 </listitem>
771 <listitem>
772 <para>[matt]: Upgrade to Psmisc 21.8.</para>
773 </listitem>
774 <listitem>
775 <para>[matt]: Upgrade to Glibc 2.3.6.</para>
776 </listitem>
777 </itemizedlist>
778 </listitem>
779
780 <listitem>
781 <para>November 5, 2005</para>
782 <itemizedlist>
783 <listitem>
784 <para>[matt]: Add a note to the toolchain sanity check in chapter 5
785 to explain that if TCL fails to build, it's an indication of a broken
786 toolchain (bug 1581).</para>
787 </listitem>
788 </itemizedlist>
789 </listitem>
790
791 <listitem>
792 <para>November 3, 2005</para>
793 <itemizedlist>
794 <listitem>
795 <para>[matt]: Upgrade to man-pages 2.13.</para>
796 </listitem>
797 <listitem>
798 <para>[matt]: Correct the instructions for running Module-Init-Tools'
799 testsuite (fixes bug 1597). Thanks to Greg Schafer, Tushar Teredesai
800 and to Randy McMurchy for providing the patch.</para>
801 </listitem>
802 </itemizedlist>
803 </listitem>
804
805 <listitem>
806 <para>October 31, 2005</para>
807 <itemizedlist>
808 <listitem>
809 <para>[matt]: Upgrade to shadow-4.0.13.</para>
810 </listitem>
811 <listitem>
812 <para>[matt]: Upgrade to vim-6.4.</para>
813 </listitem>
814 <listitem>
815 <para>[matt]: Upgrade to procps-3.2.6.</para>
816 </listitem>
817 <listitem>
818 <para>[matt]: Build udev_run_devd and udev_run_hotplugd and alter
819 the udev rules file so that udev once again executes programs in
820 the /etc/dev.d and /etc/hotplug.d directories (fixes bug 1635).
821 Also change the udev rules to prevent udev from handling the "card"
822 and "dm" devices as these are managed entirely by programs outside
823 of LFS.</para>
824 </listitem>
825 </itemizedlist>
826 </listitem>
827
828 <listitem>
829 <para>October 29, 2005</para>
830 <itemizedlist>
831 <listitem>
832 <para>[matt]: Upgrade to udev-071</para>
833 </listitem>
834 <listitem>
835 <para>[matt]: Upgrade to man-pages 2.11.</para>
836 </listitem>
837 <listitem>
838 <para>[matt]: Upgrade to coreutils-5.92. This involved removing
839 the DEFAULT_POSIX2_VERSION environment variable as it is no longer
840 required. The testsuite also requires the Data::Dumper module from
841 Perl, so it is now built in chapter05/perl.xml.</para>
842 </listitem>
843 </itemizedlist>
844 </listitem>
845
846 <listitem>
847 <para>October 22, 2005</para>
848 <itemizedlist>
849 <listitem>
850 <para>[archaic]: Upgrade to m4-1.4.4.</para>
851 </listitem>
852 </itemizedlist>
853 </listitem>
854
855 <listitem>
856 <para>October 21, 2005</para>
857 <itemizedlist>
858 <listitem>
859 <para>[matt]: Upgrade to file-4.16.</para>
860 </listitem>
861 <listitem>
862 <para>[matt]: Upgrade to man-pages 2.10.</para>
863 </listitem>
864 <listitem>
865 <para>[matt]: Upgrade to ncurses 5.5.</para>
866 </listitem>
867 </itemizedlist>
868 </listitem>
869
870 <listitem>
871 <para>October 15, 2005</para>
872 <itemizedlist>
873 <listitem>
874 <para>[matt]: Upgrade to man-pages 2.09.</para>
875 </listitem>
876 <listitem>
877 <para>[matt]: Use an updated version of the Udev rules file
878 (fixes bug 1639).</para>
879 </listitem>
880 <listitem>
881 <para>[matt]: Add a cdrom group as required by the Udev rules
882 file</para>
883 </listitem>
884 </itemizedlist>
885 </listitem>
886
887 <listitem>
888 <para>October 9, 2005</para>
889 <itemizedlist>
890 <listitem>
891 <para>[matt]: Emphasise the fact that one must delete the source
892 directory after each package has been installed. Fixes bug 1638.
893 Thanks to Chris Staub.</para>
894 </listitem>
895 </itemizedlist>
896 </listitem>
897
898 <listitem>
899 <para>October 8, 2005</para>
900 <itemizedlist>
901 <listitem>
902 <para>[archaic]: Added patch to fix poor tempfile creation in
903 Texinfo-4.8 that can lead to a symlink attack.</para>
904 </listitem>
905 <listitem>
906 <para>[matt]: Upgrade to iproute2-051007.</para>
907 </listitem>
908 </itemizedlist>
909 </listitem>
910
911 <listitem>
912 <para>October 7, 2005</para>
913 <itemizedlist>
914 <listitem>
915 <para>[matt]: Upgrade to gcc-4.0.2.</para>
916 </listitem>
917 </itemizedlist>
918 </listitem>
919
920 <listitem>
921 <para>October 4, 2005</para>
922 <itemizedlist>
923 <listitem>
924 <para>[matt]: Prevent GCC from running the <command>fixincludes</command>
925 script in chapter5 pass2 and chapter 6 (fixes bug 1636). Thanks to Tushar
926 and Greg for their contributions on this issue.</para>
927 </listitem>
928 </itemizedlist>
929 </listitem>
930
931 <listitem>
932 <para>September 29, 2005</para>
933 <itemizedlist>
934 <listitem>
935 <para>[matt]: Add more explicit reader prerequisites (fixes
936 bug 1629).</para>
937 </listitem>
938 <listitem>
939 <para>[matt]: Add <option>-v</option> to commands that accept it
940 (fixes bug 1612).</para>
941 </listitem>
942 </itemizedlist>
943 </listitem>
944
945 <listitem>
946 <para>September 26, 2005</para>
947 <itemizedlist>
948 <listitem>
949 <para>[matt]: Upgrade to man-pages-2.08.</para>
950 </listitem>
951 </itemizedlist>
952 </listitem>
953
954 <listitem>
955 <para>September 24, 2005</para>
956 <itemizedlist>
957 <listitem>
958 <para>[matt]: Upgrade to gawk-3.1.5.</para>
959 </listitem>
960 <listitem>
961 <para>[matt]: Upgrade to man-1.6b.</para>
962 </listitem>
963 <listitem>
964 <para>[matt]: Upgrade to util-linux-2.12r.</para>
965 </listitem>
966 </itemizedlist>
967 </listitem>
968
969 <listitem>
970 <para>September 20, 2005</para>
971 <itemizedlist>
972 <listitem>
973 <para>[matt]: Upgrade to bison-2.1.</para>
974 </listitem>
975 </itemizedlist>
976 </listitem>
977
978 <listitem>
979 <para>September 17, 2005</para>
980 <itemizedlist>
981 <listitem>
982 <para>[matt]: Upgrade to udev-070 and remove the unnecessary
983 &quot;udevdir=/dev&quot; parameter.</para>
984 </listitem>
985 <listitem>
986 <para>[matt]: Added patch for coreutils to improve echo's POSIX
987 and bash compatibility and to recognise &quot;\xhh&quot; syntax
988 as required by the test suite in udev-069 and later.</para>
989 </listitem>
990 </itemizedlist>
991 </listitem>
992
993 <listitem>
994 <para>September 15, 2005</para>
995 <itemizedlist>
996 <listitem>
997 <para>[archaic]: Added patch for util-linux to prevent a umount
998 vulnerability.</para>
999 </listitem>
1000 </itemizedlist>
1001 </listitem>
1002
1003 <listitem>
1004 <para>September 8, 2005</para>
1005 <itemizedlist>
1006 <listitem>
1007 <para>[jhuntwork]: Upgrade to groff-1.19.2</para>
1008 </listitem>
1009 </itemizedlist>
1010 </listitem>
1011
1012 <listitem>
1013 <para>September 6, 2005</para>
1014 <itemizedlist>
1015 <listitem>
1016 <para>[ken]: Reworded the glibc text to expect test failures.</para>
1017 </listitem>
1018 </itemizedlist>
1019 </listitem>
1020
1021 <listitem>
1022 <para>September 5, 2005</para>
1023 <itemizedlist>
1024 <listitem>
1025 <para>[ken]: Add patch to fix some of the math tests in glibc.</para>
1026 </listitem>
1027 </itemizedlist>
1028 </listitem>
1029
1030 <listitem><para>September 4, 2005</para>
1031 <itemizedlist>
1032 <listitem>
1033 <para>[matt]: Add patch to stop <command>cfdisk</command> segfaulting
1034 when invoked on devices with partitions that don't contain an ext2,
1035 ext3, xfs or jfs filesystem (see bug 1604)</para>
1036 </listitem>
1037 <listitem>
1038 <para>[matt]: Upgrade to libtool-1.5.20</para>
1039 </listitem>
1040 <listitem>
1041 <para>[matt]: Upgrade to findutils-4.2.25</para>
1042 </listitem>
1043 </itemizedlist>
1044 </listitem>
1045
1046 <listitem>
1047 <para>September 2, 2005</para>
1048 <itemizedlist>
1049 <listitem>
1050 <para>[matt]: The optimization flag for util-linux comes from
1051 <filename>configure</filename> rather than <filename>MCONFIG</filename>,
1052 so adjust the <command>sed</command> in order for the segfault fix
1053 to actually work.</para>
1054 </listitem>
1055 <listitem>
1056 <para>[matt]: Avoid the potential race condition when invoking
1057 <command>find</command> to remove GCC's fixed headers.</para>
1058 </listitem>
1059 </itemizedlist>
1060 </listitem>
1061
1062 <listitem>
1063 <para>August 30th, 2005</para>
1064 <itemizedlist>
1065 <listitem>
1066 <para>[matt]: Work around a segfault in cfdisk by compiling with -O
1067 instead of the default -O2 optimization setting (fixes bug 1604).</para>
1068 </listitem>
1069 <listitem>
1070 <para>[matt]: Update the inetutils patch to use the upstream fix
1071 for GCC-4.x compilation problems (fixes bug 1602).</para>
1072 </listitem>
1073 <listitem>
1074 <para>[matt]: Upgrade to shadow-2.0.12</para>
1075 </listitem>
1076 <listitem>
1077 <para>[ken]: Remove <command>sed -i</command> commands from
1078 gcc-pass2.</para>
1079 </listitem>
1080 </itemizedlist>
1081 </listitem>
1082
1083 <listitem>
1084 <para>August 28th, 2005</para>
1085 <itemizedlist>
1086 <listitem>
1087 <para>[jhuntwork]: Adjusted tar commands in Bash and Glibc chapter 6
1088 builds for consistency</para>
1089 </listitem>
1090 </itemizedlist>
1091 </listitem>
1092
1093 <listitem>
1094 <para>August 23rd, 2005</para>
1095 <itemizedlist>
1096 <listitem>
1097 <para>[matt]: <command>find</command> may fail due to a race
1098 condition when deleting files. Remove the &amp;&amp; construct in
1099 chapter05/adjusting.xml so that the rest of the commands for removing
1100 fixed headers will be executed (fixes bug 1621).</para>
1101 </listitem>
1102 <listitem>
1103 <para>[matt]: Install Udev's documentation relating to configuring
1104 rules (fixes bug 1622)</para>
1105 </listitem>
1106 <listitem>
1107 <para>[matt]: Upgrade to Man-1.6a</para>
1108 </listitem>
1109 </itemizedlist>
1110 </listitem>
1111
1112 <listitem>
1113 <para>August 20th, 2005</para>
1114 <itemizedlist>
1115 <listitem>
1116 <para>[matt]: Stop moving some of coreutils binaries to /bin as
1117 they aren't required to be there (fixes bug 1620).</para>
1118 </listitem>
1119 </itemizedlist>
1120 </listitem>
1121
1122 <listitem>
1123 <para>August 19th, 2005</para>
1124 <itemizedlist>
1125 <listitem>
1126 <para>[matt]: Upgrade to Udev-068</para>
1127 </listitem>
1128 <listitem>
1129 <para>[matt]: Upgrade to IANA-etc-2.00</para>
1130 </listitem>
1131 <listitem>
1132 <para>[matt]: Upgrade to file-4.15</para>
1133 </listitem>
1134 </itemizedlist>
1135 </listitem>
1136
1137 <listitem>
1138 <para>August 18th, 2005</para>
1139 <itemizedlist>
1140 <listitem>
1141 <para>[matt]: Simplify the method for finding where GCC's default
1142 specs file and private include directory live. Additionally, don't
1143 assume the host's sed supports the -i switch.</para>
1144 </listitem>
1145 <listitem>
1146 <para>[ken]: Add a patch to sanitise bzgrep's handling of
1147 filenames.</para>
1148 </listitem>
1149 </itemizedlist>
1150 </listitem>
1151
1152 <listitem>
1153 <para>August 16th, 2005</para>
1154 <itemizedlist>
1155 <listitem>
1156 <para>[matt]: Install sed's man page to /usr/share/doc/sed-4.1.4
1157 instead of /usr/share/doc (fixes bug 1600).</para>
1158 </listitem>
1159 <listitem>
1160 <para>[matt]: Upgraded to linux-2.6.12.5.</para>
1161 </listitem>
1162 </itemizedlist>
1163 </listitem>
1164
1165 <listitem>
1166 <para>August 15th, 2005</para>
1167 <itemizedlist>
1168 <listitem>
1169 <para>[matt]: Alter the GCC -fomit-frame-pointer sed to protect
1170 from multiple invocations (Greg Schafer)</para>
1171 </listitem>
1172 </itemizedlist>
1173 </listitem>
1174
1175 <listitem>
1176 <para>August 14th, 2005</para>
1177 <itemizedlist>
1178 <listitem>
1179 <para>[ken]: Upgrade shadow to 4.0.11.1 with --enable-shadowgrp as
1180 advised by Greg Schafer.</para>
1181 </listitem>
1182 <listitem>
1183 <para>[matt]: Mention the common libmudflap test failures in GCC
1184 (fixes bug 1615).</para>
1185 </listitem>
1186 <listitem>
1187 <para>[matt]: Added patch to install documentation for bzip2 (fixes
1188 bug 1603).</para>
1189 </listitem>
1190 <listitem>
1191 <para>[matt]: Upgrade to linux-2.6.12.4.</para>
1192 </listitem>
1193 <listitem>
1194 <para>[matt]: Add sed to chapter05/gcc-pass2 and chapter06/gcc to
1195 ensure they get built with -fomit-frame-pointer so it matches the
1196 bootstrap build in chapter05/gcc-pass1 (fixes bug 1609).</para>
1197 </listitem>
1198 <listitem>
1199 <para>[matt]: Upgrade to udev-067 including a fix for the failing
1200 test (bug 1611).</para>
1201 </listitem>
1202 </itemizedlist>
1203 </listitem>
1204
1205 <listitem>
1206 <para>August 12th, 2005</para>
1207 <itemizedlist>
1208 <listitem>
1209 <para>[matt]: Explain that libiconv isn't required on an LFS
1210 system (fixes bug 1614).</para>
1211 </listitem>
1212 <listitem>
1213 <para>[matt]: Fix ownership of libtool's libltdl data files
1214 (fixes bug 1601).</para>
1215 </listitem>
1216 <listitem>
1217 <para>[matt]: Change findutils and vim's configure switch explanations
1218 to the convention used in the rest of the book (Bug 1613).</para>
1219 </listitem>
1220 <listitem>
1221 <para>[matt]: Expand explanation of device node creation at the start
1222 of chapter 6.</para>
1223 </listitem>
1224 <listitem>
1225 <para>[matt]: Fix incorrect version number for expect's installed
1226 library (Bug 1608)</para>
1227 </listitem>
1228 </itemizedlist>
1229 </listitem>
1230
1231 <listitem>
1232 <para>August 7th, 2005</para>
1233 <itemizedlist>
1234 <listitem>
1235 <para>[archaic]: Added note in Shadow regarding building Cracklib
1236 from BLFS first.</para>
1237 </listitem>
1238 </itemizedlist>
1239 </listitem>
1240
1241 <listitem>
1242 <para>August 6th, 2005</para>
1243 <itemizedlist>
1244 <listitem>
1245 <para>[matt]: Add texi2pdf to list of Texinfo's installed files.</para>
1246 </listitem>
1247 <listitem>
1248 <para>[matt]: Updated Vim's security patch to address the latest
1249 modeline vulnerability.</para>
1250 </listitem>
1251 </itemizedlist>
1252 </listitem>
1253
1254 <listitem>
1255 <para>July 30th, 2005</para>
1256 <itemizedlist>
1257 <listitem>
1258 <para>[matt]: Added instructions for installing Bash documentation
1259 (Randy McMurchy).</para>
1260 </listitem>
1261 <listitem>
1262 <para>[matt]: Remove GCC linkonce patch from chapter03/patches.xml
1263 as it's no longer used in the book</para>
1264 </listitem>
1265 </itemizedlist>
1266 </listitem>
1267
1268 <listitem>
1269 <para>July 29th, 2005</para>
1270 <itemizedlist>
1271 <listitem>
1272 <para>[manuel]: Removed the text about defining gvimrc.</para>
1273 </listitem>
1274 </itemizedlist>
1275 </listitem>
1276
1277 <listitem>
1278 <para>July 28th, 2005</para>
1279 <itemizedlist>
1280 <listitem>
1281 <para>[matt]: Add GCC-4 related patch for kbd</para>
1282 </listitem>
1283 <listitem>
1284 <para>[matt]: Add GCC-4 related patch for inetutils</para>
1285 </listitem>
1286 <listitem>
1287 <para>[matt]: Remove the note regarding a known test failure in GRUB.
1288 The test no longer fails under GCC-4</para>
1289 </listitem>
1290 <listitem>
1291 <para>[matt]: Add GCC-4 related patch to chapter06 tar</para>
1292 </listitem>
1293 </itemizedlist>
1294 </listitem>
1295
1296 <listitem>
1297 <para>July 27th, 2005</para>
1298 <itemizedlist>
1299 <listitem>
1300 <para>[matt]: Don't define gvim's configuration file as we don't
1301 compile gvim in LFS (Bruce Dubbs).</para>
1302 </listitem>
1303 </itemizedlist>
1304 </listitem>
1305
1306 <listitem>
1307 <para>July 26th, 2005</para>
1308 <itemizedlist>
1309 <listitem>
1310 <para>[matt]: Remove <quote>groups</quote> from the list of programs
1311 installed by shadow, as we use the version provided by coreutils
1312 instead (Randy McMurchy).</para>
1313 </listitem>
1314 <listitem>
1315 <para>[matt]: Updated to mktemp-1.5-add_tempfile-3.patch, which adds
1316 license and copyright information to the previous version.</para>
1317 </listitem>
1318 </itemizedlist>
1319 </listitem>
1320
1321 <listitem>
1322 <para>July 23rd, 2005</para>
1323 <itemizedlist>
1324 <listitem>
1325 <para>[matt]: Moved FORMER_CONTRIBUTORS information into the book,
1326 so as people can actually see it. The space constraint argument in
1327 that file was weak - it only added another 10 lines to a 255 page
1328 document (PDF). Now at least we <emphasis>publically</emphasis>
1329 acknowledge the efforts of previous contributors.</para>
1330 </listitem>
1331 <listitem>
1332 <para>[matt]: Updated to man-pages-2.07.</para>
1333 </listitem>
1334 <listitem>
1335 <para>[matt]: Updated to zlib-1.2.3.</para>
1336 </listitem>
1337 </itemizedlist>
1338 </listitem>
1339
1340 <listitem>
1341 <para>July 22nd, 2005</para>
1342 <itemizedlist>
1343 <listitem>
1344 <para>[manuel]: Added obfuscate.sh and modified the Makefile to
1345 obfuscate e-mail addresses in XHTML output.</para>
1346 </listitem>
1347 </itemizedlist>
1348 </listitem>
1349
1350 <listitem>
1351 <para>July 21st, 2005</para>
1352 <itemizedlist>
1353 <listitem>
1354 <para>[matt]: Add GCC-4 related patches to chapter06 glibc</para>
1355 </listitem>
1356 <listitem>
1357 <para>[matt]: Unset the GCC_INCLUDEDIR variable once it's no longer
1358 needed.</para>
1359 </listitem>
1360 </itemizedlist>
1361 </listitem>
1362
1363 <listitem>
1364 <para>July 19th, 2005</para>
1365 <itemizedlist>
1366 <listitem>
1367 <para>[matt]: Removed flex++ from the list of installed files, as
1368 it is no longer present (Randy McMurchy)</para>
1369 </listitem>
1370 </itemizedlist>
1371 </listitem>
1372
1373 <listitem>
1374 <para>July 18th, 2005</para>
1375 <itemizedlist>
1376 <listitem>
1377 <para>[matt]: Re-added the explanation of the fixincludes process
1378 and rewording where necessary (Chris Staub), and reworded description
1379 of the specs patch.</para>
1380 </listitem>
1381 <listitem>
1382 <para>[matt]: Remove all host headers brought in via the fixincludes
1383 process, not just pthread.h and sigaction.h</para>
1384 </listitem>
1385 </itemizedlist>
1386 </listitem>
1387
1388 <listitem>
1389 <para>July 17th, 2005</para>
1390 <itemizedlist>
1391 <listitem>
1392 <para>[matt]: Slightly adjusted the specs file seds, to prevent
1393 multiple seds from adversely affecting them.</para>
1394 </listitem>
1395 <listitem>
1396 <para>[matt]: Removed the fixincludes sed from gcc-pass1 as we may
1397 need to fix up host's headers. Also reinstate the associated removal
1398 of pthread.h and sigthread.h.</para>
1399 </listitem>
1400 </itemizedlist>
1401 </listitem>
1402
1403 <listitem>
1404 <para>July 16th, 2005</para>
1405 <itemizedlist>
1406 <listitem>
1407 <para>[jhuntwork]: Added sed to chapter 5 gcc builds to force the
1408 fixincludes to use the headers in /tools and not the host.</para>
1409 </listitem>
1410 <listitem>
1411 <para>[jhuntwork]: Removed no_fixincludes and linkonce patches for
1412 gcc4. Also removed the command to remove the fixed pthread.h.</para>
1413 </listitem>
1414 <listitem>
1415 <para>[jhuntwork]: Fixed adjusting toolchain sed for both chapters
1416 5 and 6.</para>
1417 </listitem>
1418 </itemizedlist>
1419 </listitem>
1420
1421 <listitem>
1422 <para>July 15th, 2005</para>
1423 <itemizedlist>
1424 <listitem>
1425 <para>[matt]: Updated to Linux-2.6.12.3.</para>
1426 </listitem>
1427 <listitem>
1428 <para>[matt]: Added a patch to enable tar to build with gcc-4.0.1</para>
1429 </listitem>
1430 <listitem>
1431 <para>[matt]: GCC-4.x no longer installs its specs file by default.
1432 Alter the toolchain adjustment stage to first dump the specs file
1433 where GCC will find it, then alter it.</para>
1434 </listitem>
1435 <listitem>
1436 <para>[matt]: Added patches for chapter 5's Glibc to build with
1437 gcc-4.0.1</para>
1438 </listitem>
1439 <listitem>
1440 <para>[matt]: Updated to gcc-4.0.1.</para>
1441 </listitem>
1442 <listitem>
1443 <para>[matt]: Updated to udev-063.</para>
1444 </listitem>
1445 </itemizedlist>
1446 </listitem>
1447
1448 <listitem>
1449 <para>July 13th, 2005</para>
1450 <itemizedlist>
1451 <listitem>
1452 <para>[matt]: Updated to automake-1.9.6.</para>
1453 </listitem>
1454 </itemizedlist>
1455 </listitem>
1456
1457 <listitem>
1458 <para>July 8th, 2005</para>
1459 <itemizedlist>
1460 <listitem>
1461 <para>[matt]: Updated to udev-062.</para>
1462 </listitem>
1463 <listitem>
1464 <para>[matt]: Updated to linux-libc-headers-2.6.12.0.</para>
1465 </listitem>
1466 <listitem>
1467 <para>[matt]: Updated to linux-2.6.12.2.</para>
1468 </listitem>
1469 <listitem>
1470 <para>[matt]: Updated to shadow-4.0.10.</para>
1471 </listitem>
1472 <listitem>
1473 <para>[matt]: Updated to iana-etc-1.10.</para>
1474 </listitem>
1475 </itemizedlist>
1476 </listitem>
1477
1478 <listitem>
1479 <para>July 6th, 2005</para>
1480 <itemizedlist>
1481 <listitem>
1482 <para>[archaic]: Pulled the inetutils kernel header patch out again
1483 as it is not needed.</para>
1484 </listitem>
1485 <listitem>
1486 <para>[matt]: Updated to e2fsprogs-1.38.</para>
1487 </listitem>
1488 <listitem>
1489 <para>[matt]: Updated to binutils-2.16.1.</para>
1490 </listitem>
1491 </itemizedlist>
1492 </listitem>
1493
1494 <listitem>
1495 <para>July 5th, 2005</para>
1496 <itemizedlist>
1497 <listitem>
1498 <para>[matt]: Updated to tcl-8.4.11.</para>
1499 </listitem>
1500 <listitem>
1501 <para>[matt]: Updated to man-1.6.</para>
1502 </listitem>
1503 <listitem>
1504 <para>[matt]: Updated to file 4.14.</para>
1505 </listitem>
1506 <listitem><para>[matt]: Updated to man-pages 2.05.</para>
1507 </listitem>
1508 </itemizedlist>
1509 </listitem>
1510
1511 <listitem>
1512 <para>June 12th, 2005</para>
1513 <itemizedlist>
1514 <listitem>
1515 <para>[matt]: Upgraded to gettext-0.14.5.</para>
1516 </listitem>
1517 <listitem>
1518 <para>[matt]: Upgraded to perl-5.8.7.</para>
1519 </listitem>
1520 <listitem>
1521 <para>[matt]: Upgraded to tcl-8.4.10.</para>
1522 </listitem>
1523 <listitem>
1524 <para>[matt]: Upgraded to man-pages-2.03.</para>
1525 </listitem>
1526 </itemizedlist>
1527 </listitem>
1528
1529 <listitem>
1530 <para>May 24th, 2005</para>
1531 <itemizedlist>
1532 <listitem>
1533 <para>[jim]: Changed gcc-specs patch to -2.</para>
1534 </listitem>
1535 </itemizedlist>
1536 </listitem>
1537
1538 <listitem>
1539 <para>May 23nd, 2005</para>
1540 <itemizedlist>
1541 <listitem>
1542 <para>[jim]: Changed changelog to use version entities.</para>
1543 </listitem>
1544 </itemizedlist>
1545 </listitem>
1546
1547 <listitem>
1548 <para>May 22nd, 2005</para>
1549 <itemizedlist>
1550 <listitem>
1551 <para>[matt]: Updated to Udev-058.</para>
1552 </listitem>
1553 <listitem>
1554 <para>[matt]: Updated to Libtool-1.5.18.</para>
1555 </listitem>
1556 <listitem>
1557 <para>[matt]: Updated to Gcc-3.4.4.</para>
1558 </listitem>
1559 <listitem>
1560 <para>[matt]: Updated to Binutils-2.16.</para>
1561 </listitem>
1562 </itemizedlist>
1563 </listitem>
1564
1565 <listitem>
1566 <para>May 15th, 2005</para>
1567 <itemizedlist>
1568 <listitem>
1569 <para>[matt]: Updated to Grub 0.97.</para>
1570 </listitem>
1571 <listitem>
1572 <para>[matt]: Updated to Libtool 1.5.16.</para>
1573 </listitem>
1574 <listitem>
1575 <para>[jim]: Updated to udev 057.</para>
1576 </listitem>
1577 </itemizedlist>
1578 </listitem>
1579
1580 <listitem>
1581 <para>April 14, 2005</para>
1582 <itemizedlist>
1583 <listitem>
1584 <para>[jim]: Updated to man-pages 2.02.</para>
1585 </listitem>
1586 </itemizedlist>
1587 </listitem>
1588
1589 <listitem>
1590 <para>April 13, 2005</para>
1591 <itemizedlist>
1592 <listitem>
1593 <para>[jim]: Updated to glibc 2.3.5.</para>
1594 </listitem>
1595 <listitem>
1596 <para>[jim]: Updated to gettext 0.14.4.</para>
1597 </listitem>
1598 </itemizedlist>
1599 </listitem>
1600
1601 <listitem>
1602 <para>April 12, 2005</para>
1603 <itemizedlist>
1604 <listitem>
1605 <para>[manuel]: Small redaction changes.</para>
1606 </listitem>
1607 </itemizedlist>
1608 </listitem>
1609
1610 <listitem>
1611 <para>April 11, 2005</para>
1612 <itemizedlist>
1613 <listitem>
1614 <para>[manuel]: Several tags and text corrections.</para>
1615 </listitem>
1616 </itemizedlist>
1617 </listitem>
1618
1619 <listitem>
1620 <para>April 6, 2005</para>
1621 <itemizedlist>
1622 <listitem>
1623 <para>[jim]: Removed IPRoute2 patch for a sed (Ryan Oliver).</para>
1624 </listitem>
1625 </itemizedlist>
1626 </listitem>
1627
1628 </itemizedlist>
1629
1630 <para>Branch frozen for LFS 6.1 as of April 5, 2005. Some packages
1631 and patches updates related with security up to July 9, 2005.</para>
1632
1633</sect1>
Note: See TracBrowser for help on using the repository browser.