source: chapter01/changelog.xml@ cf455b0e

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 12.2 12.2-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/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since cf455b0e was 81aee91, checked in by Archaic <archaic@…>, 18 years ago

Added patch to glibc to fix build errors in packages that include linux/types.h after sys/kd.h. Thanks to DJ for supplying the patch.

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

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