source: chapter01/changelog.xml@ 313ca76

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 313ca76 was 313ca76, checked in by Jeremy Huntwork <jhuntwork@…>, 18 years ago

Fixed the re-adjusting of the toolchain in chapter 6 so that chapter 6 GCC and Binutils links against the proper Glibc and so that we don't have to keep the binutils directories from chapter 5.
Also moved a note about saving the /tools directory to the beginning of chapter 6.
Fixes bug 1677. Thanks to Chris Staub, Alexander Patrakov, Greg Schafer and Tushar Teredesai for reporting and resolving this issue.

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

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