source: chapter01/changelog.xml@ c310ddd

Last change on this file since c310ddd was df9efd24, checked in by Matthew Burgess <matthew@…>, 19 years ago

Create a /lib/firmware directory

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

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