source: chapter01/changelog.xml@ a11b40f

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

Remove unnecessary LDFLAGS variables in binutils pass 1 and 2. Thanks Dan Nicholson.

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

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