source: chapter01/changelog.xml@ ed0843e

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

Added symlink from vim.1 to vi.1.

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

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