source: chapter01/changelog.xml@ 6249eea

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

Updated to lfs-bootscripts-udev_update-20060321.

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

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