source: chapter01/changelog.xml@ a85d4b9

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 a85d4b9 was a85d4b9, checked in by Dan Nichilson <dnicholson@…>, 18 years ago

Removed the "locale country" command from the profile page since
it doesn't produce results in all locales.

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

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