source: chapter01/changelog.xml@ 3992b21

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 3992b21 was 3992b21, checked in by Matthew Burgess <matthew@…>, 18 years ago

Prevent perl from using headers from the host system

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

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