source: chapter01/changelog.xml@ 9cdcfb1

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

Merged r7489 from trunk to udev_update branch.

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

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