source: chapter01/changelog.xml@ 26c37906

Last change on this file since 26c37906 was 26c37906, checked in by Ken Moffat <ken@…>, 18 years ago

Upgrade iproute2.

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

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