source: chapter01/changelog.xml@ e869351b

Last change on this file since e869351b was e869351b, checked in by Jeremy Huntwork <jhuntwork@…>, 18 years ago

Merged r7398 to alphabetical branch

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

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