source: chapter01/changelog.xml@ 40f8bf2

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

Typos fix.

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

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