source: chapter01/changelog.xml@ 6a82dd9

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 6a82dd9 was c4dfdaaa, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Fixed Changelog indentation.
Please, across the book use two-spaces indentation (no tabs)
and wrap the text at ~80 characters.

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

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