source: chapter01/changelog.xml@ 9c6cfa3

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

Upgrade to Psmisc 22.1

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

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