source: chapter01/changelog.xml@ fe18b80

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since fe18b80 was fe18b80, checked in by Matthew Burgess <matthew@…>, 18 years ago

Upgrade to Man-pages 2.21

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

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