source: chapter01/changelog.xml@ fd8b059

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 fd8b059 was fd8b059, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Added commands to determine the version of the equired packages installed on the host.
Thanks to Bruce Dubbs for the commands list and Randy McMurchy for review the wording.

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

  • Property mode set to 100644
File size: 60.3 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>April 21, 2006</para>
41 <itemizedlist>
42 <listitem>
43 <para>[manuel] - Added commands to determine the version of the
44 required packages installed on the host. Thanks to Bruce Dubbs
45 for the commands list and Randy McMurchy for review the wording.</para>
46 </listitem>
47 <listitem>
48 <para>[manuel] - Alphabetized patches list. Thanks to Justin
49 R. Knierim for the patch.</para>
50 </listitem>
51 </itemizedlist>
52 </listitem>
53
54 <listitem>
55 <para>April 20, 2006</para>
56 <itemizedlist>
57 <listitem>
58 <para>[jhuntwork] - Updated bash to 3.1.17 via an updated patch.
59 Resolves Ticket 1775.</para>
60 </listitem>
61 <listitem>
62 <para>[manuel] - Reworded why a 2.6 kernel compiled with GCC-3
63 is required on the host system.</para>
64 </listitem>
65 <listitem>
66 <para>[manuel] - Revised dependencies info. Thanks to Chris Staub
67 for the patch.</para>
68 </listitem>
69 </itemizedlist>
70 </listitem>
71
72 <listitem>
73 <para>April 19, 2006</para>
74 <itemizedlist>
75 <listitem>
76 <para>[jhuntwork] - Added a more detailed list of minimum
77 software requirements. Thanks to Chris Staub for researching these
78 and Alexander Patrakov for suggesting the enhancement.
79 Resolves Ticket 1598.</para>
80 </listitem>
81 </itemizedlist>
82 </listitem>
83
84 <listitem>
85 <para>April 18, 2006</para>
86 <itemizedlist>
87 <listitem>
88 <para>[jhuntwork] - Moved all dependency information to a new page,
89 Appendix C. Appendix C also contains information concerning the
90 build order. While there might need to be a few tweaks yet, this
91 information is complete enough at this point to close out the
92 long-standing ticket #684. Many thanks to Chris Staub, Dan Nicholson
93 and Manuel Canales Esparcia for helping get this finished.</para>
94 </listitem>
95 </itemizedlist>
96 </listitem>
97
98 <listitem>
99 <para>April 15, 2006</para>
100 <itemizedlist>
101 <listitem>
102 <para>[archaic] - Updated to lfs-bootscripts-20060415.</para>
103 </listitem>
104 <listitem>
105 <para>[archaic] - Added patch to glibc to fix build errors in packages
106 that include linux/types.h after sys/kd.h.</para>
107 </listitem>
108 </itemizedlist>
109 </listitem>
110
111 <listitem>
112 <para>April 14, 2006</para>
113 <itemizedlist>
114 <listitem>
115 <para>[ken] - Add security patch for tar to address CVE-2006-0300.</para>
116 </listitem>
117 <listitem>
118 <para>[archaic] - Upgraded to man-pages-2.29 and linux-2.6.16.5. No
119 command changes.</para>
120 </listitem>
121 <listitem>
122 <para>[manuel] - Changed typography conventions. From now,
123 replaceable text is encapsulated inside &lt; &gt;, optional text
124 inside [ ], and library extensions inside { }. Thanks to
125 Bruce Dubbs for the patch.</para>
126 </listitem>
127 </itemizedlist>
128 </listitem>
129
130 <listitem>
131 <para>April 13, 2006</para>
132 <itemizedlist>
133 <listitem>
134 <para>[archaic] - Removed boot logging rule from /etc/syslog.conf and
135 removed the command to move logger to /bin.</para>
136 </listitem>
137 <listitem>
138 <para>[archaic] - Added symlink from vim.1 to vi.1.</para>
139 </listitem>
140 <listitem>
141 <para>[archaic] - Added chgpasswd to the list of installed files for
142 Shadow.</para>
143 </listitem>
144 <listitem>
145 <para>[archaic] - Merged the udev_update branch to trunk.</para>
146 </listitem>
147 </itemizedlist>
148 </listitem>
149
150 <listitem>
151 <para>April 12, 2006</para>
152 <itemizedlist>
153 <listitem>
154 <para>[jhuntwork] - Rewrote section explaining IP Addresses.
155 Thanks Bryan Kadzban and Bruce Dubbs. Resolves Ticket 1663.</para>
156 </listitem>
157 <listitem>
158 <para>[jhuntwork] - Added a pointer to GDBM in Berkeley DB page.
159 Also added explanatory text concerning why LFS chose Debian's
160 convention for storing man pages. Thanks to Tushar Teredesai and
161 Alexander Patrakov. Resolves Ticket 1694.</para>
162 </listitem>
163 <listitem>
164 <para>[jhuntwork] - Remove symlink of zsoelim to groff's soelim
165 in chapter 6. Man-DB produces a sufficient zsoelim which overwrites
166 the symlink we used to create.</para>
167 </listitem>
168 </itemizedlist>
169 </listitem>
170
171 <listitem>
172 <para>April 11, 2006</para>
173 <itemizedlist>
174 <listitem>
175 <para>[jhuntwork] - Updated bash-3.1 patch. (Ticket 1758)</para>
176 </listitem>
177 </itemizedlist>
178 </listitem>
179
180 <listitem>
181 <para>April 8, 2006</para>
182 <itemizedlist>
183 <listitem>
184 <para>[jhuntwork] - Added a command to create an empty /etc/mtab file early
185 in chapter 6. This avoids testsuite failures in e2fsprogs and possibly other
186 programs that expect /etc/mtab to be present. Explanation from Dan Nicholson,
187 slightly modified. Also merged the 'Creating Essential Symlinks' section with
188 'Creating passwd, group and log Files'.</para>
189 </listitem>
190 </itemizedlist>
191 </listitem>
192
193 <listitem>
194 <para>April 6, 2006</para>
195 <itemizedlist>
196 <listitem>
197 <para>[manuel] - Placed home page (when available) and full download
198 links for all packages in chapter03/packages.xml.</para>
199 </listitem>
200 <listitem>
201 <para>[jhuntwork] - Merged alphabetical branch to trunk.</para>
202 </listitem>
203 </itemizedlist>
204 </listitem>
205
206 <listitem>
207 <para>April 2, 2006</para>
208 <itemizedlist>
209 <listitem>
210 <para>[archaic] - Moved the chowning of /tools to the end of chapter 5
211 and rewrote note about backing up or re-using /tools. Moved the
212 mounting of kernel filesystems before pkgmgt page and rewrote the page
213 to mount --bind /dev and mount all other kernel filesystems while
214 outside chroot. Rewrote note about re-entering chroot and remounting
215 kernel filesystems. Removed /dev from the list of dirs created in
216 chroot and added it before chroot.</para>
217 </listitem>
218 </itemizedlist>
219 </listitem>
220
221 <listitem>
222 <para>March 30, 2006</para>
223 <itemizedlist>
224 <listitem>
225 <para>[ken] - Correct my erroneous comment about UTF-8 locales in
226 Man-DB. Thanks to Alexander for explaining it.</para>
227 </listitem>
228 <listitem>
229 <para>[ken] - upgraded to Linux-2.6.16.1, Iproute2-2.6.16-060323,
230 and Udev-088.</para>
231 </listitem>
232 </itemizedlist>
233 </listitem>
234
235 <listitem>
236 <para>March 29, 2006</para>
237 <itemizedlist>
238 <listitem>
239 <para>[ken] - Upgrade to shadow-4.0.15 and add convert-mans script
240 to convert its UTF-8 man pages. Thanks to Alexander and Archaic for
241 the script and commands. Fixes tickets #1748 and #1750.</para>
242 </listitem>
243 </itemizedlist>
244 </listitem>
245
246 <listitem>
247 <para>March 22, 2006</para>
248 <itemizedlist>
249 <listitem>
250 <para>[archaic] - Updated to
251 lfs-bootscripts-udev_update-20060321.</para>
252 </listitem>
253 </itemizedlist>
254 </listitem>
255
256 <listitem>
257 <para>March 21, 2006</para>
258 <itemizedlist>
259 <listitem>
260 <para>[archaic] - Updated the bootscripts. Removed references to
261 hotplug and the bootscripts udev patch. Removed reference to
262 udevstart. Added text and commands for generating Udev bug reports.
263 </para>
264 </listitem>
265 </itemizedlist>
266 </listitem>
267
268 <listitem>
269 <para>March 18, 2006</para>
270 <itemizedlist>
271 <listitem>
272 <para>[matthew] - Do not run configure manually for iproute2 as it
273 is run automatically by the Makefile. Thanks to Chris Staub for the
274 patch. Fixes ticket #1734.</para>
275 </listitem>
276 <listitem>
277 <para>[matthew] - Make bzdiff use mktemp instead of the deprecated
278 tempfile command. Thanks to Chris Staub for the patch. Fixes ticket
279 #1713.</para>
280 </listitem>
281 <listitem>
282 <para>[matthew] - Upgrade to flex-2.5.33.</para>
283 </listitem>
284 <listitem>
285 <para>[matthew] - Upgrade to readline-5.1.004.</para>
286 </listitem>
287 <listitem>
288 <para>[matthew] - Upgrade to bash-3.1.014.</para>
289 </listitem>
290 <listitem>
291 <para>[matthew] - Upgrade to psmisc-22.2.</para>
292 </listitem>
293 <listitem>
294 <para>[matthew] - Upgrade to file-4.17.</para>
295 </listitem>
296 <listitem>
297 <para>[matthew] - Use updated version of the coreutils suppression
298 patch to prevent coreutils version of the su man page from being
299 installed. Fixes #1690.</para>
300 </listitem>
301 </itemizedlist>
302 </listitem>
303
304 <listitem>
305 <para>March 11, 2006</para>
306 <itemizedlist>
307 <listitem>
308 <para>[matthew] - Upgrade to GCC 4.0.3.</para>
309 </listitem>
310 </itemizedlist>
311 </listitem>
312
313 <listitem>
314 <para>March 8, 2006</para>
315 <itemizedlist>
316 <listitem>
317 <para>[matthew] - Upgrade to Man-pages 2.25.</para>
318 </listitem>
319 <listitem>
320 <para>[matthew] - Remove an example of poor Udev support as it
321 does not apply to the kernel used in the book. Thanks to Alexander
322 Patrakov.</para>
323 </listitem>
324 <listitem>
325 <para>[matthew] - Upgrade to Linux 2.6.15.6.</para>
326 </listitem>
327 <listitem>
328 <para>[matthew] - Upgrade to udev-087.</para>
329 </listitem>
330 <listitem>
331 <para>[matthew] - Udev's run_program rules require a null device to be
332 present at an early stage, so create one in /lib/udev/devices.</para>
333 </listitem>
334 </itemizedlist>
335 </listitem>
336
337 <listitem>
338 <para>March 7, 2006</para>
339 <itemizedlist>
340 <listitem>
341 <para>[matthew] - Update Udev rules file to load SCSI modules and
342 upload firmware to devices that need it. Improve explanations of
343 device and module handling. Thanks to Alexander Patrakov.</para>
344 </listitem>
345 <listitem>
346 <para>[archaic] - Replaced the debian-specific groff patch with an
347 LFS-style patch.</para>
348 </listitem>
349 </itemizedlist>
350 </listitem>
351
352 <listitem>
353 <para>March 3, 2006</para>
354 <itemizedlist>
355 <listitem>
356 <para>[gerard] - Remove -D_GNU_SOURCE from chapter 5 - Patch. Thanks
357 to Dan Nicholson for the patch.</para>
358 </listitem>
359 </itemizedlist>
360 </listitem>
361
362 <listitem>
363 <para>March 1, 2006</para>
364 <itemizedlist>
365 <listitem>
366 <para>[archaic] - Create the Udev directories before creating the
367 symlinks.</para>
368 </listitem>
369 <listitem>
370 <para>[jhuntwork] - Added a description of perl configure flags that
371 help perl deal with a lack of groff. Thanks Dan Nicholson.</para>
372 </listitem>
373 </itemizedlist>
374 </listitem>
375
376 <listitem>
377 <para>February 27, 2006</para>
378 <itemizedlist>
379 <listitem>
380 <para>[archaic] - New bash fixes patch adds patch 011 from Bash
381 upstream. Bash patch 010 broke quoting in certain situations.</para>
382 </listitem>
383 </itemizedlist>
384 </listitem>
385
386 <listitem>
387 <para>February 20, 2006</para>
388 <itemizedlist>
389 <listitem>
390 <para>[matthew] - Use non-deprecated format for accessing MODALIAS
391 keys in the Udev rules file, and prevent the &quot;$&quot; from being
392 expanded by the shell.</para>
393 </listitem>
394 <listitem>
395 <para>[matthew] - Add patches 009 and 010 from Bash upstream.</para>
396 </listitem>
397 <listitem>
398 <para>[matthew] - Upgrade to Man-pages 2.24.</para>
399 </listitem>
400 </itemizedlist>
401 </listitem>
402
403 <listitem>
404 <para>February 19, 2006</para>
405 <itemizedlist>
406 <listitem>
407 <para>[matthew] - Upgrade Perl libc patch to prevent Perl from trying
408 to find headers on the host system. Fixes bug 1695.</para>
409 </listitem>
410 <listitem>
411 <para>[matthew] - Expand the Udev module handling rule to run for
412 every subsystem, not just USB.</para>
413 </listitem>
414 <listitem>
415 <para>[matthew] - Upgrade to Linux 2.6.15.4.</para>
416 </listitem>
417 <listitem>
418 <para>[matthew] - Upgrade to Udev 085.</para>
419 </listitem>
420 <listitem>
421 <para>[matthew] - Install Sed's HTML documentation by using
422 --enable-html instead of editing the Makefile. Thanks to Greg Schafer
423 for the report and the fix.</para>
424 </listitem>
425 <listitem>
426 <para>[matthew] - Add upstream fixes 001-002 for Readline.</para>
427 </listitem>
428 <listitem>
429 <para>[matthew] - Add upstream fixes 001-008 for Bash.</para>
430 </listitem>
431 <listitem>
432 <para>[matthew] - Upgrade to Sed 4.1.5.</para>
433 </listitem>
434 <listitem>
435 <para>[matthew] - Upgrade to Man-pages 2.23.</para>
436 </listitem>
437 <listitem>
438 <para>[matthew] - Upgrade to Coreutils-5.94.</para>
439 </listitem>
440 <listitem>
441 <para>[matthew] - Upgrade to DB-4.4.20.</para>
442 </listitem>
443 <listitem>
444 <para>[matthew] - Upgrade to Perl-5.8.8, removing the now unneeded
445 vulnerability and DB module patches.</para>
446 </listitem>
447 <listitem>
448 <para>[matthew] - Add the verbose parameter to a couple of commands in
449 Linux-Libc-Headers and DB.</para>
450 </listitem>
451 <listitem>
452 <para>[matthew] - Create udev specific directories in udev's
453 instructions instead of the more generic creatingdirs.xml. Add
454 &quot;pts&quot; and &quot;shm&quot; directories to
455 <filename class="directory">/lib/udev/devices</filename> so that they
456 can be mounted successfully at boot time.</para>
457 </listitem>
458 </itemizedlist>
459 </listitem>
460
461 <listitem>
462 <para>February 10, 2006</para>
463 <itemizedlist>
464 <listitem>
465 <para>[manuel] - Finished the XML indentation plus few tags
466 changes.</para>
467 </listitem>
468 </itemizedlist>
469 </listitem>
470
471 <listitem>
472 <para>February 8, 2006</para>
473 <itemizedlist>
474 <listitem>
475 <para>[matthew] - Rewrite the majority of chapter07/udev.xml to
476 reflect the new configuration for handling dynamic device naming and
477 module loading.</para>
478 </listitem>
479 </itemizedlist>
480 </listitem>
481
482 <listitem>
483 <para>February 3, 2006</para>
484 <itemizedlist>
485 <listitem>
486 <para>[matthew] - Create the
487 <filename class="directory">/lib/firmware</filename> directory that
488 can be used by Udev's <command>firmware_helper</command> utility.
489 </para>
490 </listitem>
491 <listitem>
492 <para>[matthew] - Add descriptions of Udev's helper binaries.</para>
493 </listitem>
494 <listitem>
495 <para>[manuel] - Add udev bootscript patch to whatsnew. Removed
496 hotplug from list of packages to download.</para>
497 </listitem>
498 <listitem>
499 <para>[ken] - Add udev bootscript patch to list of patches to
500 download.</para>
501 </listitem>
502 <listitem>
503 <para>[ken] - Correct the size of the udev tarball.</para>
504 </listitem>
505 </itemizedlist>
506 </listitem>
507
508 <listitem>
509 <para>February 2, 2006</para>
510 <itemizedlist>
511 <listitem>
512 <para>[matthew] - Upgrade to Udev-084 and build all its extras to
513 enable custom rules to be written more easily. Also, change the
514 rules file to handle kernel module loading and patch the udev
515 bootscript to work with this version of udev.</para>
516 </listitem>
517 <listitem>
518 <para>[matthew] - Remove the hotplug package and related bootscript
519 Udev will now handle device creation and module loading.</para>
520 </listitem>
521 <listitem>
522 <para>[matthew] - Upgrade to Linux-2.6.15.2.</para>
523 </listitem>
524 </itemizedlist>
525 </listitem>
526
527 <listitem>
528 <para>January 30, 2006</para>
529 <itemizedlist>
530 <listitem>
531 <para>[jhuntwork] - Adjust binutils-pass1 so we don't need to hang
532 on to its source directories. Also use 'gcc -dumpmachine' instead
533 of the MACHTYPE var.</para>
534 </listitem>
535 <listitem>
536 <para>[jhuntwork] - Various textual corrections. Thanks Chris
537 Staub.</para>
538 </listitem>
539 <listitem>
540 <para>[jhuntwork] - Remove unnecessary LDFLAGS variables in binutils
541 pass 1 and 2. Thanks Dan Nicholson.</para>
542 </listitem>
543 </itemizedlist>
544 </listitem>
545
546 <listitem>
547 <para>January 29, 2006</para>
548 <itemizedlist>
549 <listitem>
550 <para>[jhuntwork] - Restore the use of *startfile_prefix_spec.</para>
551 </listitem>
552 <listitem>
553 <para>[jhuntwork] - Remove a spurious -i from the perl command when
554 readjusting the toolchain. Thanks Dan Nicholson.</para>
555 </listitem>
556 </itemizedlist>
557 </listitem>
558
559 <listitem>
560 <para>January 26, 2006</para>
561 <itemizedlist>
562 <listitem>
563 <para>[jhuntwork] - Modify chapter 6 Glibc's make install command to
564 allow test-installation.pl to run.</para>
565 </listitem>
566 <listitem>
567 <para>[jhuntwork] - Adjust chapter 5 binutils to build a static ld-new
568 for use in the chapter 6 readjusting section. Also add some extended
569 sanity checks. These fixes are adapted from DIY-Linux and Greg Schafer.
570 Thanks to Dan Nicholson for the report, as well.</para>
571 </listitem>
572 <listitem>
573 <para>[jhuntwork] - Added 'nodump' to commands in the Package Management
574 section.</para>
575 </listitem>
576 </itemizedlist>
577 </listitem>
578
579 <listitem>
580 <para>January 25, 2006</para>
581 <itemizedlist>
582 <listitem>
583 <para>[jhuntwork] - Remove ppc specific instructions from chapter 6
584 patch. Cross-LFS can handle non-x86 arch specifics at this point.</para>
585 </listitem>
586 <listitem>
587 <para>[jhuntwork] - Fix chapter 6 Glibc's test-installation.pl to test
588 the correct Glibc. Fixes bug 1675. Thanks to Dan Nicholson for the report
589 and Greg Schafer for the fix.</para>
590 </listitem>
591 <listitem>
592 <para>[jhuntwork] - Fixed the re-adjusting of the toolchain in chapter
593 6 so that chapter 6 GCC and Binutils links against the proper Glibc and
594 so that we don't have to keep the binutils directories from chapter 5.
595 Also moved a note about saving the /tools directory to the beginning of
596 chapter 6. Fixes bug 1677. Thanks to Chris Staub, Alexander Patrakov,
597 Greg Schafer and Tushar Teredesai for reporting and resolving this
598 issue.</para>
599 </listitem>
600 <listitem>
601 <para>[matthew] - Upgrade coreutils i18n patch to version 2 to fix
602 <command>sort -n</command> and add the en_US.UTF-8 locale to improve
603 coreutils' test coverage. Fixes bugs 1688 and 1689. Thanks to
604 Alexander Patrakov.</para>
605 </listitem>
606 <listitem>
607 <para>[matthew] - Add information about package management. Thanks to
608 the BLFS project for the text.</para>
609 </listitem>
610 </itemizedlist>
611 </listitem>
612
613 <listitem>
614 <para>January 24, 2006</para>
615 <itemizedlist>
616 <listitem>
617 <para>[matthew] - Upgrade to Groff-1.18.1.1-11.</para>
618 </listitem>
619 </itemizedlist>
620 </listitem>
621
622 <listitem>
623 <para>January 23, 2006</para>
624 <itemizedlist>
625 <listitem>
626 <para>[matthew] - Upgrade to Man-pages 2.21.</para>
627 </listitem>
628 <listitem>
629 <para>[matthew] - Upgrade to Psmisc 22.1.</para>
630 </listitem>
631 <listitem>
632 <para>[matthew] - Upgrade to Shadow 4.0.14.</para>
633 </listitem>
634 <listitem>
635 <para>[matthew] - Install documentation for the Linux kernel. Thanks
636 to Tushar for the report. Fixes bug 1683.</para>
637 </listitem>
638 <listitem>
639 <para>[matthew] - Added a patch to enable Perl's DB_File module to
640 compile with the latest version of Berkeley DB. Thanks to Alexander
641 Patrakov for the patch.</para>
642 </listitem>
643 </itemizedlist>
644 </listitem>
645
646 <listitem>
647 <para>January 20, 2006</para>
648 <itemizedlist>
649 <listitem>
650 <para>[jhuntwork] - Added a patch to fix the sprintf security
651 vulnerability in Perl. Thanks to Tim van der Molen for pointing
652 it out.</para>
653 </listitem>
654 </itemizedlist>
655 </listitem>
656
657 <listitem>
658 <para>January 17, 2006</para>
659 <itemizedlist>
660 <listitem>
661 <para>[jhuntwork] - Fixed locale generation for French UTF-8. Thanks
662 to Dan McGhee for the report and Alexander Patrakov for the fix.</para>
663 </listitem>
664 </itemizedlist>
665 </listitem>
666
667 <listitem>
668 <para>January 10, 2006</para>
669 <itemizedlist>
670 <listitem>
671 <para>[ken]: Define YYENABLE_NLS in bison, to resolve a code
672 difference shown up by Iterative Comparison Analysis. Thanks
673 to Greg Schafer.</para>
674 </listitem>
675 <listitem>
676 <para>[ken]: Revert my move of mktemp and add a sed to correct
677 gccbug.</para>
678 </listitem>
679 </itemizedlist>
680 </listitem>
681
682 <listitem>
683 <para>January 7, 2006</para>
684 <itemizedlist>
685 <listitem>
686 <para>[ken]: Alter the Perl instructions to always create an
687 /etc/hosts file. This fixes a potential difference in the
688 'hostcat' recorded in Config_heavy.pl. Thanks to Bryan Kadzban
689 for explaining this.</para>
690 </listitem>
691 <listitem>
692 <para>[ken]: Move grep ahead of libtool, so that the latter
693 will correctly reference /bin/grep in references to EGREP.</para>
694 </listitem>
695 <listitem>
696 <para>[ken]: Move mktemp ahead of gcc so that gccbug will
697 use mktemp.</para>
698 </listitem>
699 <listitem>
700 <para>[ken]: Give Berkeley DB its full name, and remove the
701 '-lpthread' overrides. Also add pointer to BLFS, thanks to
702 Randy McMurchy.</para>
703 </listitem>
704 </itemizedlist>
705 </listitem>
706
707 <listitem>
708 <para>January 5, 2006</para>
709 <itemizedlist>
710 <listitem>
711 <para>[jhuntwork]: Remove mention of news server until we actually
712 have one. Thanks Randy.</para>
713 </listitem>
714 <listitem>
715 <para>[jhuntwork]: Initial addition of UTF-8 support. Thanks to
716 Alexander Patrakov.</para>
717 </listitem>
718 </itemizedlist>
719 </listitem>
720
721 <listitem>
722 <para>January 3, 2006</para>
723 <itemizedlist>
724 <listitem>
725 <para>[matt]: Clarify the description of mktemp's --with-libc
726 configure parameter (fixes bug 1667).</para>
727 </listitem>
728 <listitem>
729 <para>[matt]: Upgrade to libtool 1.5.22.</para>
730 </listitem>
731 <listitem>
732 <para>[matt]: Upgrade to man-pages 2.18.</para>
733 </listitem>
734 <listitem>
735 <para>[matt]: Remove the -v flag from the example mkswap command in
736 chapter 2 as it does not affect verbosity (fixes bug 1674).</para>
737 </listitem>
738 </itemizedlist>
739 </listitem>
740
741 <listitem>
742 <para>December 31, 2005</para>
743 <itemizedlist>
744 <listitem>
745 <para>[ken]: Alter installation of Linux Libc asm Headers in chroot,
746 to be repeatable.</para>
747 </listitem>
748 </itemizedlist>
749 </listitem>
750
751 <listitem>
752 <para>December 23, 2005</para>
753 <itemizedlist>
754 <listitem>
755 <para>[jim]: Corrected version on Vim symlink</para>
756 </listitem>
757 </itemizedlist>
758 </listitem>
759
760 <listitem>
761 <para>December 21, 2005</para>
762 <itemizedlist>
763 <listitem>
764 <para>[matt]: Correctly symlink Vim's documentation to /usr/share/doc.
765 Thanks to Jeremy for the report and the fix.</para>
766 </listitem>
767 </itemizedlist>
768 </listitem>
769
770 <listitem>
771 <para>December 17, 2005</para>
772 <itemizedlist>
773 <listitem>
774 <para>[matt]: Pass a valid path to module-init-tools' --prefix
775 configure switch and remove the now unnecessary --mandir switch</para>
776 </listitem>
777 <listitem>
778 <para>[matt]: Symlink Vim's documentation to /usr/share/doc. Fixes
779 bug 1610. Thanks to Randy McMurchy for the original report and to
780 Ken and Jeremy for their investigations into the fix.</para>
781 </listitem>
782 <listitem>
783 <para>[matt]: Upgrade to psmisc-21.9</para>
784 </listitem>
785 <listitem>
786 <para>[matt]: Upgrade to man-pages-2.17</para>
787 </listitem>
788 </itemizedlist>
789 </listitem>
790
791 <listitem>
792 <para>December 16, 2005</para>
793 <itemizedlist>
794 <listitem>
795 <para>[jhuntwork]: Move Procps to before Perl in chapter 6. Perl's
796 testsuite uses 'ps'.</para>
797 </listitem>
798 </itemizedlist>
799 </listitem>
800
801 <listitem>
802 <para>December 13, 2005</para>
803 <itemizedlist>
804 <listitem>
805 <para>[jhuntwork]: Install Tcl's internal headers to /tools/include,
806 allowing us to drop its source directory right away. Origin is
807 Greg Schafer, and thanks to Dan Nicholson for the report (fixes
808 bug 1670).</para>
809 </listitem>
810 </itemizedlist>
811 </listitem>
812
813 <listitem>
814 <para>December 12, 2005</para>
815 <itemizedlist>
816 <listitem>
817 <para>[jhuntwork]: Updated texinfo patch. Fixes segfault issues
818 with texindex. Thanks to Randy McMurchy for the report and Bruce
819 Dubbs and Joe Ciccone for the fix.</para>
820 </listitem>
821 </itemizedlist>
822 </listitem>
823
824 <listitem>
825 <para>December 11, 2005</para>
826 <itemizedlist>
827 <listitem>
828 <para>[jhuntwork]: Upgrade to tcl-8.4.12</para>
829 </listitem>
830 <listitem>
831 <para>[jhuntwork]: Upgrade to less-394.</para>
832 </listitem>
833 <listitem>
834 <para>[jhuntwork]: Upgrade to readline-5.1. Also removed bash-3.0
835 and readline-5.0 specific patches.</para>
836 </listitem>
837 <listitem>
838 <para>[jhuntwork]: Upgrade to bash-3.1. Also fixed Tcl to work with
839 the new bash version. Thanks to Alexander Patrakov and ultimately,
840 Greg Schafer for the fix.</para>
841 </listitem>
842 <listitem>
843 <para>[jhuntwork]: Changed variable used in readline for linking
844 in ncurses. Thanks to Alexander Patrakov for the fix.</para>
845 </listitem>
846 </itemizedlist>
847 </listitem>
848
849 <listitem>
850 <para>December 9, 2005</para>
851 <itemizedlist>
852 <listitem>
853 <para>[matt]: Upgrade to man-pages-2.16</para>
854 </listitem>
855 <listitem>
856 <para>[matt]: Upgrade to module-init-tools-3.2.2
857 </para>
858 </listitem>
859 <listitem>
860 <para>[matt]: Upgrade to findutils-4.2.27</para>
861 </listitem>
862 </itemizedlist>
863 </listitem>
864
865 <listitem>
866 <para>December 7, 2005</para>
867 <itemizedlist>
868 <listitem>
869 <para>[matt]: Mention the testsuites (or lack of them) for all
870 packages (fixes bug 1664). Thanks to Chris Staub for the report
871 and analysis of affected packages.</para>
872 </listitem>
873 </itemizedlist>
874 </listitem>
875
876 <listitem>
877 <para>November 26, 2005</para>
878 <itemizedlist>
879 <listitem>
880 <para>[matt]: Don't install the Linuxthreads man pages, the POSIX
881 threading API is documented in the man3p section provided by the
882 man-pages package (fixes bug 1660).</para>
883 </listitem>
884 <listitem>
885 <para>[matt]: Remove the incorrect note about not having to dump/check
886 a journalled filesystem (fixes bug 1662).</para>
887 </listitem>
888 <listitem>
889 <para>[matt]: Upgrade to module-init-tools 3.2.1.</para>
890 </listitem>
891 <listitem>
892 <para>[matt]: Prevent installing the internationalized man pages
893 for Shadow's <command>groups</command> binary (thanks to Randy
894 McMurchy for the report).</para>
895 </listitem>
896 <listitem>
897 <para>[matt]: Upgrade to man-pages 2.14.</para>
898 </listitem>
899 <listitem>
900 <para>[matt]: Upgrade to findutils-4.2.26</para>
901 </listitem>
902 <listitem>
903 <para>[manuel]: Changed --strip-path to --strip-components in the
904 unpack of module-init-tools-testsuite package.</para>
905 </listitem>
906 </itemizedlist>
907 </listitem>
908
909 <listitem>
910 <para>November 24, 2005</para>
911 <itemizedlist>
912 <listitem>
913 <para>[matt]: LFS-6.1.1-pre2 release.</para>
914 </listitem>
915 </itemizedlist>
916 </listitem>
917
918 <listitem>
919 <para>November 23, 2005</para>
920 <itemizedlist>
921 <listitem>
922 <para>[gerard]: Corrected reference to 'man page' to 'HTML
923 documentation' in chapter 6/sec</para>
924 </listitem>
925 </itemizedlist>
926 </listitem>
927
928 <listitem>
929 <para>November 18, 2005</para>
930 <itemizedlist>
931 <listitem>
932 <para>[manuel]: Fixed the unpack of the module-init-tools-testsuite
933 package.</para>
934 </listitem>
935 </itemizedlist>
936 </listitem>
937
938 <listitem>
939 <para>November 17, 2005</para>
940 <itemizedlist>
941 <listitem>
942 <para>[matt]: LFS-6.1.1-pre1 release.</para>
943 </listitem>
944 </itemizedlist>
945 </listitem>
946
947 <listitem>
948 <para>November 16, 2005</para>
949 <itemizedlist>
950 <listitem>
951 <para>[jhuntwork]: Textual correction concerning gettext in
952 chapter 5 and the use of --disable-shared</para>
953 </listitem>
954 </itemizedlist>
955 </listitem>
956
957 <listitem>
958 <para>November 15, 2005</para>
959 <itemizedlist>
960 <listitem>
961 <para>[archaic]: Changed the chapter 6 Perl Dpager configure option
962 to reflect the new location of the less binary.</para>
963 </listitem>
964 </itemizedlist>
965 </listitem>
966
967 <listitem>
968 <para>November 14, 2005</para>
969 <itemizedlist>
970 <listitem>
971 <para>[jhuntwork]: Only install <command>msgfmt</command> from
972 gettext in chapter 5. This is all that is necessary and prevents
973 gettext from trying to pull in unnecessary elements from the host.
974 Thanks to Greg Schafer for pointing this out.</para>
975 </listitem>
976 </itemizedlist>
977 </listitem>
978
979 <listitem>
980 <para>November 12, 2005</para>
981 <itemizedlist>
982 <listitem>
983 <para>[matt]: Improve the heuristic for determining a locale that
984 is supported by both Glibc and packages outside LFS (bug 1642).
985 Many thanks to Alexander Patrakov for highlighting the numerous
986 issues and for reviewing the various suggested fixes.</para>
987 </listitem>
988 <listitem>
989 <para>[jhuntwork]: Move sed to earlier in the build.</para>
990 </listitem>
991 <listitem>
992 <para>[jhuntwork]: Move m4 to earlier in the build. Thanks
993 Chris Staub.</para>
994 </listitem>
995 </itemizedlist>
996 </listitem>
997
998 <listitem>
999 <para>November 11, 2005</para>
1000 <itemizedlist>
1001 <listitem>
1002 <para>[matt]: Omit running Bzip2's testsuite as a separate step,
1003 as <command>make</command> runs it automatically (bug 1652).</para>
1004 </listitem>
1005 </itemizedlist>
1006 </listitem>
1007
1008 <listitem>
1009 <para>November 10, 2005</para>
1010 <itemizedlist>
1011 <listitem>
1012 <para>[jhuntwork]: Initial re-ordering of packages. Thanks to
1013 Chris Staub (bug 684).</para>
1014 </listitem>
1015 </itemizedlist>
1016 </listitem>
1017
1018 <listitem>
1019 <para>November 7, 2005</para>
1020 <itemizedlist>
1021 <listitem>
1022 <para>[matt]: Install the binaries from Less to /usr/bin instead
1023 of /bin (fixes bug 1643).</para>
1024 </listitem>
1025 <listitem>
1026 <para>[matt]: Remove the --libexecdir option from both passes of
1027 GCC in chapter 5 (fixes bug 1646). Also change the --libexecdir
1028 option for Findutils to conform with the /usr/lib/packagename
1029 convention already prevalent in the book (fixes bug 1644).</para>
1030 </listitem>
1031 </itemizedlist>
1032 </listitem>
1033
1034 <listitem>
1035 <para>November 6, 2005</para>
1036 <itemizedlist>
1037 <listitem>
1038 <para>[matt]: Remove the optimization related warnings from the
1039 toolchain packages (bug 1650).</para>
1040 </listitem>
1041 <listitem>
1042 <para>[matt]: Install Vim's documentation to
1043 /usr/share/doc/vim-&vim-version; instead of /usr/share/vim/vim64/doc
1044 (bug 1610). Thanks to Randy McMurchy for the report, and Jeremy
1045 Huntwork for the fix.</para>
1046 </listitem>
1047 <listitem>
1048 <para>[matt]: Stop Udev from killing udevd processes on the host
1049 system (fixes bug 1651). Thanks to Alexander Patrakov for the
1050 report and the fix.</para>
1051 </listitem>
1052 <listitem>
1053 <para>[matt]: Upgrade to Coreutils 5.93.</para>
1054 </listitem>
1055 <listitem>
1056 <para>[matt]: Upgrade to Psmisc 21.8.</para>
1057 </listitem>
1058 <listitem>
1059 <para>[matt]: Upgrade to Glibc 2.3.6.</para>
1060 </listitem>
1061 </itemizedlist>
1062 </listitem>
1063
1064 <listitem>
1065 <para>November 5, 2005</para>
1066 <itemizedlist>
1067 <listitem>
1068 <para>[matt]: Add a note to the toolchain sanity check in chapter 5
1069 to explain that if TCL fails to build, it's an indication of a broken
1070 toolchain (bug 1581).</para>
1071 </listitem>
1072 </itemizedlist>
1073 </listitem>
1074
1075 <listitem>
1076 <para>November 3, 2005</para>
1077 <itemizedlist>
1078 <listitem>
1079 <para>[matt]: Upgrade to man-pages 2.13.</para>
1080 </listitem>
1081 <listitem>
1082 <para>[matt]: Correct the instructions for running Module-Init-Tools'
1083 testsuite (fixes bug 1597). Thanks to Greg Schafer, Tushar Teredesai
1084 and to Randy McMurchy for providing the patch.</para>
1085 </listitem>
1086 </itemizedlist>
1087 </listitem>
1088
1089 <listitem>
1090 <para>October 31, 2005</para>
1091 <itemizedlist>
1092 <listitem>
1093 <para>[matt]: Upgrade to shadow-4.0.13.</para>
1094 </listitem>
1095 <listitem>
1096 <para>[matt]: Upgrade to vim-6.4.</para>
1097 </listitem>
1098 <listitem>
1099 <para>[matt]: Upgrade to procps-3.2.6.</para>
1100 </listitem>
1101 <listitem>
1102 <para>[matt]: Build udev_run_devd and udev_run_hotplugd and alter
1103 the udev rules file so that udev once again executes programs in
1104 the /etc/dev.d and /etc/hotplug.d directories (fixes bug 1635).
1105 Also change the udev rules to prevent udev from handling the "card"
1106 and "dm" devices as these are managed entirely by programs outside
1107 of LFS.</para>
1108 </listitem>
1109 </itemizedlist>
1110 </listitem>
1111
1112 <listitem>
1113 <para>October 29, 2005</para>
1114 <itemizedlist>
1115 <listitem>
1116 <para>[matt]: Upgrade to udev-071</para>
1117 </listitem>
1118 <listitem>
1119 <para>[matt]: Upgrade to man-pages 2.11.</para>
1120 </listitem>
1121 <listitem>
1122 <para>[matt]: Upgrade to coreutils-5.92. This involved removing
1123 the DEFAULT_POSIX2_VERSION environment variable as it is no longer
1124 required. The testsuite also requires the Data::Dumper module from
1125 Perl, so it is now built in chapter05/perl.xml.</para>
1126 </listitem>
1127 </itemizedlist>
1128 </listitem>
1129
1130 <listitem>
1131 <para>October 22, 2005</para>
1132 <itemizedlist>
1133 <listitem>
1134 <para>[archaic]: Upgrade to m4-1.4.4.</para>
1135 </listitem>
1136 </itemizedlist>
1137 </listitem>
1138
1139 <listitem>
1140 <para>October 21, 2005</para>
1141 <itemizedlist>
1142 <listitem>
1143 <para>[matt]: Upgrade to file-4.16.</para>
1144 </listitem>
1145 <listitem>
1146 <para>[matt]: Upgrade to man-pages 2.10.</para>
1147 </listitem>
1148 <listitem>
1149 <para>[matt]: Upgrade to ncurses 5.5.</para>
1150 </listitem>
1151 </itemizedlist>
1152 </listitem>
1153
1154 <listitem>
1155 <para>October 15, 2005</para>
1156 <itemizedlist>
1157 <listitem>
1158 <para>[matt]: Upgrade to man-pages 2.09.</para>
1159 </listitem>
1160 <listitem>
1161 <para>[matt]: Use an updated version of the Udev rules file
1162 (fixes bug 1639).</para>
1163 </listitem>
1164 <listitem>
1165 <para>[matt]: Add a cdrom group as required by the Udev rules
1166 file</para>
1167 </listitem>
1168 </itemizedlist>
1169 </listitem>
1170
1171 <listitem>
1172 <para>October 9, 2005</para>
1173 <itemizedlist>
1174 <listitem>
1175 <para>[matt]: Emphasise the fact that one must delete the source
1176 directory after each package has been installed. Fixes bug 1638.
1177 Thanks to Chris Staub.</para>
1178 </listitem>
1179 </itemizedlist>
1180 </listitem>
1181
1182 <listitem>
1183 <para>October 8, 2005</para>
1184 <itemizedlist>
1185 <listitem>
1186 <para>[archaic]: Added patch to fix poor tempfile creation in
1187 Texinfo-4.8 that can lead to a symlink attack.</para>
1188 </listitem>
1189 <listitem>
1190 <para>[matt]: Upgrade to iproute2-051007.</para>
1191 </listitem>
1192 </itemizedlist>
1193 </listitem>
1194
1195 <listitem>
1196 <para>October 7, 2005</para>
1197 <itemizedlist>
1198 <listitem>
1199 <para>[matt]: Upgrade to gcc-4.0.2.</para>
1200 </listitem>
1201 </itemizedlist>
1202 </listitem>
1203
1204 <listitem>
1205 <para>October 4, 2005</para>
1206 <itemizedlist>
1207 <listitem>
1208 <para>[matt]: Prevent GCC from running the <command>fixincludes</command>
1209 script in chapter5 pass2 and chapter 6 (fixes bug 1636). Thanks to Tushar
1210 and Greg for their contributions on this issue.</para>
1211 </listitem>
1212 </itemizedlist>
1213 </listitem>
1214
1215 <listitem>
1216 <para>September 29, 2005</para>
1217 <itemizedlist>
1218 <listitem>
1219 <para>[matt]: Add more explicit reader prerequisites (fixes
1220 bug 1629).</para>
1221 </listitem>
1222 <listitem>
1223 <para>[matt]: Add <option>-v</option> to commands that accept it
1224 (fixes bug 1612).</para>
1225 </listitem>
1226 </itemizedlist>
1227 </listitem>
1228
1229 <listitem>
1230 <para>September 26, 2005</para>
1231 <itemizedlist>
1232 <listitem>
1233 <para>[matt]: Upgrade to man-pages-2.08.</para>
1234 </listitem>
1235 </itemizedlist>
1236 </listitem>
1237
1238 <listitem>
1239 <para>September 24, 2005</para>
1240 <itemizedlist>
1241 <listitem>
1242 <para>[matt]: Upgrade to gawk-3.1.5.</para>
1243 </listitem>
1244 <listitem>
1245 <para>[matt]: Upgrade to man-1.6b.</para>
1246 </listitem>
1247 <listitem>
1248 <para>[matt]: Upgrade to util-linux-2.12r.</para>
1249 </listitem>
1250 </itemizedlist>
1251 </listitem>
1252
1253 <listitem>
1254 <para>September 20, 2005</para>
1255 <itemizedlist>
1256 <listitem>
1257 <para>[matt]: Upgrade to bison-2.1.</para>
1258 </listitem>
1259 </itemizedlist>
1260 </listitem>
1261
1262 <listitem>
1263 <para>September 17, 2005</para>
1264 <itemizedlist>
1265 <listitem>
1266 <para>[matt]: Upgrade to udev-070 and remove the unnecessary
1267 &quot;udevdir=/dev&quot; parameter.</para>
1268 </listitem>
1269 <listitem>
1270 <para>[matt]: Added patch for coreutils to improve echo's POSIX
1271 and bash compatibility and to recognise &quot;\xhh&quot; syntax
1272 as required by the test suite in udev-069 and later.</para>
1273 </listitem>
1274 </itemizedlist>
1275 </listitem>
1276
1277 <listitem>
1278 <para>September 15, 2005</para>
1279 <itemizedlist>
1280 <listitem>
1281 <para>[archaic]: Added patch for util-linux to prevent a umount
1282 vulnerability.</para>
1283 </listitem>
1284 </itemizedlist>
1285 </listitem>
1286
1287 <listitem>
1288 <para>September 8, 2005</para>
1289 <itemizedlist>
1290 <listitem>
1291 <para>[jhuntwork]: Upgrade to groff-1.19.2</para>
1292 </listitem>
1293 </itemizedlist>
1294 </listitem>
1295
1296 <listitem>
1297 <para>September 6, 2005</para>
1298 <itemizedlist>
1299 <listitem>
1300 <para>[ken]: Reworded the glibc text to expect test failures.</para>
1301 </listitem>
1302 </itemizedlist>
1303 </listitem>
1304
1305 <listitem>
1306 <para>September 5, 2005</para>
1307 <itemizedlist>
1308 <listitem>
1309 <para>[ken]: Add patch to fix some of the math tests in glibc.</para>
1310 </listitem>
1311 </itemizedlist>
1312 </listitem>
1313
1314 <listitem><para>September 4, 2005</para>
1315 <itemizedlist>
1316 <listitem>
1317 <para>[matt]: Add patch to stop <command>cfdisk</command> segfaulting
1318 when invoked on devices with partitions that don't contain an ext2,
1319 ext3, xfs or jfs filesystem (see bug 1604)</para>
1320 </listitem>
1321 <listitem>
1322 <para>[matt]: Upgrade to libtool-1.5.20</para>
1323 </listitem>
1324 <listitem>
1325 <para>[matt]: Upgrade to findutils-4.2.25</para>
1326 </listitem>
1327 </itemizedlist>
1328 </listitem>
1329
1330 <listitem>
1331 <para>September 2, 2005</para>
1332 <itemizedlist>
1333 <listitem>
1334 <para>[matt]: The optimization flag for util-linux comes from
1335 <filename>configure</filename> rather than <filename>MCONFIG</filename>,
1336 so adjust the <command>sed</command> in order for the segfault fix
1337 to actually work.</para>
1338 </listitem>
1339 <listitem>
1340 <para>[matt]: Avoid the potential race condition when invoking
1341 <command>find</command> to remove GCC's fixed headers.</para>
1342 </listitem>
1343 </itemizedlist>
1344 </listitem>
1345
1346 <listitem>
1347 <para>August 30th, 2005</para>
1348 <itemizedlist>
1349 <listitem>
1350 <para>[matt]: Work around a segfault in cfdisk by compiling with -O
1351 instead of the default -O2 optimization setting (fixes bug 1604).</para>
1352 </listitem>
1353 <listitem>
1354 <para>[matt]: Update the inetutils patch to use the upstream fix
1355 for GCC-4.x compilation problems (fixes bug 1602).</para>
1356 </listitem>
1357 <listitem>
1358 <para>[matt]: Upgrade to shadow-2.0.12</para>
1359 </listitem>
1360 <listitem>
1361 <para>[ken]: Remove <command>sed -i</command> commands from
1362 gcc-pass2.</para>
1363 </listitem>
1364 </itemizedlist>
1365 </listitem>
1366
1367 <listitem>
1368 <para>August 28th, 2005</para>
1369 <itemizedlist>
1370 <listitem>
1371 <para>[jhuntwork]: Adjusted tar commands in Bash and Glibc chapter 6
1372 builds for consistency</para>
1373 </listitem>
1374 </itemizedlist>
1375 </listitem>
1376
1377 <listitem>
1378 <para>August 23rd, 2005</para>
1379 <itemizedlist>
1380 <listitem>
1381 <para>[matt]: <command>find</command> may fail due to a race
1382 condition when deleting files. Remove the &amp;&amp; construct in
1383 chapter05/adjusting.xml so that the rest of the commands for removing
1384 fixed headers will be executed (fixes bug 1621).</para>
1385 </listitem>
1386 <listitem>
1387 <para>[matt]: Install Udev's documentation relating to configuring
1388 rules (fixes bug 1622)</para>
1389 </listitem>
1390 <listitem>
1391 <para>[matt]: Upgrade to Man-1.6a</para>
1392 </listitem>
1393 </itemizedlist>
1394 </listitem>
1395
1396 <listitem>
1397 <para>August 20th, 2005</para>
1398 <itemizedlist>
1399 <listitem>
1400 <para>[matt]: Stop moving some of coreutils binaries to /bin as
1401 they aren't required to be there (fixes bug 1620).</para>
1402 </listitem>
1403 </itemizedlist>
1404 </listitem>
1405
1406 <listitem>
1407 <para>August 19th, 2005</para>
1408 <itemizedlist>
1409 <listitem>
1410 <para>[matt]: Upgrade to Udev-068</para>
1411 </listitem>
1412 <listitem>
1413 <para>[matt]: Upgrade to IANA-etc-2.00</para>
1414 </listitem>
1415 <listitem>
1416 <para>[matt]: Upgrade to file-4.15</para>
1417 </listitem>
1418 </itemizedlist>
1419 </listitem>
1420
1421 <listitem>
1422 <para>August 18th, 2005</para>
1423 <itemizedlist>
1424 <listitem>
1425 <para>[matt]: Simplify the method for finding where GCC's default
1426 specs file and private include directory live. Additionally, don't
1427 assume the host's sed supports the -i switch.</para>
1428 </listitem>
1429 <listitem>
1430 <para>[ken]: Add a patch to sanitise bzgrep's handling of
1431 filenames.</para>
1432 </listitem>
1433 </itemizedlist>
1434 </listitem>
1435
1436 <listitem>
1437 <para>August 16th, 2005</para>
1438 <itemizedlist>
1439 <listitem>
1440 <para>[matt]: Install sed's man page to /usr/share/doc/sed-4.1.4
1441 instead of /usr/share/doc (fixes bug 1600).</para>
1442 </listitem>
1443 <listitem>
1444 <para>[matt]: Upgraded to linux-2.6.12.5.</para>
1445 </listitem>
1446 </itemizedlist>
1447 </listitem>
1448
1449 <listitem>
1450 <para>August 15th, 2005</para>
1451 <itemizedlist>
1452 <listitem>
1453 <para>[matt]: Alter the GCC -fomit-frame-pointer sed to protect
1454 from multiple invocations (Greg Schafer)</para>
1455 </listitem>
1456 </itemizedlist>
1457 </listitem>
1458
1459 <listitem>
1460 <para>August 14th, 2005</para>
1461 <itemizedlist>
1462 <listitem>
1463 <para>[ken]: Upgrade shadow to 4.0.11.1 with --enable-shadowgrp as
1464 advised by Greg Schafer.</para>
1465 </listitem>
1466 <listitem>
1467 <para>[matt]: Mention the common libmudflap test failures in GCC
1468 (fixes bug 1615).</para>
1469 </listitem>
1470 <listitem>
1471 <para>[matt]: Added patch to install documentation for bzip2 (fixes
1472 bug 1603).</para>
1473 </listitem>
1474 <listitem>
1475 <para>[matt]: Upgrade to linux-2.6.12.4.</para>
1476 </listitem>
1477 <listitem>
1478 <para>[matt]: Add sed to chapter05/gcc-pass2 and chapter06/gcc to
1479 ensure they get built with -fomit-frame-pointer so it matches the
1480 bootstrap build in chapter05/gcc-pass1 (fixes bug 1609).</para>
1481 </listitem>
1482 <listitem>
1483 <para>[matt]: Upgrade to udev-067 including a fix for the failing
1484 test (bug 1611).</para>
1485 </listitem>
1486 </itemizedlist>
1487 </listitem>
1488
1489 <listitem>
1490 <para>August 12th, 2005</para>
1491 <itemizedlist>
1492 <listitem>
1493 <para>[matt]: Explain that libiconv isn't required on an LFS
1494 system (fixes bug 1614).</para>
1495 </listitem>
1496 <listitem>
1497 <para>[matt]: Fix ownership of libtool's libltdl data files
1498 (fixes bug 1601).</para>
1499 </listitem>
1500 <listitem>
1501 <para>[matt]: Change findutils and vim's configure switch explanations
1502 to the convention used in the rest of the book (Bug 1613).</para>
1503 </listitem>
1504 <listitem>
1505 <para>[matt]: Expand explanation of device node creation at the start
1506 of chapter 6.</para>
1507 </listitem>
1508 <listitem>
1509 <para>[matt]: Fix incorrect version number for expect's installed
1510 library (Bug 1608)</para>
1511 </listitem>
1512 </itemizedlist>
1513 </listitem>
1514
1515 <listitem>
1516 <para>August 7th, 2005</para>
1517 <itemizedlist>
1518 <listitem>
1519 <para>[archaic]: Added note in Shadow regarding building Cracklib
1520 from BLFS first.</para>
1521 </listitem>
1522 </itemizedlist>
1523 </listitem>
1524
1525 <listitem>
1526 <para>August 6th, 2005</para>
1527 <itemizedlist>
1528 <listitem>
1529 <para>[matt]: Add texi2pdf to list of Texinfo's installed files.</para>
1530 </listitem>
1531 <listitem>
1532 <para>[matt]: Updated Vim's security patch to address the latest
1533 modeline vulnerability.</para>
1534 </listitem>
1535 </itemizedlist>
1536 </listitem>
1537
1538 <listitem>
1539 <para>July 30th, 2005</para>
1540 <itemizedlist>
1541 <listitem>
1542 <para>[matt]: Added instructions for installing Bash documentation
1543 (Randy McMurchy).</para>
1544 </listitem>
1545 <listitem>
1546 <para>[matt]: Remove GCC linkonce patch from chapter03/patches.xml
1547 as it's no longer used in the book</para>
1548 </listitem>
1549 </itemizedlist>
1550 </listitem>
1551
1552 <listitem>
1553 <para>July 29th, 2005</para>
1554 <itemizedlist>
1555 <listitem>
1556 <para>[manuel]: Removed the text about defining gvimrc.</para>
1557 </listitem>
1558 </itemizedlist>
1559 </listitem>
1560
1561 <listitem>
1562 <para>July 28th, 2005</para>
1563 <itemizedlist>
1564 <listitem>
1565 <para>[matt]: Add GCC-4 related patch for kbd</para>
1566 </listitem>
1567 <listitem>
1568 <para>[matt]: Add GCC-4 related patch for inetutils</para>
1569 </listitem>
1570 <listitem>
1571 <para>[matt]: Remove the note regarding a known test failure in GRUB.
1572 The test no longer fails under GCC-4</para>
1573 </listitem>
1574 <listitem>
1575 <para>[matt]: Add GCC-4 related patch to chapter06 tar</para>
1576 </listitem>
1577 </itemizedlist>
1578 </listitem>
1579
1580 <listitem>
1581 <para>July 27th, 2005</para>
1582 <itemizedlist>
1583 <listitem>
1584 <para>[matt]: Don't define gvim's configuration file as we don't
1585 compile gvim in LFS (Bruce Dubbs).</para>
1586 </listitem>
1587 </itemizedlist>
1588 </listitem>
1589
1590 <listitem>
1591 <para>July 26th, 2005</para>
1592 <itemizedlist>
1593 <listitem>
1594 <para>[matt]: Remove <quote>groups</quote> from the list of programs
1595 installed by shadow, as we use the version provided by coreutils
1596 instead (Randy McMurchy).</para>
1597 </listitem>
1598 <listitem>
1599 <para>[matt]: Updated to mktemp-1.5-add_tempfile-3.patch, which adds
1600 license and copyright information to the previous version.</para>
1601 </listitem>
1602 </itemizedlist>
1603 </listitem>
1604
1605 <listitem>
1606 <para>July 23rd, 2005</para>
1607 <itemizedlist>
1608 <listitem>
1609 <para>[matt]: Moved FORMER_CONTRIBUTORS information into the book,
1610 so as people can actually see it. The space constraint argument in
1611 that file was weak - it only added another 10 lines to a 255 page
1612 document (PDF). Now at least we <emphasis>publically</emphasis>
1613 acknowledge the efforts of previous contributors.</para>
1614 </listitem>
1615 <listitem>
1616 <para>[matt]: Updated to man-pages-2.07.</para>
1617 </listitem>
1618 <listitem>
1619 <para>[matt]: Updated to zlib-1.2.3.</para>
1620 </listitem>
1621 </itemizedlist>
1622 </listitem>
1623
1624 <listitem>
1625 <para>July 22nd, 2005</para>
1626 <itemizedlist>
1627 <listitem>
1628 <para>[manuel]: Added obfuscate.sh and modified the Makefile to
1629 obfuscate e-mail addresses in XHTML output.</para>
1630 </listitem>
1631 </itemizedlist>
1632 </listitem>
1633
1634 <listitem>
1635 <para>July 21st, 2005</para>
1636 <itemizedlist>
1637 <listitem>
1638 <para>[matt]: Add GCC-4 related patches to chapter06 glibc</para>
1639 </listitem>
1640 <listitem>
1641 <para>[matt]: Unset the GCC_INCLUDEDIR variable once it's no longer
1642 needed.</para>
1643 </listitem>
1644 </itemizedlist>
1645 </listitem>
1646
1647 <listitem>
1648 <para>July 19th, 2005</para>
1649 <itemizedlist>
1650 <listitem>
1651 <para>[matt]: Removed flex++ from the list of installed files, as
1652 it is no longer present (Randy McMurchy)</para>
1653 </listitem>
1654 </itemizedlist>
1655 </listitem>
1656
1657 <listitem>
1658 <para>July 18th, 2005</para>
1659 <itemizedlist>
1660 <listitem>
1661 <para>[matt]: Re-added the explanation of the fixincludes process
1662 and rewording where necessary (Chris Staub), and reworded description
1663 of the specs patch.</para>
1664 </listitem>
1665 <listitem>
1666 <para>[matt]: Remove all host headers brought in via the fixincludes
1667 process, not just pthread.h and sigaction.h</para>
1668 </listitem>
1669 </itemizedlist>
1670 </listitem>
1671
1672 <listitem>
1673 <para>July 17th, 2005</para>
1674 <itemizedlist>
1675 <listitem>
1676 <para>[matt]: Slightly adjusted the specs file seds, to prevent
1677 multiple seds from adversely affecting them.</para>
1678 </listitem>
1679 <listitem>
1680 <para>[matt]: Removed the fixincludes sed from gcc-pass1 as we may
1681 need to fix up host's headers. Also reinstate the associated removal
1682 of pthread.h and sigthread.h.</para>
1683 </listitem>
1684 </itemizedlist>
1685 </listitem>
1686
1687 <listitem>
1688 <para>July 16th, 2005</para>
1689 <itemizedlist>
1690 <listitem>
1691 <para>[jhuntwork]: Added sed to chapter 5 gcc builds to force the
1692 fixincludes to use the headers in /tools and not the host.</para>
1693 </listitem>
1694 <listitem>
1695 <para>[jhuntwork]: Removed no_fixincludes and linkonce patches for
1696 gcc4. Also removed the command to remove the fixed pthread.h.</para>
1697 </listitem>
1698 <listitem>
1699 <para>[jhuntwork]: Fixed adjusting toolchain sed for both chapters
1700 5 and 6.</para>
1701 </listitem>
1702 </itemizedlist>
1703 </listitem>
1704
1705 <listitem>
1706 <para>July 15th, 2005</para>
1707 <itemizedlist>
1708 <listitem>
1709 <para>[matt]: Updated to Linux-2.6.12.3.</para>
1710 </listitem>
1711 <listitem>
1712 <para>[matt]: Added a patch to enable tar to build with gcc-4.0.1</para>
1713 </listitem>
1714 <listitem>
1715 <para>[matt]: GCC-4.x no longer installs its specs file by default.
1716 Alter the toolchain adjustment stage to first dump the specs file
1717 where GCC will find it, then alter it.</para>
1718 </listitem>
1719 <listitem>
1720 <para>[matt]: Added patches for chapter 5's Glibc to build with
1721 gcc-4.0.1</para>
1722 </listitem>
1723 <listitem>
1724 <para>[matt]: Updated to gcc-4.0.1.</para>
1725 </listitem>
1726 <listitem>
1727 <para>[matt]: Updated to udev-063.</para>
1728 </listitem>
1729 </itemizedlist>
1730 </listitem>
1731
1732 <listitem>
1733 <para>July 13th, 2005</para>
1734 <itemizedlist>
1735 <listitem>
1736 <para>[matt]: Updated to automake-1.9.6.</para>
1737 </listitem>
1738 </itemizedlist>
1739 </listitem>
1740
1741 <listitem>
1742 <para>July 8th, 2005</para>
1743 <itemizedlist>
1744 <listitem>
1745 <para>[matt]: Updated to udev-062.</para>
1746 </listitem>
1747 <listitem>
1748 <para>[matt]: Updated to linux-libc-headers-2.6.12.0.</para>
1749 </listitem>
1750 <listitem>
1751 <para>[matt]: Updated to linux-2.6.12.2.</para>
1752 </listitem>
1753 <listitem>
1754 <para>[matt]: Updated to shadow-4.0.10.</para>
1755 </listitem>
1756 <listitem>
1757 <para>[matt]: Updated to iana-etc-1.10.</para>
1758 </listitem>
1759 </itemizedlist>
1760 </listitem>
1761
1762 <listitem>
1763 <para>July 6th, 2005</para>
1764 <itemizedlist>
1765 <listitem>
1766 <para>[archaic]: Pulled the inetutils kernel header patch out again
1767 as it is not needed.</para>
1768 </listitem>
1769 <listitem>
1770 <para>[matt]: Updated to e2fsprogs-1.38.</para>
1771 </listitem>
1772 <listitem>
1773 <para>[matt]: Updated to binutils-2.16.1.</para>
1774 </listitem>
1775 </itemizedlist>
1776 </listitem>
1777
1778 <listitem>
1779 <para>July 5th, 2005</para>
1780 <itemizedlist>
1781 <listitem>
1782 <para>[matt]: Updated to tcl-8.4.11.</para>
1783 </listitem>
1784 <listitem>
1785 <para>[matt]: Updated to man-1.6.</para>
1786 </listitem>
1787 <listitem>
1788 <para>[matt]: Updated to file 4.14.</para>
1789 </listitem>
1790 <listitem><para>[matt]: Updated to man-pages 2.05.</para>
1791 </listitem>
1792 </itemizedlist>
1793 </listitem>
1794
1795 <listitem>
1796 <para>June 12th, 2005</para>
1797 <itemizedlist>
1798 <listitem>
1799 <para>[matt]: Upgraded to gettext-0.14.5.</para>
1800 </listitem>
1801 <listitem>
1802 <para>[matt]: Upgraded to perl-5.8.7.</para>
1803 </listitem>
1804 <listitem>
1805 <para>[matt]: Upgraded to tcl-8.4.10.</para>
1806 </listitem>
1807 <listitem>
1808 <para>[matt]: Upgraded to man-pages-2.03.</para>
1809 </listitem>
1810 </itemizedlist>
1811 </listitem>
1812
1813 <listitem>
1814 <para>May 24th, 2005</para>
1815 <itemizedlist>
1816 <listitem>
1817 <para>[jim]: Changed gcc-specs patch to -2.</para>
1818 </listitem>
1819 </itemizedlist>
1820 </listitem>
1821
1822 <listitem>
1823 <para>May 23nd, 2005</para>
1824 <itemizedlist>
1825 <listitem>
1826 <para>[jim]: Changed changelog to use version entities.</para>
1827 </listitem>
1828 </itemizedlist>
1829 </listitem>
1830
1831 <listitem>
1832 <para>May 22nd, 2005</para>
1833 <itemizedlist>
1834 <listitem>
1835 <para>[matt]: Updated to Udev-058.</para>
1836 </listitem>
1837 <listitem>
1838 <para>[matt]: Updated to Libtool-1.5.18.</para>
1839 </listitem>
1840 <listitem>
1841 <para>[matt]: Updated to Gcc-3.4.4.</para>
1842 </listitem>
1843 <listitem>
1844 <para>[matt]: Updated to Binutils-2.16.</para>
1845 </listitem>
1846 </itemizedlist>
1847 </listitem>
1848
1849 <listitem>
1850 <para>May 15th, 2005</para>
1851 <itemizedlist>
1852 <listitem>
1853 <para>[matt]: Updated to Grub 0.97.</para>
1854 </listitem>
1855 <listitem>
1856 <para>[matt]: Updated to Libtool 1.5.16.</para>
1857 </listitem>
1858 <listitem>
1859 <para>[jim]: Updated to udev 057.</para>
1860 </listitem>
1861 </itemizedlist>
1862 </listitem>
1863
1864 <listitem>
1865 <para>April 14, 2005</para>
1866 <itemizedlist>
1867 <listitem>
1868 <para>[jim]: Updated to man-pages 2.02.</para>
1869 </listitem>
1870 </itemizedlist>
1871 </listitem>
1872
1873 <listitem>
1874 <para>April 13, 2005</para>
1875 <itemizedlist>
1876 <listitem>
1877 <para>[jim]: Updated to glibc 2.3.5.</para>
1878 </listitem>
1879 <listitem>
1880 <para>[jim]: Updated to gettext 0.14.4.</para>
1881 </listitem>
1882 </itemizedlist>
1883 </listitem>
1884
1885 <listitem>
1886 <para>April 12, 2005</para>
1887 <itemizedlist>
1888 <listitem>
1889 <para>[manuel]: Small redaction changes.</para>
1890 </listitem>
1891 </itemizedlist>
1892 </listitem>
1893
1894 <listitem>
1895 <para>April 11, 2005</para>
1896 <itemizedlist>
1897 <listitem>
1898 <para>[manuel]: Several tags and text corrections.</para>
1899 </listitem>
1900 </itemizedlist>
1901 </listitem>
1902
1903 <listitem>
1904 <para>April 6, 2005</para>
1905 <itemizedlist>
1906 <listitem>
1907 <para>[jim]: Removed IPRoute2 patch for a sed (Ryan Oliver).</para>
1908 </listitem>
1909 </itemizedlist>
1910 </listitem>
1911
1912 </itemizedlist>
1913
1914 <para>Branch frozen for LFS 6.1 as of April 5, 2005. Some packages
1915 and patches updates related with security up to July 9, 2005.</para>
1916
1917</sect1>
Note: See TracBrowser for help on using the repository browser.