source: chapter01/changelog.xml@ 16328ae

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

Fixed typo

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

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