source: chapter01/changelog.xml@ 2914987b

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 2914987b was 2914987b, checked in by Jeremy Huntwork <jhuntwork@…>, 19 years ago

Adjust chapter 5 binutils to build a static ld-new for use in the chapter 6 readjusting section.
Also add some extended sanity checks. These fixes are adapted from DIY-Linux and Greg Schafer.
Thanks to Dan Nicholson for the report, as well.

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

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