source: chapter01/changelog.xml@ 25e3646

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

Upgrade to psmisc-22.2

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

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