source: chapter01/changelog.xml@ f6e901d6

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 f6e901d6 was f6e901d6, checked in by Matthew Burgess <matthew@…>, 18 years ago

Upgrade to groff-1.18.1.1-11

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

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