source: chapter01/changelog.xml@ d49adef3

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

Upgrade to Coreutils 5.94

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

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