source: chapter01/changelog.xml@ cd2f7f0

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 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/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since cd2f7f0 was cd2f7f0, checked in by Dan Nichilson <dnicholson@…>, 18 years ago

Provide vi to vim man page symlinks for all languages. Closes #1811.

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

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