source: chapter01/changelog.xml@ 9b13516

Last change on this file since 9b13516 was 9b13516, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Porter r7398 from trunk to udev_update branch.

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

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