source: chapter01/changelog.xml@ 16fb377

Last change on this file since 16fb377 was 16fb377, checked in by Matthew Burgess <matthew@…>, 19 years ago

Upgrade to Linux 2.6.15.6

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

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