source: chapter01/changelog.xml@ 63ca4f2

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 12.2 12.2-rc1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 63ca4f2 was 63ca4f2, checked in by Matthew Burgess <matthew@…>, 18 years ago

Upgrade to Bison 2.2

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

  • Property mode set to 100644
File size: 68.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-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>May 31, 2006</para>
41 <itemizedlist>
42 <listitem>
43 <para>[matthew] - Upgrade to Bison-2.2.</para>
44 </listitem>
45 <listitem>
46 <para>[matthew] - Upgrade to Coreutils-5.96.</para>
47 </listitem>
48 <listitem>
49 <para>[gerard] - Added <command>tee</command> to chapter 6's Glibc
50 <command>make check</command> so the output can be seen on screen
51 as well as captured in the log file.</para>
52 </listitem>
53 </itemizedlist>
54 </listitem>
55
56 <listitem>
57 <para>May 30, 2006</para>
58 <itemizedlist>
59 <listitem>
60 <para>[matthew] - Removed an out of date comment regarding having to
61 run <command>pwconv</command> to reset passwords after enabling
62 password shadowing. Thanks to Chris Staub for the report.</para>
63 </listitem>
64 <listitem>
65 <para>[matthew] - Removed <command>getunimap</command>,
66 <command>setlogons</command>, and <command>setvesablank</command> from
67 the list of programs installed by kbd. Thanks to Chris Staub for the
68 patch.</para>
69 </listitem>
70 </itemizedlist>
71 </listitem>
72
73 <listitem>
74 <para>May 30, 2006</para>
75 <itemizedlist>
76 <listitem>
77 <para>[matthew] - Removed <command>swapdev</command> from the list of
78 files installed by util-linux. Thanks to Chris Staub for the patch.
79 </para>
80 </listitem>
81 </itemizedlist>
82 </listitem>
83
84 <listitem>
85 <para>May 27, 2006</para>
86 <itemizedlist>
87 <listitem>
88 <para>[jhuntwork] - Remove the 'refer back's in the gcc-pass2 and
89 chapter06/gcc pages. Better organizes the commands and data so that
90 the flow of the book is not lost.</para>
91 </listitem>
92 <listitem>
93 <para>[jhuntwork] - Add a note about installing spell files for
94 Vim in a language other than English.</para>
95 </listitem>
96 <listitem>
97 <para>[jhuntwork] - Correct Vim's installation of man pages to work
98 well with Man-DB. Patch from Alexander Patrakov and Ag Hatzim.</para>
99 </listitem>
100 </itemizedlist>
101 </listitem>
102
103 <listitem>
104 <para>May 26, 2006</para>
105 <itemizedlist>
106 <listitem>
107 <para>[jhuntwork] - Some version corrections in the vim page.</para>
108 </listitem>
109 </itemizedlist>
110 </listitem>
111
112 <listitem>
113 <para>May 25, 2006</para>
114 <itemizedlist>
115 <listitem>
116 <para>[jhuntwork] - Updated to Vim-7.0. Fixes #1793.</para>
117 </listitem>
118 <listitem>
119 <para>[jhuntwork] - Fixed generation of diff's man page.
120 Thanks Randy McMurchy for the report and Ken Moffat for the fix.
121 Fixes #1800.</para>
122 </listitem>
123 </itemizedlist>
124 </listitem>
125
126 <listitem>
127 <para>May 22, 2006</para>
128 <itemizedlist>
129 <listitem>
130 <para>[jim] - Fixed a constant support question asked in #IRC and
131 the mailing lists about shadow's additional sed command
132 for cracklib. Using a complete sed command instead.</para>
133 </listitem>
134 </itemizedlist>
135 </listitem>
136
137 <listitem>
138 <para>May 15, 2006</para>
139 <itemizedlist>
140 <listitem>
141 <para>[archaic] - Updated to udev-config-20060515. This adds the rule
142 to create /dev/usb nodes as well as making the rules files slightly
143 more modular by reorganizing which rules go to which files. This is a
144 very minor update.</para>
145 </listitem>
146 <listitem>
147 <para>[archaic] - Updated to man-pages-2.32.</para>
148 </listitem>
149 <listitem>
150 <para>[archaic] - Updated to udev-092.</para>
151 </listitem>
152 </itemizedlist>
153 </listitem>
154
155 <listitem>
156 <para>May 14, 2006</para>
157 <itemizedlist>
158 <listitem>
159 <para>[manuel] - Updated SBU and disk usage values.</para>
160 </listitem>
161 <listitem>
162 <para>[manuel] - Created packages.ent. Moved data about packages
163 to packages.ent as entities.</para>
164 </listitem>
165 </itemizedlist>
166 </listitem>
167
168 <listitem>
169 <para>May 12, 2006</para>
170 <itemizedlist>
171 <listitem>
172 <para>[archaic] - Updated to linux-2.6.16.16.</para>
173 </listitem>
174 </itemizedlist>
175 </listitem>
176
177 <listitem>
178 <para>May 9, 2006</para>
179 <itemizedlist>
180 <listitem>
181 <para>[manuel] - Updated packages and patches sizes.</para>
182 </listitem>
183 </itemizedlist>
184 </listitem>
185
186 <listitem>
187 <para>May 8, 2006</para>
188 <itemizedlist>
189 <listitem>
190 <para>[archaic] - Made the directory tree creation more concise and
191 removed the extraneous /opt/* hierarchy (it is not required by
192 FHS). Closes ticket #1656.</para>
193 </listitem>
194 </itemizedlist>
195 </listitem>
196
197 <listitem>
198 <para>May 7, 2006</para>
199 <itemizedlist>
200 <listitem>
201 <para>[archaic] - Updated to linux-2.6.16.14.</para>
202 </listitem>
203 <listitem>
204 <para>[ken] - Use ext3 filesystem instead of ext2.
205 Resolves ticket #1792.</para>
206 </listitem>
207 </itemizedlist>
208 </listitem>
209
210 <listitem>
211 <para>May 6, 2006</para>
212 <itemizedlist>
213 <listitem>
214 <para>[jhuntwork] - Added MD5 sums for packages and patches.
215 Resolves ticket #1788.</para>
216 </listitem>
217 </itemizedlist>
218 </listitem>
219
220 <listitem>
221 <para>May 3, 2006</para>
222 <itemizedlist>
223 <listitem>
224 <para>[archaic] - Upgraded to linux-2.6.16.13.</para>
225 </listitem>
226 <listitem>
227 <para>[jhuntwork] - Updated stripping notes to reflect current
228 findings. Resolves ticket #1657.</para>
229 </listitem>
230 <listitem>
231 <para>[archaic] - Updated the bug.c code to avoid USB-related uevent
232 leakage reports.</para>
233 </listitem>
234 </itemizedlist>
235 </listitem>
236
237 <listitem>
238 <para>May 2, 2006</para>
239 <itemizedlist>
240 <listitem>
241 <para>[jhuntwork] - Fixed sanity checks to work after final GCC
242 and changed their format. Resolves ticket #1768.</para>
243 </listitem>
244 <listitem>
245 <para>[archaic] - Removed mention of usbfs from the fstab page since
246 it is already covered in BLFS.</para>
247 </listitem>
248 <listitem>
249 <para>[archaic] - Updated to man-pages-2.31.</para>
250 </listitem>
251 <listitem>
252 <para>[archaic] - Updated to iana-etc-2.10.</para>
253 </listitem>
254 <listitem>
255 <para>[archaic] - Updated to tcl8.4.13.</para>
256 </listitem>
257 </itemizedlist>
258 </listitem>
259
260 <listitem>
261 <para>May 1, 2006</para>
262 <itemizedlist>
263 <listitem>
264 <para>[archaic] - Added two seds to avoid symlink problems with
265 Readline during reinstallation. Thanks to Dan and Manuel for the fix
266 and for testing. Fixes ticket #1770.</para>
267 </listitem>
268 <listitem>
269 <para>[archaic] - Fixed issue where module-init-tools would not
270 re-install its binaries.</para>
271 </listitem>
272 <listitem>
273 <para>[archaic] - Updated to linux-2.6.16.11.</para>
274 </listitem>
275 <listitem>
276 <para>[archaic] - Updated to udev-091. Moved to a tarball-based set of
277 udev rules. Updated the bootscripts to support the new udevsettle
278 program.</para>
279 </listitem>
280 </itemizedlist>
281 </listitem>
282
283 <listitem>
284 <para>April 27, 2006</para>
285 <itemizedlist>
286 <listitem>
287 <para>[manuel] - Added SEO Company Canada to donators
288 acknowledgements.</para>
289 </listitem>
290 </itemizedlist>
291 </listitem>
292
293 <listitem>
294 <para>April 23, 2006</para>
295 <itemizedlist>
296 <listitem>
297 <para>[manuel] - Fixed command to change $LFS/tools
298 ownership. Resolves ticket #1780.</para>
299 </listitem>
300 </itemizedlist>
301 </listitem>
302
303 <listitem>
304 <para>April 22, 2006</para>
305 <itemizedlist>
306 <listitem>
307 <para>[manuel] - Revised again the Host System Requirements page
308 wording and look. Thanks to Bruce Dubbs for the patch. Resolves
309 ticket #1779.</para>
310 </listitem>
311 </itemizedlist>
312 </listitem>
313
314 <listitem>
315 <para>April 21, 2006</para>
316 <itemizedlist>
317 <listitem>
318 <para>[manuel] - Added commands to determine the version of the
319 required packages installed on the host. Thanks to Bruce Dubbs
320 for the commands list and Randy McMurchy for reviewing the
321 wording.</para>
322 </listitem>
323 <listitem>
324 <para>[manuel] - Alphabetized patches list. Thanks to Justin
325 R. Knierim for the patch.</para>
326 </listitem>
327 </itemizedlist>
328 </listitem>
329
330 <listitem>
331 <para>April 20, 2006</para>
332 <itemizedlist>
333 <listitem>
334 <para>[jhuntwork] - Updated bash to 3.1.17 via an updated patch.
335 Resolves Ticket 1775.</para>
336 </listitem>
337 <listitem>
338 <para>[manuel] - Reworded why a 2.6 kernel compiled with GCC-3
339 is required on the host system.</para>
340 </listitem>
341 <listitem>
342 <para>[manuel] - Revised dependencies info. Thanks to Chris Staub
343 for the patch.</para>
344 </listitem>
345 </itemizedlist>
346 </listitem>
347
348 <listitem>
349 <para>April 19, 2006</para>
350 <itemizedlist>
351 <listitem>
352 <para>[jhuntwork] - Added a more detailed list of minimum
353 software requirements. Thanks to Chris Staub for researching these
354 and Alexander Patrakov for suggesting the enhancement.
355 Resolves Ticket 1598.</para>
356 </listitem>
357 </itemizedlist>
358 </listitem>
359
360 <listitem>
361 <para>April 18, 2006</para>
362 <itemizedlist>
363 <listitem>
364 <para>[jhuntwork] - Moved all dependency information to a new page,
365 Appendix C. Appendix C also contains information concerning the
366 build order. While there might need to be a few tweaks yet, this
367 information is complete enough at this point to close out the
368 long-standing ticket #684. Many thanks to Chris Staub, Dan Nicholson
369 and Manuel Canales Esparcia for helping get this finished.</para>
370 </listitem>
371 </itemizedlist>
372 </listitem>
373
374 <listitem>
375 <para>April 15, 2006</para>
376 <itemizedlist>
377 <listitem>
378 <para>[archaic] - Updated to lfs-bootscripts-20060415.</para>
379 </listitem>
380 <listitem>
381 <para>[archaic] - Added patch to glibc to fix build errors in packages
382 that include linux/types.h after sys/kd.h.</para>
383 </listitem>
384 </itemizedlist>
385 </listitem>
386
387 <listitem>
388 <para>April 14, 2006</para>
389 <itemizedlist>
390 <listitem>
391 <para>[ken] - Add security patch for tar to address CVE-2006-0300.</para>
392 </listitem>
393 <listitem>
394 <para>[archaic] - Upgraded to man-pages-2.29 and linux-2.6.16.5. No
395 command changes.</para>
396 </listitem>
397 <listitem>
398 <para>[manuel] - Changed typography conventions. From now,
399 replaceable text is encapsulated inside &lt; &gt;, optional text
400 inside [ ], and library extensions inside { }. Thanks to
401 Bruce Dubbs for the patch.</para>
402 </listitem>
403 </itemizedlist>
404 </listitem>
405
406 <listitem>
407 <para>April 13, 2006</para>
408 <itemizedlist>
409 <listitem>
410 <para>[archaic] - Removed boot logging rule from /etc/syslog.conf and
411 removed the command to move logger to /bin.</para>
412 </listitem>
413 <listitem>
414 <para>[archaic] - Added symlink from vim.1 to vi.1.</para>
415 </listitem>
416 <listitem>
417 <para>[archaic] - Added chgpasswd to the list of installed files for
418 Shadow.</para>
419 </listitem>
420 <listitem>
421 <para>[archaic] - Merged the udev_update branch to trunk.</para>
422 </listitem>
423 </itemizedlist>
424 </listitem>
425
426 <listitem>
427 <para>April 12, 2006</para>
428 <itemizedlist>
429 <listitem>
430 <para>[jhuntwork] - Rewrote section explaining IP Addresses.
431 Thanks Bryan Kadzban and Bruce Dubbs. Resolves Ticket 1663.</para>
432 </listitem>
433 <listitem>
434 <para>[jhuntwork] - Added a pointer to GDBM in Berkeley DB page.
435 Also added explanatory text concerning why LFS chose Debian's
436 convention for storing man pages. Thanks to Tushar Teredesai and
437 Alexander Patrakov. Resolves Ticket 1694.</para>
438 </listitem>
439 <listitem>
440 <para>[jhuntwork] - Remove symlink of zsoelim to groff's soelim
441 in chapter 6. Man-DB produces a sufficient zsoelim which overwrites
442 the symlink we used to create.</para>
443 </listitem>
444 </itemizedlist>
445 </listitem>
446
447 <listitem>
448 <para>April 11, 2006</para>
449 <itemizedlist>
450 <listitem>
451 <para>[jhuntwork] - Updated bash-3.1 patch. (Ticket 1758)</para>
452 </listitem>
453 </itemizedlist>
454 </listitem>
455
456 <listitem>
457 <para>April 8, 2006</para>
458 <itemizedlist>
459 <listitem>
460 <para>[jhuntwork] - Added a command to create an empty /etc/mtab file early
461 in chapter 6. This avoids testsuite failures in e2fsprogs and possibly other
462 programs that expect /etc/mtab to be present. Explanation from Dan Nicholson,
463 slightly modified. Also merged the 'Creating Essential Symlinks' section with
464 'Creating passwd, group and log Files'.</para>
465 </listitem>
466 </itemizedlist>
467 </listitem>
468
469 <listitem>
470 <para>April 6, 2006</para>
471 <itemizedlist>
472 <listitem>
473 <para>[manuel] - Placed home page (when available) and full download
474 links for all packages in chapter03/packages.xml.</para>
475 </listitem>
476 <listitem>
477 <para>[jhuntwork] - Merged alphabetical branch to trunk.</para>
478 </listitem>
479 </itemizedlist>
480 </listitem>
481
482 <listitem>
483 <para>April 2, 2006</para>
484 <itemizedlist>
485 <listitem>
486 <para>[archaic] - Moved the chowning of /tools to the end of chapter 5
487 and rewrote note about backing up or re-using /tools. Moved the
488 mounting of kernel filesystems before the package management page and
489 rewrote the page to mount --bind /dev and mount all other kernel
490 filesystems while outside chroot. Rewrote note about re-entering
491 chroot and remounting kernel filesystems. Removed /dev from the list
492 of dirs created in chroot and added it before chroot.</para>
493 </listitem>
494 </itemizedlist>
495 </listitem>
496
497 <listitem>
498 <para>March 30, 2006</para>
499 <itemizedlist>
500 <listitem>
501 <para>[ken] - Correct my erroneous comment about UTF-8 locales in
502 Man-DB. Thanks to Alexander for explaining it.</para>
503 </listitem>
504 <listitem>
505 <para>[ken] - upgraded to Linux-2.6.16.1, Iproute2-2.6.16-060323,
506 and Udev-088.</para>
507 </listitem>
508 </itemizedlist>
509 </listitem>
510
511 <listitem>
512 <para>March 29, 2006</para>
513 <itemizedlist>
514 <listitem>
515 <para>[ken] - Upgrade to shadow-4.0.15 and add convert-mans script
516 to convert its UTF-8 man pages. Thanks to Alexander and Archaic for
517 the script and commands. Fixes tickets #1748 and #1750.</para>
518 </listitem>
519 </itemizedlist>
520 </listitem>
521
522 <listitem>
523 <para>March 22, 2006</para>
524 <itemizedlist>
525 <listitem>
526 <para>[archaic] - Updated to
527 lfs-bootscripts-udev_update-20060321.</para>
528 </listitem>
529 </itemizedlist>
530 </listitem>
531
532 <listitem>
533 <para>March 21, 2006</para>
534 <itemizedlist>
535 <listitem>
536 <para>[archaic] - Updated the bootscripts. Removed references to
537 hotplug and the bootscripts udev patch. Removed reference to
538 udevstart. Added text and commands for generating Udev bug reports.
539 </para>
540 </listitem>
541 </itemizedlist>
542 </listitem>
543
544 <listitem>
545 <para>March 18, 2006</para>
546 <itemizedlist>
547 <listitem>
548 <para>[matthew] - Do not run configure manually for iproute2 as it
549 is run automatically by the Makefile. Thanks to Chris Staub for the
550 patch. Fixes ticket #1734.</para>
551 </listitem>
552 <listitem>
553 <para>[matthew] - Make bzdiff use mktemp instead of the deprecated
554 tempfile command. Thanks to Chris Staub for the patch. Fixes ticket
555 #1713.</para>
556 </listitem>
557 <listitem>
558 <para>[matthew] - Upgrade to flex-2.5.33.</para>
559 </listitem>
560 <listitem>
561 <para>[matthew] - Upgrade to readline-5.1.004.</para>
562 </listitem>
563 <listitem>
564 <para>[matthew] - Upgrade to bash-3.1.014.</para>
565 </listitem>
566 <listitem>
567 <para>[matthew] - Upgrade to psmisc-22.2.</para>
568 </listitem>
569 <listitem>
570 <para>[matthew] - Upgrade to file-4.17.</para>
571 </listitem>
572 <listitem>
573 <para>[matthew] - Use updated version of the coreutils suppression
574 patch to prevent coreutils version of the su man page from being
575 installed. Fixes #1690.</para>
576 </listitem>
577 </itemizedlist>
578 </listitem>
579
580 <listitem>
581 <para>March 11, 2006</para>
582 <itemizedlist>
583 <listitem>
584 <para>[matthew] - Upgrade to GCC 4.0.3.</para>
585 </listitem>
586 </itemizedlist>
587 </listitem>
588
589 <listitem>
590 <para>March 8, 2006</para>
591 <itemizedlist>
592 <listitem>
593 <para>[matthew] - Upgrade to Man-pages 2.25.</para>
594 </listitem>
595 <listitem>
596 <para>[matthew] - Remove an example of poor Udev support as it
597 does not apply to the kernel used in the book. Thanks to Alexander
598 Patrakov.</para>
599 </listitem>
600 <listitem>
601 <para>[matthew] - Upgrade to Linux 2.6.15.6.</para>
602 </listitem>
603 <listitem>
604 <para>[matthew] - Upgrade to udev-087.</para>
605 </listitem>
606 <listitem>
607 <para>[matthew] - Udev's run_program rules require a null device to be
608 present at an early stage, so create one in /lib/udev/devices.</para>
609 </listitem>
610 </itemizedlist>
611 </listitem>
612
613 <listitem>
614 <para>March 7, 2006</para>
615 <itemizedlist>
616 <listitem>
617 <para>[matthew] - Update Udev rules file to load SCSI modules and
618 upload firmware to devices that need it. Improve explanations of
619 device and module handling. Thanks to Alexander Patrakov.</para>
620 </listitem>
621 <listitem>
622 <para>[archaic] - Replaced the debian-specific groff patch with an
623 LFS-style patch.</para>
624 </listitem>
625 </itemizedlist>
626 </listitem>
627
628 <listitem>
629 <para>March 3, 2006</para>
630 <itemizedlist>
631 <listitem>
632 <para>[gerard] - Remove -D_GNU_SOURCE from chapter 5 - Patch. Thanks
633 to Dan Nicholson for the patch.</para>
634 </listitem>
635 </itemizedlist>
636 </listitem>
637
638 <listitem>
639 <para>March 1, 2006</para>
640 <itemizedlist>
641 <listitem>
642 <para>[archaic] - Create the Udev directories before creating the
643 symlinks.</para>
644 </listitem>
645 <listitem>
646 <para>[jhuntwork] - Added a description of perl configure flags that
647 help perl deal with a lack of groff. Thanks Dan Nicholson.</para>
648 </listitem>
649 </itemizedlist>
650 </listitem>
651
652 <listitem>
653 <para>February 27, 2006</para>
654 <itemizedlist>
655 <listitem>
656 <para>[archaic] - New bash fixes patch adds patch 011 from Bash
657 upstream. Bash patch 010 broke quoting in certain situations.</para>
658 </listitem>
659 </itemizedlist>
660 </listitem>
661
662 <listitem>
663 <para>February 20, 2006</para>
664 <itemizedlist>
665 <listitem>
666 <para>[matthew] - Use non-deprecated format for accessing MODALIAS
667 keys in the Udev rules file, and prevent the &quot;$&quot; from being
668 expanded by the shell.</para>
669 </listitem>
670 <listitem>
671 <para>[matthew] - Add patches 009 and 010 from Bash upstream.</para>
672 </listitem>
673 <listitem>
674 <para>[matthew] - Upgrade to Man-pages 2.24.</para>
675 </listitem>
676 </itemizedlist>
677 </listitem>
678
679 <listitem>
680 <para>February 19, 2006</para>
681 <itemizedlist>
682 <listitem>
683 <para>[matthew] - Upgrade Perl libc patch to prevent Perl from trying
684 to find headers on the host system. Fixes bug 1695.</para>
685 </listitem>
686 <listitem>
687 <para>[matthew] - Expand the Udev module handling rule to run for
688 every subsystem, not just USB.</para>
689 </listitem>
690 <listitem>
691 <para>[matthew] - Upgrade to Linux 2.6.15.4.</para>
692 </listitem>
693 <listitem>
694 <para>[matthew] - Upgrade to Udev 085.</para>
695 </listitem>
696 <listitem>
697 <para>[matthew] - Install Sed's HTML documentation by using
698 --enable-html instead of editing the Makefile. Thanks to Greg Schafer
699 for the report and the fix.</para>
700 </listitem>
701 <listitem>
702 <para>[matthew] - Add upstream fixes 001-002 for Readline.</para>
703 </listitem>
704 <listitem>
705 <para>[matthew] - Add upstream fixes 001-008 for Bash.</para>
706 </listitem>
707 <listitem>
708 <para>[matthew] - Upgrade to Sed 4.1.5.</para>
709 </listitem>
710 <listitem>
711 <para>[matthew] - Upgrade to Man-pages 2.23.</para>
712 </listitem>
713 <listitem>
714 <para>[matthew] - Upgrade to Coreutils-5.94.</para>
715 </listitem>
716 <listitem>
717 <para>[matthew] - Upgrade to DB-4.4.20.</para>
718 </listitem>
719 <listitem>
720 <para>[matthew] - Upgrade to Perl-5.8.8, removing the now unneeded
721 vulnerability and DB module patches.</para>
722 </listitem>
723 <listitem>
724 <para>[matthew] - Add the verbose parameter to a couple of commands in
725 Linux-Libc-Headers and DB.</para>
726 </listitem>
727 <listitem>
728 <para>[matthew] - Create udev specific directories in udev's
729 instructions instead of the more generic creatingdirs.xml. Add
730 &quot;pts&quot; and &quot;shm&quot; directories to
731 <filename class="directory">/lib/udev/devices</filename> so that they
732 can be mounted successfully at boot time.</para>
733 </listitem>
734 </itemizedlist>
735 </listitem>
736
737 <listitem>
738 <para>February 10, 2006</para>
739 <itemizedlist>
740 <listitem>
741 <para>[manuel] - Finished the XML indentation plus few tags
742 changes.</para>
743 </listitem>
744 </itemizedlist>
745 </listitem>
746
747 <listitem>
748 <para>February 8, 2006</para>
749 <itemizedlist>
750 <listitem>
751 <para>[matthew] - Rewrite the majority of chapter07/udev.xml to
752 reflect the new configuration for handling dynamic device naming and
753 module loading.</para>
754 </listitem>
755 </itemizedlist>
756 </listitem>
757
758 <listitem>
759 <para>February 3, 2006</para>
760 <itemizedlist>
761 <listitem>
762 <para>[matthew] - Create the
763 <filename class="directory">/lib/firmware</filename> directory that
764 can be used by Udev's <command>firmware_helper</command> utility.
765 </para>
766 </listitem>
767 <listitem>
768 <para>[matthew] - Add descriptions of Udev's helper binaries.</para>
769 </listitem>
770 <listitem>
771 <para>[manuel] - Add udev bootscript patch to whatsnew. Removed
772 hotplug from list of packages to download.</para>
773 </listitem>
774 <listitem>
775 <para>[ken] - Add udev bootscript patch to list of patches to
776 download.</para>
777 </listitem>
778 <listitem>
779 <para>[ken] - Correct the size of the udev tarball.</para>
780 </listitem>
781 </itemizedlist>
782 </listitem>
783
784 <listitem>
785 <para>February 2, 2006</para>
786 <itemizedlist>
787 <listitem>
788 <para>[matthew] - Upgrade to Udev-084 and build all its extras to
789 enable custom rules to be written more easily. Also, change the
790 rules file to handle kernel module loading and patch the udev
791 bootscript to work with this version of udev.</para>
792 </listitem>
793 <listitem>
794 <para>[matthew] - Remove the hotplug package and related bootscript.
795 Udev will now handle device creation and module loading.</para>
796 </listitem>
797 <listitem>
798 <para>[matthew] - Upgrade to Linux-2.6.15.2.</para>
799 </listitem>
800 </itemizedlist>
801 </listitem>
802
803 <listitem>
804 <para>January 30, 2006</para>
805 <itemizedlist>
806 <listitem>
807 <para>[jhuntwork] - Adjust binutils-pass1 so we don't need to hang
808 on to its source directories. Also use 'gcc -dumpmachine' instead
809 of the MACHTYPE var.</para>
810 </listitem>
811 <listitem>
812 <para>[jhuntwork] - Various textual corrections. Thanks Chris
813 Staub.</para>
814 </listitem>
815 <listitem>
816 <para>[jhuntwork] - Remove unnecessary LDFLAGS variables in binutils
817 pass 1 and 2. Thanks Dan Nicholson.</para>
818 </listitem>
819 </itemizedlist>
820 </listitem>
821
822 <listitem>
823 <para>January 29, 2006</para>
824 <itemizedlist>
825 <listitem>
826 <para>[jhuntwork] - Restore the use of *startfile_prefix_spec.</para>
827 </listitem>
828 <listitem>
829 <para>[jhuntwork] - Remove a spurious -i from the perl command when
830 readjusting the toolchain. Thanks Dan Nicholson.</para>
831 </listitem>
832 </itemizedlist>
833 </listitem>
834
835 <listitem>
836 <para>January 26, 2006</para>
837 <itemizedlist>
838 <listitem>
839 <para>[jhuntwork] - Modify chapter 6 Glibc's make install command to
840 allow test-installation.pl to run.</para>
841 </listitem>
842 <listitem>
843 <para>[jhuntwork] - Adjust chapter 5 binutils to build a static ld-new
844 for use in the chapter 6 readjusting section. Also add some extended
845 sanity checks. These fixes are adapted from DIY-Linux and Greg Schafer.
846 Thanks to Dan Nicholson for the report, as well.</para>
847 </listitem>
848 <listitem>
849 <para>[jhuntwork] - Added 'nodump' to commands in the Package Management
850 section.</para>
851 </listitem>
852 </itemizedlist>
853 </listitem>
854
855 <listitem>
856 <para>January 25, 2006</para>
857 <itemizedlist>
858 <listitem>
859 <para>[jhuntwork] - Remove ppc specific instructions from chapter 6
860 patch. Cross-LFS can handle non-x86 arch specifics at this point.</para>
861 </listitem>
862 <listitem>
863 <para>[jhuntwork] - Fix chapter 6 Glibc's test-installation.pl to test
864 the correct Glibc. Fixes bug 1675. Thanks to Dan Nicholson for the report
865 and Greg Schafer for the fix.</para>
866 </listitem>
867 <listitem>
868 <para>[jhuntwork] - Fixed the re-adjusting of the toolchain in chapter
869 6 so that chapter 6 GCC and Binutils links against the proper Glibc and
870 so that we don't have to keep the binutils directories from chapter 5.
871 Also moved a note about saving the /tools directory to the beginning of
872 chapter 6. Fixes bug 1677. Thanks to Chris Staub, Alexander Patrakov,
873 Greg Schafer and Tushar Teredesai for reporting and resolving this
874 issue.</para>
875 </listitem>
876 <listitem>
877 <para>[matthew] - Upgrade coreutils i18n patch to version 2 to fix
878 <command>sort -n</command> and add the en_US.UTF-8 locale to improve
879 coreutils' test coverage. Fixes bugs 1688 and 1689. Thanks to
880 Alexander Patrakov.</para>
881 </listitem>
882 <listitem>
883 <para>[matthew] - Add information about package management. Thanks to
884 the BLFS project for the text.</para>
885 </listitem>
886 </itemizedlist>
887 </listitem>
888
889 <listitem>
890 <para>January 24, 2006</para>
891 <itemizedlist>
892 <listitem>
893 <para>[matthew] - Upgrade to Groff-1.18.1.1-11.</para>
894 </listitem>
895 </itemizedlist>
896 </listitem>
897
898 <listitem>
899 <para>January 23, 2006</para>
900 <itemizedlist>
901 <listitem>
902 <para>[matthew] - Upgrade to Man-pages 2.21.</para>
903 </listitem>
904 <listitem>
905 <para>[matthew] - Upgrade to Psmisc 22.1.</para>
906 </listitem>
907 <listitem>
908 <para>[matthew] - Upgrade to Shadow 4.0.14.</para>
909 </listitem>
910 <listitem>
911 <para>[matthew] - Install documentation for the Linux kernel. Thanks
912 to Tushar for the report. Fixes bug 1683.</para>
913 </listitem>
914 <listitem>
915 <para>[matthew] - Added a patch to enable Perl's DB_File module to
916 compile with the latest version of Berkeley DB. Thanks to Alexander
917 Patrakov for the patch.</para>
918 </listitem>
919 </itemizedlist>
920 </listitem>
921
922 <listitem>
923 <para>January 20, 2006</para>
924 <itemizedlist>
925 <listitem>
926 <para>[jhuntwork] - Added a patch to fix the sprintf security
927 vulnerability in Perl. Thanks to Tim van der Molen for pointing
928 it out.</para>
929 </listitem>
930 </itemizedlist>
931 </listitem>
932
933 <listitem>
934 <para>January 17, 2006</para>
935 <itemizedlist>
936 <listitem>
937 <para>[jhuntwork] - Fixed locale generation for French UTF-8. Thanks
938 to Dan McGhee for the report and Alexander Patrakov for the fix.</para>
939 </listitem>
940 </itemizedlist>
941 </listitem>
942
943 <listitem>
944 <para>January 10, 2006</para>
945 <itemizedlist>
946 <listitem>
947 <para>[ken]: Define YYENABLE_NLS in bison, to resolve a code
948 difference shown up by Iterative Comparison Analysis. Thanks
949 to Greg Schafer.</para>
950 </listitem>
951 <listitem>
952 <para>[ken]: Revert my move of mktemp and add a sed to correct
953 gccbug.</para>
954 </listitem>
955 </itemizedlist>
956 </listitem>
957
958 <listitem>
959 <para>January 7, 2006</para>
960 <itemizedlist>
961 <listitem>
962 <para>[ken]: Alter the Perl instructions to always create an
963 /etc/hosts file. This fixes a potential difference in the
964 'hostcat' recorded in Config_heavy.pl. Thanks to Bryan Kadzban
965 for explaining this.</para>
966 </listitem>
967 <listitem>
968 <para>[ken]: Move grep ahead of libtool, so that the latter
969 will correctly reference /bin/grep in references to EGREP.</para>
970 </listitem>
971 <listitem>
972 <para>[ken]: Move mktemp ahead of gcc so that gccbug will
973 use mktemp.</para>
974 </listitem>
975 <listitem>
976 <para>[ken]: Give Berkeley DB its full name, and remove the
977 '-lpthread' overrides. Also add pointer to BLFS, thanks to
978 Randy McMurchy.</para>
979 </listitem>
980 </itemizedlist>
981 </listitem>
982
983 <listitem>
984 <para>January 5, 2006</para>
985 <itemizedlist>
986 <listitem>
987 <para>[jhuntwork]: Remove mention of news server until we actually
988 have one. Thanks Randy.</para>
989 </listitem>
990 <listitem>
991 <para>[jhuntwork]: Initial addition of UTF-8 support. Thanks to
992 Alexander Patrakov.</para>
993 </listitem>
994 </itemizedlist>
995 </listitem>
996
997 <listitem>
998 <para>January 3, 2006</para>
999 <itemizedlist>
1000 <listitem>
1001 <para>[matt]: Clarify the description of mktemp's --with-libc
1002 configure parameter (fixes bug 1667).</para>
1003 </listitem>
1004 <listitem>
1005 <para>[matt]: Upgrade to libtool 1.5.22.</para>
1006 </listitem>
1007 <listitem>
1008 <para>[matt]: Upgrade to man-pages 2.18.</para>
1009 </listitem>
1010 <listitem>
1011 <para>[matt]: Remove the -v flag from the example mkswap command in
1012 chapter 2 as it does not affect verbosity (fixes bug 1674).</para>
1013 </listitem>
1014 </itemizedlist>
1015 </listitem>
1016
1017 <listitem>
1018 <para>December 31, 2005</para>
1019 <itemizedlist>
1020 <listitem>
1021 <para>[ken]: Alter installation of Linux Libc asm Headers in chroot,
1022 to be repeatable.</para>
1023 </listitem>
1024 </itemizedlist>
1025 </listitem>
1026
1027 <listitem>
1028 <para>December 23, 2005</para>
1029 <itemizedlist>
1030 <listitem>
1031 <para>[jim]: Corrected version on Vim symlink</para>
1032 </listitem>
1033 </itemizedlist>
1034 </listitem>
1035
1036 <listitem>
1037 <para>December 21, 2005</para>
1038 <itemizedlist>
1039 <listitem>
1040 <para>[matt]: Correctly symlink Vim's documentation to /usr/share/doc.
1041 Thanks to Jeremy for the report and the fix.</para>
1042 </listitem>
1043 </itemizedlist>
1044 </listitem>
1045
1046 <listitem>
1047 <para>December 17, 2005</para>
1048 <itemizedlist>
1049 <listitem>
1050 <para>[matt]: Pass a valid path to module-init-tools' --prefix
1051 configure switch and remove the now unnecessary --mandir switch</para>
1052 </listitem>
1053 <listitem>
1054 <para>[matt]: Symlink Vim's documentation to /usr/share/doc. Fixes
1055 bug 1610. Thanks to Randy McMurchy for the original report and to
1056 Ken and Jeremy for their investigations into the fix.</para>
1057 </listitem>
1058 <listitem>
1059 <para>[matt]: Upgrade to psmisc-21.9</para>
1060 </listitem>
1061 <listitem>
1062 <para>[matt]: Upgrade to man-pages-2.17</para>
1063 </listitem>
1064 </itemizedlist>
1065 </listitem>
1066
1067 <listitem>
1068 <para>December 16, 2005</para>
1069 <itemizedlist>
1070 <listitem>
1071 <para>[jhuntwork]: Move Procps to before Perl in chapter 6. Perl's
1072 testsuite uses 'ps'.</para>
1073 </listitem>
1074 </itemizedlist>
1075 </listitem>
1076
1077 <listitem>
1078 <para>December 13, 2005</para>
1079 <itemizedlist>
1080 <listitem>
1081 <para>[jhuntwork]: Install Tcl's internal headers to /tools/include,
1082 allowing us to drop its source directory right away. Origin is
1083 Greg Schafer, and thanks to Dan Nicholson for the report (fixes
1084 bug 1670).</para>
1085 </listitem>
1086 </itemizedlist>
1087 </listitem>
1088
1089 <listitem>
1090 <para>December 12, 2005</para>
1091 <itemizedlist>
1092 <listitem>
1093 <para>[jhuntwork]: Updated texinfo patch. Fixes segfault issues
1094 with texindex. Thanks to Randy McMurchy for the report and Bruce
1095 Dubbs and Joe Ciccone for the fix.</para>
1096 </listitem>
1097 </itemizedlist>
1098 </listitem>
1099
1100 <listitem>
1101 <para>December 11, 2005</para>
1102 <itemizedlist>
1103 <listitem>
1104 <para>[jhuntwork]: Upgrade to tcl-8.4.12</para>
1105 </listitem>
1106 <listitem>
1107 <para>[jhuntwork]: Upgrade to less-394.</para>
1108 </listitem>
1109 <listitem>
1110 <para>[jhuntwork]: Upgrade to readline-5.1. Also removed bash-3.0
1111 and readline-5.0 specific patches.</para>
1112 </listitem>
1113 <listitem>
1114 <para>[jhuntwork]: Upgrade to bash-3.1. Also fixed Tcl to work with
1115 the new bash version. Thanks to Alexander Patrakov and ultimately,
1116 Greg Schafer for the fix.</para>
1117 </listitem>
1118 <listitem>
1119 <para>[jhuntwork]: Changed variable used in readline for linking
1120 in ncurses. Thanks to Alexander Patrakov for the fix.</para>
1121 </listitem>
1122 </itemizedlist>
1123 </listitem>
1124
1125 <listitem>
1126 <para>December 9, 2005</para>
1127 <itemizedlist>
1128 <listitem>
1129 <para>[matt]: Upgrade to man-pages-2.16</para>
1130 </listitem>
1131 <listitem>
1132 <para>[matt]: Upgrade to module-init-tools-3.2.2
1133 </para>
1134 </listitem>
1135 <listitem>
1136 <para>[matt]: Upgrade to findutils-4.2.27</para>
1137 </listitem>
1138 </itemizedlist>
1139 </listitem>
1140
1141 <listitem>
1142 <para>December 7, 2005</para>
1143 <itemizedlist>
1144 <listitem>
1145 <para>[matt]: Mention the testsuites (or lack of them) for all
1146 packages (fixes bug 1664). Thanks to Chris Staub for the report
1147 and analysis of affected packages.</para>
1148 </listitem>
1149 </itemizedlist>
1150 </listitem>
1151
1152 <listitem>
1153 <para>November 26, 2005</para>
1154 <itemizedlist>
1155 <listitem>
1156 <para>[matt]: Don't install the Linuxthreads man pages, the POSIX
1157 threading API is documented in the man3p section provided by the
1158 man-pages package (fixes bug 1660).</para>
1159 </listitem>
1160 <listitem>
1161 <para>[matt]: Remove the incorrect note about not having to dump/check
1162 a journalled filesystem (fixes bug 1662).</para>
1163 </listitem>
1164 <listitem>
1165 <para>[matt]: Upgrade to module-init-tools 3.2.1.</para>
1166 </listitem>
1167 <listitem>
1168 <para>[matt]: Prevent installing the internationalized man pages
1169 for Shadow's <command>groups</command> binary (thanks to Randy
1170 McMurchy for the report).</para>
1171 </listitem>
1172 <listitem>
1173 <para>[matt]: Upgrade to man-pages 2.14.</para>
1174 </listitem>
1175 <listitem>
1176 <para>[matt]: Upgrade to findutils-4.2.26</para>
1177 </listitem>
1178 <listitem>
1179 <para>[manuel]: Changed --strip-path to --strip-components in the
1180 unpack of module-init-tools-testsuite package.</para>
1181 </listitem>
1182 </itemizedlist>
1183 </listitem>
1184
1185 <listitem>
1186 <para>November 23, 2005</para>
1187 <itemizedlist>
1188 <listitem>
1189 <para>[gerard]: Corrected reference to 'man page' to 'HTML
1190 documentation' in chapter 6/sec</para>
1191 </listitem>
1192 </itemizedlist>
1193 </listitem>
1194
1195 <listitem>
1196 <para>November 18, 2005</para>
1197 <itemizedlist>
1198 <listitem>
1199 <para>[manuel]: Fixed the unpack of the module-init-tools-testsuite
1200 package.</para>
1201 </listitem>
1202 </itemizedlist>
1203 </listitem>
1204
1205 <listitem>
1206 <para>November 16, 2005</para>
1207 <itemizedlist>
1208 <listitem>
1209 <para>[jhuntwork]: Textual correction concerning gettext in
1210 chapter 5 and the use of --disable-shared</para>
1211 </listitem>
1212 </itemizedlist>
1213 </listitem>
1214
1215 <listitem>
1216 <para>November 15, 2005</para>
1217 <itemizedlist>
1218 <listitem>
1219 <para>[archaic]: Changed the chapter 6 Perl Dpager configure option
1220 to reflect the new location of the less binary.</para>
1221 </listitem>
1222 </itemizedlist>
1223 </listitem>
1224
1225 <listitem>
1226 <para>November 14, 2005</para>
1227 <itemizedlist>
1228 <listitem>
1229 <para>[jhuntwork]: Only install <command>msgfmt</command> from
1230 gettext in chapter 5. This is all that is necessary and prevents
1231 gettext from trying to pull in unnecessary elements from the host.
1232 Thanks to Greg Schafer for pointing this out.</para>
1233 </listitem>
1234 </itemizedlist>
1235 </listitem>
1236
1237 <listitem>
1238 <para>November 12, 2005</para>
1239 <itemizedlist>
1240 <listitem>
1241 <para>[matt]: Improve the heuristic for determining a locale that
1242 is supported by both Glibc and packages outside LFS (bug 1642).
1243 Many thanks to Alexander Patrakov for highlighting the numerous
1244 issues and for reviewing the various suggested fixes.</para>
1245 </listitem>
1246 <listitem>
1247 <para>[jhuntwork]: Move sed to earlier in the build.</para>
1248 </listitem>
1249 <listitem>
1250 <para>[jhuntwork]: Move m4 to earlier in the build. Thanks
1251 Chris Staub.</para>
1252 </listitem>
1253 </itemizedlist>
1254 </listitem>
1255
1256 <listitem>
1257 <para>November 11, 2005</para>
1258 <itemizedlist>
1259 <listitem>
1260 <para>[matt]: Omit running Bzip2's testsuite as a separate step,
1261 as <command>make</command> runs it automatically (bug 1652).</para>
1262 </listitem>
1263 </itemizedlist>
1264 </listitem>
1265
1266 <listitem>
1267 <para>November 10, 2005</para>
1268 <itemizedlist>
1269 <listitem>
1270 <para>[jhuntwork]: Initial re-ordering of packages. Thanks to
1271 Chris Staub (bug 684).</para>
1272 </listitem>
1273 </itemizedlist>
1274 </listitem>
1275
1276 <listitem>
1277 <para>November 7, 2005</para>
1278 <itemizedlist>
1279 <listitem>
1280 <para>[matt]: Install the binaries from Less to /usr/bin instead
1281 of /bin (fixes bug 1643).</para>
1282 </listitem>
1283 <listitem>
1284 <para>[matt]: Remove the --libexecdir option from both passes of
1285 GCC in chapter 5 (fixes bug 1646). Also change the --libexecdir
1286 option for Findutils to conform with the /usr/lib/packagename
1287 convention already prevalent in the book (fixes bug 1644).</para>
1288 </listitem>
1289 </itemizedlist>
1290 </listitem>
1291
1292 <listitem>
1293 <para>November 6, 2005</para>
1294 <itemizedlist>
1295 <listitem>
1296 <para>[matt]: Remove the optimization related warnings from the
1297 toolchain packages (bug 1650).</para>
1298 </listitem>
1299 <listitem>
1300 <para>[matt]: Install Vim's documentation to
1301 /usr/share/doc/vim-&vim-version; instead of /usr/share/vim/vim64/doc
1302 (bug 1610). Thanks to Randy McMurchy for the report, and Jeremy
1303 Huntwork for the fix.</para>
1304 </listitem>
1305 <listitem>
1306 <para>[matt]: Stop Udev from killing udevd processes on the host
1307 system (fixes bug 1651). Thanks to Alexander Patrakov for the
1308 report and the fix.</para>
1309 </listitem>
1310 <listitem>
1311 <para>[matt]: Upgrade to Coreutils 5.93.</para>
1312 </listitem>
1313 <listitem>
1314 <para>[matt]: Upgrade to Psmisc 21.8.</para>
1315 </listitem>
1316 <listitem>
1317 <para>[matt]: Upgrade to Glibc 2.3.6.</para>
1318 </listitem>
1319 </itemizedlist>
1320 </listitem>
1321
1322 <listitem>
1323 <para>November 5, 2005</para>
1324 <itemizedlist>
1325 <listitem>
1326 <para>[matt]: Add a note to the toolchain sanity check in chapter 5
1327 to explain that if TCL fails to build, it's an indication of a broken
1328 toolchain (bug 1581).</para>
1329 </listitem>
1330 </itemizedlist>
1331 </listitem>
1332
1333 <listitem>
1334 <para>November 3, 2005</para>
1335 <itemizedlist>
1336 <listitem>
1337 <para>[matt]: Upgrade to man-pages 2.13.</para>
1338 </listitem>
1339 <listitem>
1340 <para>[matt]: Correct the instructions for running Module-Init-Tools'
1341 testsuite (fixes bug 1597). Thanks to Greg Schafer, Tushar Teredesai
1342 and to Randy McMurchy for providing the patch.</para>
1343 </listitem>
1344 </itemizedlist>
1345 </listitem>
1346
1347 <listitem>
1348 <para>October 31, 2005</para>
1349 <itemizedlist>
1350 <listitem>
1351 <para>[matt]: Upgrade to shadow-4.0.13.</para>
1352 </listitem>
1353 <listitem>
1354 <para>[matt]: Upgrade to vim-6.4.</para>
1355 </listitem>
1356 <listitem>
1357 <para>[matt]: Upgrade to procps-3.2.6.</para>
1358 </listitem>
1359 <listitem>
1360 <para>[matt]: Build udev_run_devd and udev_run_hotplugd and alter
1361 the udev rules file so that udev once again executes programs in
1362 the /etc/dev.d and /etc/hotplug.d directories (fixes bug 1635).
1363 Also change the udev rules to prevent udev from handling the "card"
1364 and "dm" devices as these are managed entirely by programs outside
1365 of LFS.</para>
1366 </listitem>
1367 </itemizedlist>
1368 </listitem>
1369
1370 <listitem>
1371 <para>October 29, 2005</para>
1372 <itemizedlist>
1373 <listitem>
1374 <para>[matt]: Upgrade to udev-071</para>
1375 </listitem>
1376 <listitem>
1377 <para>[matt]: Upgrade to man-pages 2.11.</para>
1378 </listitem>
1379 <listitem>
1380 <para>[matt]: Upgrade to coreutils-5.92. This involved removing
1381 the DEFAULT_POSIX2_VERSION environment variable as it is no longer
1382 required. The testsuite also requires the Data::Dumper module from
1383 Perl, so it is now built in chapter05/perl.xml.</para>
1384 </listitem>
1385 </itemizedlist>
1386 </listitem>
1387
1388 <listitem>
1389 <para>October 22, 2005</para>
1390 <itemizedlist>
1391 <listitem>
1392 <para>[archaic]: Upgrade to m4-1.4.4.</para>
1393 </listitem>
1394 </itemizedlist>
1395 </listitem>
1396
1397 <listitem>
1398 <para>October 21, 2005</para>
1399 <itemizedlist>
1400 <listitem>
1401 <para>[matt]: Upgrade to file-4.16.</para>
1402 </listitem>
1403 <listitem>
1404 <para>[matt]: Upgrade to man-pages 2.10.</para>
1405 </listitem>
1406 <listitem>
1407 <para>[matt]: Upgrade to ncurses 5.5.</para>
1408 </listitem>
1409 </itemizedlist>
1410 </listitem>
1411
1412 <listitem>
1413 <para>October 15, 2005</para>
1414 <itemizedlist>
1415 <listitem>
1416 <para>[matt]: Upgrade to man-pages 2.09.</para>
1417 </listitem>
1418 <listitem>
1419 <para>[matt]: Use an updated version of the Udev rules file
1420 (fixes bug 1639).</para>
1421 </listitem>
1422 <listitem>
1423 <para>[matt]: Add a cdrom group as required by the Udev rules.
1424 file</para>
1425 </listitem>
1426 </itemizedlist>
1427 </listitem>
1428
1429 <listitem>
1430 <para>October 9, 2005</para>
1431 <itemizedlist>
1432 <listitem>
1433 <para>[matt]: Emphasise the fact that one must delete the source
1434 directory after each package has been installed. Fixes bug 1638.
1435 Thanks to Chris Staub.</para>
1436 </listitem>
1437 </itemizedlist>
1438 </listitem>
1439
1440 <listitem>
1441 <para>October 8, 2005</para>
1442 <itemizedlist>
1443 <listitem>
1444 <para>[archaic]: Added patch to fix poor tempfile creation in
1445 Texinfo-4.8 that can lead to a symlink attack.</para>
1446 </listitem>
1447 <listitem>
1448 <para>[matt]: Upgrade to iproute2-051007.</para>
1449 </listitem>
1450 </itemizedlist>
1451 </listitem>
1452
1453 <listitem>
1454 <para>October 7, 2005</para>
1455 <itemizedlist>
1456 <listitem>
1457 <para>[matt]: Upgrade to gcc-4.0.2.</para>
1458 </listitem>
1459 </itemizedlist>
1460 </listitem>
1461
1462 <listitem>
1463 <para>October 4, 2005</para>
1464 <itemizedlist>
1465 <listitem>
1466 <para>[matt]: Prevent GCC from running the <command>fixincludes</command>
1467 script in chapter5 pass2 and chapter 6 (fixes bug 1636). Thanks to Tushar
1468 and Greg for their contributions on this issue.</para>
1469 </listitem>
1470 </itemizedlist>
1471 </listitem>
1472
1473 <listitem>
1474 <para>September 29, 2005</para>
1475 <itemizedlist>
1476 <listitem>
1477 <para>[matt]: Add more explicit reader prerequisites (fixes
1478 bug 1629).</para>
1479 </listitem>
1480 <listitem>
1481 <para>[matt]: Add <option>-v</option> to commands that accept it
1482 (fixes bug 1612).</para>
1483 </listitem>
1484 </itemizedlist>
1485 </listitem>
1486
1487 <listitem>
1488 <para>September 26, 2005</para>
1489 <itemizedlist>
1490 <listitem>
1491 <para>[matt]: Upgrade to man-pages-2.08.</para>
1492 </listitem>
1493 </itemizedlist>
1494 </listitem>
1495
1496 <listitem>
1497 <para>September 24, 2005</para>
1498 <itemizedlist>
1499 <listitem>
1500 <para>[matt]: Upgrade to gawk-3.1.5.</para>
1501 </listitem>
1502 <listitem>
1503 <para>[matt]: Upgrade to man-1.6b.</para>
1504 </listitem>
1505 <listitem>
1506 <para>[matt]: Upgrade to util-linux-2.12r.</para>
1507 </listitem>
1508 </itemizedlist>
1509 </listitem>
1510
1511 <listitem>
1512 <para>September 20, 2005</para>
1513 <itemizedlist>
1514 <listitem>
1515 <para>[matt]: Upgrade to bison-2.1.</para>
1516 </listitem>
1517 </itemizedlist>
1518 </listitem>
1519
1520 <listitem>
1521 <para>September 17, 2005</para>
1522 <itemizedlist>
1523 <listitem>
1524 <para>[matt]: Upgrade to udev-070 and remove the unnecessary
1525 &quot;udevdir=/dev&quot; parameter.</para>
1526 </listitem>
1527 <listitem>
1528 <para>[matt]: Added patch for coreutils to improve echo's POSIX
1529 and bash compatibility and to recognise &quot;\xhh&quot; syntax
1530 as required by the test suite in udev-069 and later.</para>
1531 </listitem>
1532 </itemizedlist>
1533 </listitem>
1534
1535 <listitem>
1536 <para>September 15, 2005</para>
1537 <itemizedlist>
1538 <listitem>
1539 <para>[archaic]: Added patch for util-linux to prevent a umount
1540 vulnerability.</para>
1541 </listitem>
1542 </itemizedlist>
1543 </listitem>
1544
1545 <listitem>
1546 <para>September 8, 2005</para>
1547 <itemizedlist>
1548 <listitem>
1549 <para>[jhuntwork]: Upgrade to groff-1.19.2</para>
1550 </listitem>
1551 </itemizedlist>
1552 </listitem>
1553
1554 <listitem>
1555 <para>September 6, 2005</para>
1556 <itemizedlist>
1557 <listitem>
1558 <para>[ken]: Reworded the glibc text to expect test failures.</para>
1559 </listitem>
1560 </itemizedlist>
1561 </listitem>
1562
1563 <listitem>
1564 <para>September 5, 2005</para>
1565 <itemizedlist>
1566 <listitem>
1567 <para>[ken]: Add patch to fix some of the math tests in glibc.</para>
1568 </listitem>
1569 </itemizedlist>
1570 </listitem>
1571
1572 <listitem><para>September 4, 2005</para>
1573 <itemizedlist>
1574 <listitem>
1575 <para>[matt]: Add patch to stop <command>cfdisk</command> segfaulting
1576 when invoked on devices with partitions that don't contain an ext2,
1577 ext3, xfs or jfs filesystem (see bug 1604).</para>
1578 </listitem>
1579 <listitem>
1580 <para>[matt]: Upgrade to libtool-1.5.20.</para>
1581 </listitem>
1582 <listitem>
1583 <para>[matt]: Upgrade to findutils-4.2.25.</para>
1584 </listitem>
1585 </itemizedlist>
1586 </listitem>
1587
1588 <listitem>
1589 <para>September 2, 2005</para>
1590 <itemizedlist>
1591 <listitem>
1592 <para>[matt]: The optimization flag for util-linux comes from
1593 <filename>configure</filename> rather than <filename>MCONFIG</filename>,
1594 so adjust the <command>sed</command> in order for the segfault fix
1595 to actually work.</para>
1596 </listitem>
1597 <listitem>
1598 <para>[matt]: Avoid the potential race condition when invoking
1599 <command>find</command> to remove GCC's fixed headers.</para>
1600 </listitem>
1601 </itemizedlist>
1602 </listitem>
1603
1604 <listitem>
1605 <para>August 30th, 2005</para>
1606 <itemizedlist>
1607 <listitem>
1608 <para>[matt]: Work around a segfault in cfdisk by compiling with -O
1609 instead of the default -O2 optimization setting (fixes bug 1604).</para>
1610 </listitem>
1611 <listitem>
1612 <para>[matt]: Update the inetutils patch to use the upstream fix
1613 for GCC-4.x compilation problems (fixes bug 1602).</para>
1614 </listitem>
1615 <listitem>
1616 <para>[matt]: Upgrade to shadow-2.0.12</para>
1617 </listitem>
1618 <listitem>
1619 <para>[ken]: Remove <command>sed -i</command> commands from
1620 gcc-pass2.</para>
1621 </listitem>
1622 </itemizedlist>
1623 </listitem>
1624
1625 <listitem>
1626 <para>August 28th, 2005</para>
1627 <itemizedlist>
1628 <listitem>
1629 <para>[jhuntwork]: Adjusted tar commands in Bash and Glibc chapter 6
1630 builds for consistency</para>
1631 </listitem>
1632 </itemizedlist>
1633 </listitem>
1634
1635 <listitem>
1636 <para>August 23rd, 2005</para>
1637 <itemizedlist>
1638 <listitem>
1639 <para>[matt]: <command>find</command> may fail due to a race
1640 condition when deleting files. Remove the &amp;&amp; construct in
1641 chapter05/adjusting.xml so that the rest of the commands for removing
1642 fixed headers will be executed (fixes bug 1621).</para>
1643 </listitem>
1644 <listitem>
1645 <para>[matt]: Install Udev's documentation relating to configuring
1646 rules (fixes bug 1622).</para>
1647 </listitem>
1648 <listitem>
1649 <para>[matt]: Upgrade to Man-1.6a.</para>
1650 </listitem>
1651 </itemizedlist>
1652 </listitem>
1653
1654 <listitem>
1655 <para>August 20th, 2005</para>
1656 <itemizedlist>
1657 <listitem>
1658 <para>[matt]: Stop moving some of coreutils' binaries to /bin as
1659 they aren't required to be there (fixes bug 1620).</para>
1660 </listitem>
1661 </itemizedlist>
1662 </listitem>
1663
1664 <listitem>
1665 <para>August 19th, 2005</para>
1666 <itemizedlist>
1667 <listitem>
1668 <para>[matt]: Upgrade to Udev-068.</para>
1669 </listitem>
1670 <listitem>
1671 <para>[matt]: Upgrade to IANA-etc-2.00.</para>
1672 </listitem>
1673 <listitem>
1674 <para>[matt]: Upgrade to file-4.15.</para>
1675 </listitem>
1676 </itemizedlist>
1677 </listitem>
1678
1679 <listitem>
1680 <para>August 18th, 2005</para>
1681 <itemizedlist>
1682 <listitem>
1683 <para>[matt]: Simplify the method for finding where GCC's default
1684 specs file and private include directory live. Additionally, don't
1685 assume the host's sed supports the -i switch.</para>
1686 </listitem>
1687 <listitem>
1688 <para>[ken]: Add a patch to sanitise bzgrep's handling of
1689 filenames.</para>
1690 </listitem>
1691 </itemizedlist>
1692 </listitem>
1693
1694 <listitem>
1695 <para>August 16th, 2005</para>
1696 <itemizedlist>
1697 <listitem>
1698 <para>[matt]: Install sed's man page to /usr/share/doc/sed-4.1.4
1699 instead of /usr/share/doc (fixes bug 1600).</para>
1700 </listitem>
1701 <listitem>
1702 <para>[matt]: Upgraded to linux-2.6.12.5.</para>
1703 </listitem>
1704 </itemizedlist>
1705 </listitem>
1706
1707 <listitem>
1708 <para>August 15th, 2005</para>
1709 <itemizedlist>
1710 <listitem>
1711 <para>[matt]: Alter the GCC -fomit-frame-pointer sed to protect
1712 from multiple invocations (Greg Schafer).</para>
1713 </listitem>
1714 </itemizedlist>
1715 </listitem>
1716
1717 <listitem>
1718 <para>August 14th, 2005</para>
1719 <itemizedlist>
1720 <listitem>
1721 <para>[ken]: Upgrade shadow to 4.0.11.1 with --enable-shadowgrp as
1722 advised by Greg Schafer.</para>
1723 </listitem>
1724 <listitem>
1725 <para>[matt]: Mention the common libmudflap test failures in GCC
1726 (fixes bug 1615).</para>
1727 </listitem>
1728 <listitem>
1729 <para>[matt]: Added patch to install documentation for bzip2 (fixes
1730 bug 1603).</para>
1731 </listitem>
1732 <listitem>
1733 <para>[matt]: Upgrade to linux-2.6.12.4.</para>
1734 </listitem>
1735 <listitem>
1736 <para>[matt]: Add sed to chapter05/gcc-pass2 and chapter06/gcc to
1737 ensure they get built with -fomit-frame-pointer so it matches the
1738 bootstrap build in chapter05/gcc-pass1 (fixes bug 1609).</para>
1739 </listitem>
1740 <listitem>
1741 <para>[matt]: Upgrade to udev-067 including a fix for the failing
1742 test (bug 1611).</para>
1743 </listitem>
1744 </itemizedlist>
1745 </listitem>
1746
1747 <listitem>
1748 <para>August 12th, 2005</para>
1749 <itemizedlist>
1750 <listitem>
1751 <para>[matt]: Explain that libiconv isn't required on an LFS
1752 system (fixes bug 1614).</para>
1753 </listitem>
1754 <listitem>
1755 <para>[matt]: Fix ownership of libtool's libltdl data files
1756 (fixes bug 1601).</para>
1757 </listitem>
1758 <listitem>
1759 <para>[matt]: Change findutils and vim's configure switch explanations
1760 to the convention used in the rest of the book (Bug 1613).</para>
1761 </listitem>
1762 <listitem>
1763 <para>[matt]: Expand explanation of device node creation at the start
1764 of chapter 6.</para>
1765 </listitem>
1766 <listitem>
1767 <para>[matt]: Fix incorrect version number for expect's installed
1768 library (Bug 1608).</para>
1769 </listitem>
1770 </itemizedlist>
1771 </listitem>
1772
1773 <listitem>
1774 <para>August 7th, 2005</para>
1775 <itemizedlist>
1776 <listitem>
1777 <para>[archaic]: Added note in Shadow regarding building Cracklib
1778 from BLFS first.</para>
1779 </listitem>
1780 </itemizedlist>
1781 </listitem>
1782
1783 <listitem>
1784 <para>August 6th, 2005</para>
1785 <itemizedlist>
1786 <listitem>
1787 <para>[matt]: Add texi2pdf to list of Texinfo's installed files.</para>
1788 </listitem>
1789 <listitem>
1790 <para>[matt]: Updated Vim's security patch to address the latest
1791 modeline vulnerability.</para>
1792 </listitem>
1793 </itemizedlist>
1794 </listitem>
1795
1796 <listitem>
1797 <para>July 30th, 2005</para>
1798 <itemizedlist>
1799 <listitem>
1800 <para>[matt]: Added instructions for installing Bash documentation
1801 (Randy McMurchy).</para>
1802 </listitem>
1803 <listitem>
1804 <para>[matt]: Remove GCC linkonce patch from chapter03/patches.xml
1805 as it's no longer used in the book</para>
1806 </listitem>
1807 </itemizedlist>
1808 </listitem>
1809
1810 <listitem>
1811 <para>July 29th, 2005</para>
1812 <itemizedlist>
1813 <listitem>
1814 <para>[manuel]: Removed the text about defining gvimrc.</para>
1815 </listitem>
1816 </itemizedlist>
1817 </listitem>
1818
1819 <listitem>
1820 <para>July 28th, 2005</para>
1821 <itemizedlist>
1822 <listitem>
1823 <para>[matt]: Add GCC-4 related patch for kbd.</para>
1824 </listitem>
1825 <listitem>
1826 <para>[matt]: Add GCC-4 related patch for inetutils.</para>
1827 </listitem>
1828 <listitem>
1829 <para>[matt]: Remove the note regarding a known test failure in GRUB.
1830 The test no longer fails under GCC-4.</para>
1831 </listitem>
1832 <listitem>
1833 <para>[matt]: Add GCC-4 related patch to chapter06 tar.</para>
1834 </listitem>
1835 </itemizedlist>
1836 </listitem>
1837
1838 <listitem>
1839 <para>July 27th, 2005</para>
1840 <itemizedlist>
1841 <listitem>
1842 <para>[matt]: Don't define gvim's configuration file as we don't
1843 compile gvim in LFS (Bruce Dubbs).</para>
1844 </listitem>
1845 </itemizedlist>
1846 </listitem>
1847
1848 <listitem>
1849 <para>July 26th, 2005</para>
1850 <itemizedlist>
1851 <listitem>
1852 <para>[matt]: Remove <quote>groups</quote> from the list of programs
1853 installed by shadow, as we use the version provided by coreutils
1854 instead (Randy McMurchy).</para>
1855 </listitem>
1856 <listitem>
1857 <para>[matt]: Updated to mktemp-1.5-add_tempfile-3.patch, which adds
1858 license and copyright information to the previous version.</para>
1859 </listitem>
1860 </itemizedlist>
1861 </listitem>
1862
1863 <listitem>
1864 <para>July 23rd, 2005</para>
1865 <itemizedlist>
1866 <listitem>
1867 <para>[matt]: Moved FORMER_CONTRIBUTORS information into the book,
1868 so as people can actually see it. The space constraint argument in
1869 that file was weak - it only added another 10 lines to a 255 page
1870 document (PDF). Now at least we <emphasis>publically</emphasis>
1871 acknowledge the efforts of previous contributors.</para>
1872 </listitem>
1873 <listitem>
1874 <para>[matt]: Updated to man-pages-2.07.</para>
1875 </listitem>
1876 <listitem>
1877 <para>[matt]: Updated to zlib-1.2.3.</para>
1878 </listitem>
1879 </itemizedlist>
1880 </listitem>
1881
1882 <listitem>
1883 <para>July 22nd, 2005</para>
1884 <itemizedlist>
1885 <listitem>
1886 <para>[manuel]: Added obfuscate.sh and modified the Makefile to
1887 obfuscate e-mail addresses in XHTML output.</para>
1888 </listitem>
1889 </itemizedlist>
1890 </listitem>
1891
1892 <listitem>
1893 <para>July 21st, 2005</para>
1894 <itemizedlist>
1895 <listitem>
1896 <para>[matt]: Add GCC-4 related patches to chapter06 glibc.</para>
1897 </listitem>
1898 <listitem>
1899 <para>[matt]: Unset the GCC_INCLUDEDIR variable once it's no longer
1900 needed.</para>
1901 </listitem>
1902 </itemizedlist>
1903 </listitem>
1904
1905 <listitem>
1906 <para>July 19th, 2005</para>
1907 <itemizedlist>
1908 <listitem>
1909 <para>[matt]: Removed flex++ from the list of installed files, as
1910 it is no longer present (Randy McMurchy)</para>
1911 </listitem>
1912 </itemizedlist>
1913 </listitem>
1914
1915 <listitem>
1916 <para>July 18th, 2005</para>
1917 <itemizedlist>
1918 <listitem>
1919 <para>[matt]: Re-added the explanation of the fixincludes process
1920 and rewording where necessary (Chris Staub), and reworded description
1921 of the specs patch.</para>
1922 </listitem>
1923 <listitem>
1924 <para>[matt]: Remove all host headers brought in via the fixincludes
1925 process, not just pthread.h and sigaction.h</para>
1926 </listitem>
1927 </itemizedlist>
1928 </listitem>
1929
1930 <listitem>
1931 <para>July 17th, 2005</para>
1932 <itemizedlist>
1933 <listitem>
1934 <para>[matt]: Slightly adjusted the specs file seds, to prevent
1935 multiple seds from adversely affecting them.</para>
1936 </listitem>
1937 <listitem>
1938 <para>[matt]: Removed the fixincludes sed from gcc-pass1 as we may
1939 need to fix up host's headers. Also reinstate the associated removal
1940 of pthread.h and sigthread.h.</para>
1941 </listitem>
1942 </itemizedlist>
1943 </listitem>
1944
1945 <listitem>
1946 <para>July 16th, 2005</para>
1947 <itemizedlist>
1948 <listitem>
1949 <para>[jhuntwork]: Added sed to chapter 5 gcc builds to force the
1950 fixincludes to use the headers in /tools and not the host.</para>
1951 </listitem>
1952 <listitem>
1953 <para>[jhuntwork]: Removed no_fixincludes and linkonce patches for
1954 gcc4. Also removed the command to remove the fixed pthread.h.</para>
1955 </listitem>
1956 <listitem>
1957 <para>[jhuntwork]: Fixed adjusting toolchain sed for both chapters
1958 5 and 6.</para>
1959 </listitem>
1960 </itemizedlist>
1961 </listitem>
1962
1963 <listitem>
1964 <para>July 15th, 2005</para>
1965 <itemizedlist>
1966 <listitem>
1967 <para>[matt]: Updated to Linux-2.6.12.3.</para>
1968 </listitem>
1969 <listitem>
1970 <para>[matt]: Added a patch to enable tar to build with gcc-4.0.1</para>
1971 </listitem>
1972 <listitem>
1973 <para>[matt]: GCC-4.x no longer installs its specs file by default.
1974 Alter the toolchain adjustment stage to first dump the specs file
1975 where GCC will find it, then alter it.</para>
1976 </listitem>
1977 <listitem>
1978 <para>[matt]: Added patches for chapter 5's Glibc to build with
1979 gcc-4.0.1</para>
1980 </listitem>
1981 <listitem>
1982 <para>[matt]: Updated to gcc-4.0.1.</para>
1983 </listitem>
1984 <listitem>
1985 <para>[matt]: Updated to udev-063.</para>
1986 </listitem>
1987 </itemizedlist>
1988 </listitem>
1989
1990 <listitem>
1991 <para>July 13th, 2005</para>
1992 <itemizedlist>
1993 <listitem>
1994 <para>[matt]: Updated to automake-1.9.6.</para>
1995 </listitem>
1996 </itemizedlist>
1997 </listitem>
1998
1999 <listitem>
2000 <para>July 8th, 2005</para>
2001 <itemizedlist>
2002 <listitem>
2003 <para>[matt]: Updated to udev-062.</para>
2004 </listitem>
2005 <listitem>
2006 <para>[matt]: Updated to linux-libc-headers-2.6.12.0.</para>
2007 </listitem>
2008 <listitem>
2009 <para>[matt]: Updated to linux-2.6.12.2.</para>
2010 </listitem>
2011 <listitem>
2012 <para>[matt]: Updated to shadow-4.0.10.</para>
2013 </listitem>
2014 <listitem>
2015 <para>[matt]: Updated to iana-etc-1.10.</para>
2016 </listitem>
2017 </itemizedlist>
2018 </listitem>
2019
2020 <listitem>
2021 <para>July 6th, 2005</para>
2022 <itemizedlist>
2023 <listitem>
2024 <para>[archaic]: Pulled the inetutils kernel header patch out again
2025 as it is not needed.</para>
2026 </listitem>
2027 <listitem>
2028 <para>[matt]: Updated to e2fsprogs-1.38.</para>
2029 </listitem>
2030 <listitem>
2031 <para>[matt]: Updated to binutils-2.16.1.</para>
2032 </listitem>
2033 </itemizedlist>
2034 </listitem>
2035
2036 <listitem>
2037 <para>July 5th, 2005</para>
2038 <itemizedlist>
2039 <listitem>
2040 <para>[matt]: Updated to tcl-8.4.11.</para>
2041 </listitem>
2042 <listitem>
2043 <para>[matt]: Updated to man-1.6.</para>
2044 </listitem>
2045 <listitem>
2046 <para>[matt]: Updated to file 4.14.</para>
2047 </listitem>
2048 <listitem><para>[matt]: Updated to man-pages 2.05.</para>
2049 </listitem>
2050 </itemizedlist>
2051 </listitem>
2052
2053 <listitem>
2054 <para>June 12th, 2005</para>
2055 <itemizedlist>
2056 <listitem>
2057 <para>[matt]: Upgraded to gettext-0.14.5.</para>
2058 </listitem>
2059 <listitem>
2060 <para>[matt]: Upgraded to perl-5.8.7.</para>
2061 </listitem>
2062 <listitem>
2063 <para>[matt]: Upgraded to tcl-8.4.10.</para>
2064 </listitem>
2065 <listitem>
2066 <para>[matt]: Upgraded to man-pages-2.03.</para>
2067 </listitem>
2068 </itemizedlist>
2069 </listitem>
2070
2071 <listitem>
2072 <para>May 24th, 2005</para>
2073 <itemizedlist>
2074 <listitem>
2075 <para>[jim]: Changed gcc-specs patch to -2.</para>
2076 </listitem>
2077 </itemizedlist>
2078 </listitem>
2079
2080 <listitem>
2081 <para>May 23nd, 2005</para>
2082 <itemizedlist>
2083 <listitem>
2084 <para>[jim]: Changed changelog to use version entities.</para>
2085 </listitem>
2086 </itemizedlist>
2087 </listitem>
2088
2089 <listitem>
2090 <para>May 22nd, 2005</para>
2091 <itemizedlist>
2092 <listitem>
2093 <para>[matt]: Updated to Udev-058.</para>
2094 </listitem>
2095 <listitem>
2096 <para>[matt]: Updated to Libtool-1.5.18.</para>
2097 </listitem>
2098 <listitem>
2099 <para>[matt]: Updated to Gcc-3.4.4.</para>
2100 </listitem>
2101 <listitem>
2102 <para>[matt]: Updated to Binutils-2.16.</para>
2103 </listitem>
2104 </itemizedlist>
2105 </listitem>
2106
2107 <listitem>
2108 <para>May 15th, 2005</para>
2109 <itemizedlist>
2110 <listitem>
2111 <para>[matt]: Updated to Grub 0.97.</para>
2112 </listitem>
2113 <listitem>
2114 <para>[matt]: Updated to Libtool 1.5.16.</para>
2115 </listitem>
2116 <listitem>
2117 <para>[jim]: Updated to udev 057.</para>
2118 </listitem>
2119 </itemizedlist>
2120 </listitem>
2121
2122 <listitem>
2123 <para>April 14, 2005</para>
2124 <itemizedlist>
2125 <listitem>
2126 <para>[jim]: Updated to man-pages 2.02.</para>
2127 </listitem>
2128 </itemizedlist>
2129 </listitem>
2130
2131 <listitem>
2132 <para>April 13, 2005</para>
2133 <itemizedlist>
2134 <listitem>
2135 <para>[jim]: Updated to glibc 2.3.5.</para>
2136 </listitem>
2137 <listitem>
2138 <para>[jim]: Updated to gettext 0.14.4.</para>
2139 </listitem>
2140 </itemizedlist>
2141 </listitem>
2142
2143 <listitem>
2144 <para>April 12, 2005</para>
2145 <itemizedlist>
2146 <listitem>
2147 <para>[manuel]: Small redaction changes.</para>
2148 </listitem>
2149 </itemizedlist>
2150 </listitem>
2151
2152 <listitem>
2153 <para>April 11, 2005</para>
2154 <itemizedlist>
2155 <listitem>
2156 <para>[manuel]: Several tags and text corrections.</para>
2157 </listitem>
2158 </itemizedlist>
2159 </listitem>
2160
2161 <listitem>
2162 <para>April 6, 2005</para>
2163 <itemizedlist>
2164 <listitem>
2165 <para>[jim]: Removed IPRoute2 patch for a sed (Ryan Oliver).</para>
2166 </listitem>
2167 </itemizedlist>
2168 </listitem>
2169
2170 </itemizedlist>
2171
2172 <para>Branch frozen for LFS 6.1 as of April 5, 2005. Some packages
2173 and patches updates related with security up to July 9, 2005.</para>
2174
2175</sect1>
Note: See TracBrowser for help on using the repository browser.