source: chapter01/changelog.xml@ e560e2e

Last change on this file since e560e2e was e560e2e, checked in by Archaic <archaic@…>, 18 years ago

Update bash-3.1-fixes patch. (Ticket 1758). Merged from trunk r7496.

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

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