source: chapter01/changelog.xml@ c4aba10

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since c4aba10 was c4aba10, checked in by Matthew Burgess <matthew@…>, 18 years ago

Upgrade to Perl 5.8.8

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

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