source: chapter01/changelog.xml@ 470b5d4

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 470b5d4 was 470b5d4, checked in by Archaic <archaic@…>, 18 years ago

Added chgpasswd to the list of installed files for Shadow.

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

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