source: chapter01/changelog.xml@ 1775dfc3

Last change on this file since 1775dfc3 was 1775dfc3, checked in by Matthew Burgess <matthew@…>, 18 years ago

Remove an irrelevant example of poor Udev support

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

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