source: chapter01/changelog.xml@ d7fd2f9

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

Upgrade to GCC 4.0.3

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

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