source: chapter01/changelog.xml@ a8e53b47

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 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/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since a8e53b47 was a8e53b47, checked in by Jeremy Huntwork <jhuntwork@…>, 18 years ago

Added a pointer to GDBM in Berkeley DB page.
Also added explanatory text concerning why LFS chose Debian's convention for storing man pages.
Thanks to Tushar Teredesai and Alexander Patrakov.
Resolves Ticket 1694.

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

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