source: chapter01/changelog.xml@ b6d990e

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 12.2-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 b6d990e was 850c880, checked in by Archaic <archaic@…>, 18 years ago

Updated to lfs-bootscripts-20060321.

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

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