source: chapter01/changelog.xml@ c634562

Last change on this file since c634562 was fd8a21f, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Ported r7369 from trunk to udev_update branch.

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

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