source: chapter01/changelog.xml@ 4fa0347

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 4fa0347 was 4fa0347, checked in by Jeremy Huntwork <jhuntwork@…>, 18 years ago

Added patch to bring bash to 3.1.17.
Resolves ticket 1775.

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

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