source: chapter01/changelog.xml@ 747f6857

Last change on this file since 747f6857 was 458de8d, checked in by Ken Moffat <ken@…>, 19 years ago

Udev has been on a diet, but for the moment I can only note the tarball is a lot smaller.

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

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