source: chapter01/changelog.xml@ f213c179

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

Upgrade to file-4.17

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

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