source: chapter01/changelog.xml@ 17cb393

Last change on this file since 17cb393 was 17cb393, checked in by Ken Moffat <ken@…>, 18 years ago

Upgrade to kernel 2.6.16.1

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

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