source: chapter01/changelog.xml@ 26e2ce40

Last change on this file since 26e2ce40 was 26e2ce40, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Placed home page (when available) and download links for all packages.

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

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