source: chapter01/changelog.xml@ 478ae84

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

Update to latest version of coreutils suppression patch to prevent su's man-page from being installed.

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

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