source: chapter01/changelog.xml@ 3685bb6

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

Merged alphabetical branch to trunk.

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

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