source: chapter01/changelog.xml@ 96d63c4

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 12.2 12.2-rc1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 96d63c4 was 96d63c4, checked in by Jeremy Huntwork <jhuntwork@…>, 18 years ago

Rewrote section explaining IP Addresses.
Thanks Bryan Kadzban and Bruce Dubbs.
Resolves Ticket 1663.

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

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