source: chapter01/changelog.xml@ 7f89db8

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.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 7f89db8 was 7f89db8, checked in by DJ Lucas <dj@…>, 16 years ago

Updated Man-DB text to account for recent Man-DB development. Many thanks to Alexander Patrakov for patientely guiding me through this.

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

  • Property mode set to 100644
File size: 37.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/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>2008-10-25</para>
41 <itemizedlist>
42 <listitem>
43 <para>[dj] - Updated the text on the Man-DB page to accout for recent
44 changes in Man-DB. Thanks to Alexander Patrakov for providing most
45 of the included text, explanations, and examples.</para>
46 </listitem>
47 </itemizedlist>
48 </listitem>
49
50 <listitem>
51 <para>2008-10-23</para>
52 <itemizedlist>
53 <listitem>
54 <para>[dj] - Updated to lfs-bootscritps-20081023 to account for
55 changes in the console page.</para>
56 </listitem>
57 <listitem>
58 <para>[dj] - Updated text in console page to match current situation
59 regarding linux kernel changes. Thanks to Alexander Patrakov for
60 the text and explanations.</para>
61 </listitem>
62 <listitem>
63 <para>[dj] - Updated Man-DB instructions and text covering manual
64 pages and related i18n issues.</para>
65 </listitem>
66 </itemizedlist>
67 </listitem>
68
69 <listitem>
70 <para>2008-10-22</para>
71 <itemizedlist>
72 <listitem>
73 <para>[dj] - Corrected chown command for coreutils testsuite.</para>
74 </listitem>
75 <listitem>
76 <para>[dj] - Updated to &coreutils-i18n-patch;. Thanks to Bryan
77 Kadzban for the suggested fix.</para>
78 </listitem>
79 </itemizedlist>
80 </listitem>
81
82 <listitem>
83 <para>2008-10-21</para>
84 <itemizedlist>
85 <listitem>
86 <para>[matthew] - Added dependency information for GMP and MPFR
87 packages. Thanks to Chris Staub for the patch. Also, removed
88 dependency information for Mktemp. Thanks to William Immendorf for
89 the report. Fixes #2218.</para>
90 </listitem>
91 <listitem>
92 <para>[dj] - Updated list of minimum installed locales for testsuite
93 coverage in Chapter 6 GLibc instructions.</para>
94 </listitem>
95 <listitem>
96 <para>[bdubbs] - Added ac_cv_func_working_mktime=yes to the configure
97 commands in gawk and bash to bypass the search for mktime. This
98 works around a change in gcc.</para>
99 </listitem>
100 <listitem>
101 <para>[bdubbs] - Added a note to the ifcfg script description in
102 iproute2 that it requires external programs.</para>
103 </listitem>
104 <listitem>
105 <para>[dj] - Added '--without-included-regex' to grep instrcutions
106 in order to force the use of glibc's regex library. This fixes the
107 -i switch for grep.</para>
108 </listitem>
109 <listitem>
110 <para>[dj] - Reintroduced the command to supress installation of the
111 vi_VN.TCVN locale as bash is still broken with it.</para>
112 </listitem>
113 <listitem>
114 <para>[dj] - Put Coreutils-i18n patch back into place.</para>
115 </listitem>
116 </itemizedlist>
117 </listitem>
118
119 <listitem>
120 <para>2008-10-20</para>
121 <itemizedlist>
122 <listitem>
123 <para>[jhuntwork] - GCC 4.3.2 uses a new directory for fixed includes. Fixed
124 the adjust toolchain scripts to point to the new location.</para>
125 </listitem>
126 </itemizedlist>
127 </listitem>
128
129 <listitem>
130 <para>2008-10-19</para>
131 <itemizedlist>
132 <listitem>
133 <para>[bdubbs] - Added a note to the Host System Requirements that the
134 Linux host must be a 32-bit system and that the book only supports
135 a 32-bit build.</para>
136 </listitem>
137 <listitem>
138 <para>[randy] - Updated the book to use 4.13a as the Texinfo version,
139 even though the tarball is exactly the same as the previous 4.13
140 version.</para>
141 </listitem>
142 <listitem>
143 <para>[randy] - Removed an unnecessary command from the Chapter 5
144 Perl instructions.</para>
145 </listitem>
146 <listitem>
147 <para>[bdubbs] - Updated the discussion in Chapter 1 explaining that the
148 LiveCD is out of date.</para>
149 </listitem>
150 <listitem>
151 <para>[bdubbs] - Added a paragraph to the note in the packages page
152 explaining that bandwidth can be saved when making multiple updates within a
153 minor kernel release by downloading a base version and patches.</para>
154 </listitem>
155 </itemizedlist>
156 </listitem>
157
158 <listitem>
159 <para>2008-10-18</para>
160 <itemizedlist>
161 <listitem>
162 <para>[jhuntwork] - Fixed build locations of m4 so that it links against the
163 glibc built in /tools and so that no packages in chapter 6 hard-code references
164 to the temporary location. Also made m4 a host requirement.</para>
165 </listitem>
166 </itemizedlist>
167 </listitem>
168
169 <listitem>
170 <para>2008-10-15</para>
171 <itemizedlist>
172 <listitem>
173 <para>[bdubbs] - Added --disable-libssp to glibc Pass 1 in Chapter 5
174 to eliminate a build failure on some systems.</para>
175 </listitem>
176 <listitem>
177 <para>[dj] - Updated to udev-config-20081015.</para>
178 </listitem>
179 <listitem>
180 <para>[dj] - Modified udev instructions following upstream
181 recommendations.</para>
182 </listitem>
183 </itemizedlist>
184 </listitem>
185
186 <listitem>
187 <para>2008-10-13</para>
188 <itemizedlist>
189 <listitem>
190 <para>[randy] - Modified the Chapter 5 instructions so that instead
191 of building the GMP and MPFR packages separately for GCC Pass2, they
192 are built by GCC internally.</para>
193 </listitem>
194 <listitem>
195 <para>[randy] - Added a configure option to the Chapter 6 Gettext
196 instructions so that the documentation is installed in a versioned
197 directory.</para>
198 </listitem>
199 </itemizedlist>
200 </listitem>
201
202 <listitem>
203 <para>2008-10-12</para>
204 <itemizedlist>
205 <listitem>
206 <para>[dj] - Updated to E2fsprogs-1.41.2.</para>
207 </listitem>
208 <listitem>
209 <para>[dj] - Corrected installation prefixes of Iproute2
210 package with DESTDIR and MANDIR paths. Thanks to Steffen Pankratz
211 for the fix.</para>
212 </listitem>
213 <listitem>
214 <para>[randy] - Modified the Chapter 6 GMP instructions to include a
215 method for determining all the tests in the test suite passed.</para>
216 </listitem>
217 <listitem>
218 <para>[randy] - Modified the GCC search for correct headers command
219 to account for the new include-fixed directory.</para>
220 </listitem>
221 <listitem>
222 <para>[randy] - Added a patch to the Chapter 6 Binutils instructions
223 to correct some errors in the test suite.</para>
224 </listitem>
225 <listitem>
226 <para>[dj] - Corrected installation of udev rule files.</para>
227 </listitem>
228 <listitem>
229 <para>[randy] - Moved the Chapter 6 M4 installation into alphabetical
230 order as it is installed in Chapter 5 now and therefore doesn't need
231 to precede the Bison installation.</para>
232 </listitem>
233 <listitem>
234 <para>[randy] - Moved the Chapter 5 M4 installation to before GCC
235 Pass1 so that the internal GCC build of GMP will not fail in case
236 M4 doesn't exist on the host. Also updated GCC's dependencies to
237 reflect GMP and MPFR.</para>
238 </listitem>
239 <listitem>
240 <para>[dj] - Changed Chapter 5 GCC Pass 1 build to static. Thanks to
241 Jeremy Huntwork for the suggestion and supporting text.</para>
242 </listitem>
243 <listitem>
244 <para>[dj] - Added note to Chapter 6 GCC about the new include-fixed
245 directory and changed the sample output to match.</para>
246 </listitem>
247 <listitem>
248 <para>[dj] - Added instruction to keep Chapter 5 Glibc from honoring
249 /etc/ld.so.preload. Thanks to Alexander Patrakov for the fix.</para>
250 </listitem>
251 <listitem>
252 <para>[randy] - Added descriptions of the configure options used
253 in the GMP instructions and updated the installed library
254 descriptions.</para>
255 </listitem>
256 </itemizedlist>
257 </listitem>
258
259 <listitem>
260 <para>2008-10-11</para>
261 <itemizedlist>
262 <listitem>
263 <para>[dj] - Removed the Chapter 5 Glibc test suite information as
264 it requires a working C++ compiler to run.</para>
265 </listitem>
266 <listitem>
267 <para>[randy] - Added three configure parameters to the Chapter 6
268 Util-linux-ng instructions so that additional programs are
269 installed. Also updated the installed programs list.</para>
270 </listitem>
271 <listitem>
272 <para>[randy] - Added a sed command to the Sysvinit instructions to
273 suppress the installation of the wall program and its man page as a
274 maintained version of this program is installed by
275 Util-linux-ng.</para>
276 </listitem>
277 <listitem>
278 <para>[randy] - Added commands to the Chapter 6 Binutils instructions
279 to suppress the installation of standards.info. Thanks to Greg
280 Schafer for contributing the fix.</para>
281 </listitem>
282 <listitem>
283 <para>[randy] - Added a patch to the Procps instructions to fix a
284 unicode related issue in the watch program.</para>
285 </listitem>
286 <listitem>
287 <para>[randy] - Added documentation installation commands to the
288 Chapter 6 Kbd instructions.</para>
289 </listitem>
290 <listitem>
291 <para>[randy] - Modified the IPRoute2 installation command so that the
292 docs are installed in a versioned directory.</para>
293 </listitem>
294 <listitem>
295 <para>[randy] - Modified the Groff installation command so that the
296 docs are installed in a standardized versioned directory.</para>
297 </listitem>
298 <listitem>
299 <para>[randy] - Added documentation installation commands to the
300 Chapter 6 Gawk instructions.</para>
301 </listitem>
302 <listitem>
303 <para>[randy] - Added commands to the Chapter 6 Flex instructions
304 to install a .pdf doc file.</para>
305 </listitem>
306 <listitem>
307 <para>[randy] - Added a parameter to the configure command in the
308 Automake instructions so that docs are installed in a versioned
309 directory.</para>
310 </listitem>
311 <listitem>
312 <para>[randy] - Updated Module-Init-Tools to 3.4.1.</para>
313 </listitem>
314 <listitem>
315 <para>[randy] - Added documentation installation commands to the
316 Chapter 6 Readline instructions.</para>
317 </listitem>
318 <listitem>
319 <para>[randy] - Added documentation installation commands to the
320 Chapter 6 Ncurses instructions.</para>
321 </listitem>
322 </itemizedlist>
323 </listitem>
324
325 <listitem>
326 <para>2008-10-10</para>
327 <itemizedlist>
328 <listitem>
329 <para>[randy] - Added documentation enhancements to the E2fsprogs
330 package.</para>
331 </listitem>
332 <listitem>
333 <para>[randy] - Removed an unnecessary parameter from the
334 Util-linux-ng Chapter 6 make command. Thanks to Greg Schafer for
335 pointing it out.</para>
336 </listitem>
337 <listitem>
338 <para>[randy] - Updated the Perl instructions. Thanks to Greg Schafer
339 for pointing out the issues. This change also required that the Zlib
340 package is built right before the Perl package in Chapter 6.</para>
341 </listitem>
342 <listitem>
343 <para>[randy] - Updated Vim to 7.2.</para>
344 </listitem>
345 <listitem>
346 <para>[randy] - Updated Udev to 130.</para>
347 </listitem>
348 </itemizedlist>
349 </listitem>
350
351 <listitem>
352 <para>2008-10-09</para>
353 <itemizedlist>
354 <listitem>
355 <para>[randy] - Updated File to 4.26</para>
356 </listitem>
357 <listitem>
358 <para>[randy] - Updated Shadow to 4.1.2.1.</para>
359 </listitem>
360 <listitem>
361 <para>[randy] - Updated Man-DB to 2.5.2.</para>
362 </listitem>
363 <listitem>
364 <para>[randy] - Updated Iproute to 2.6.26.</para>
365 </listitem>
366 <listitem>
367 <para>[randy] - Added a command to the Inetutils instructions to
368 correct an issue with GCC-&gcc-version;.</para>
369 </listitem>
370 </itemizedlist>
371 </listitem>
372
373 <listitem>
374 <para>2008-10-07</para>
375 <itemizedlist>
376 <listitem>
377 <para>[randy] - Updated Autoconf to 2.63.</para>
378 </listitem>
379 <listitem>
380 <para>[randy] - Updated Libtool to 2.2.6a.</para>
381 </listitem>
382 <listitem>
383 <para>[randy] - Corrected the instruction to untar the E2fsprogs
384 tarball in Section 2.3. Thanks to William Immendorf for pointing
385 out the error.</para>
386 </listitem>
387 <listitem>
388 <para>[randy] - Updated Berkeley DB to 4.7.25.</para>
389 </listitem>
390 <listitem>
391 <para>[randy] - Updated Man-pages to 3.11.</para>
392 </listitem>
393 <listitem>
394 <para>[randy] - Updated Util-linux-ng to 2.14.1.</para>
395 </listitem>
396 <listitem>
397 <para>[randy] - Updated Texinfo to 4.13.</para>
398 </listitem>
399 </itemizedlist>
400 </listitem>
401
402 <listitem>
403 <para>2008-10-06</para>
404 <itemizedlist>
405 <listitem>
406 <para>[robert] - Added -v to the cp command in the Chapter 5 Expect
407 instructions.</para>
408 </listitem>
409 <listitem>
410 <para>[randy] - Updated Tar to 1.20.</para>
411 </listitem>
412 <listitem>
413 <para>[randy] - Updated Perl to 5.10.0.</para>
414 </listitem>
415 <listitem>
416 <para>[randy] - Updated M4 to 1.4.11 and added it to the Chapter 5
417 build as it is required by the GMP package in Chapter 6.</para>
418 </listitem>
419 <listitem>
420 <para>[randy] - Updated Findutils to 4.4.0.</para>
421 </listitem>
422 </itemizedlist>
423 </listitem>
424
425 <listitem>
426 <para>2008-10-05</para>
427 <itemizedlist>
428 <listitem>
429 <para>[randy] - Updated E2fsprogs to 1.41.1.</para>
430 </listitem>
431 <listitem>
432 <para>[randy] - Added the Mktemp-1.5 package to the list of
433 removed items in the Chapter3 'What's new ...' page.</para>
434 </listitem>
435 <listitem>
436 <para>[randy] - Updated Coreutils to 6.12. Thanks to William
437 Immendorf for contributing a patch to add the mktemp program
438 information to the Coreutils page.</para>
439 </listitem>
440 <listitem>
441 <para>[randy] - Updated the Bash Fixes patch to the -8 version.</para>
442 </listitem>
443 <listitem>
444 <para>[randy] - Added a patch to the Expect instructions to fix an
445 issue with recent Tcl versions.</para>
446 </listitem>
447 <listitem>
448 <para>[randy] - Updated Tcl to 8.5.4.</para>
449 </listitem>
450 <listitem>
451 <para>[randy] - Updated the Linux kernel to 2.6.26.5.</para>
452 </listitem>
453 <listitem>
454 <para>[randy] - Updated Glibc to a 2.8 snapshot taken on
455 9/29/2008. The tarball of this snapshot includes the libidn
456 data that previously was separately packaged.</para>
457 </listitem>
458 <listitem>
459 <para>[randy] - Added the GMP and MPFR packages to the list of
460 packages in Chapter 3. Thanks to Lefteris Dimitroulakis for
461 pointing out the omission.</para>
462 </listitem>
463 </itemizedlist>
464 </listitem>
465
466 <listitem>
467 <para>2008-10-03</para>
468 <itemizedlist>
469 <listitem>
470 <para>[bdubbs] - Added version check for Perl in Host System
471 Requirements.</para>
472 </listitem>
473 <listitem>
474 <para>[randy] - Updated GCC to 4.3.2 which includes adding the
475 GMP-4.2.4 and MPFR-2.3.2 packages. This new version of GCC requires
476 the added packages. Thanks to DJ Lucas for the stimulus and initial
477 work resulting in this and all of the other package updates coming
478 up.</para>
479 </listitem>
480 </itemizedlist>
481 </listitem>
482
483 <listitem>
484 <para>2008-07-11</para>
485 <itemizedlist>
486 <listitem>
487 <para>[ken] - Belatedly fixed known vulnerabilities in perl.</para>
488 </listitem>
489 </itemizedlist>
490 </listitem>
491
492 <listitem>
493 <para>2008-06-03</para>
494 <itemizedlist>
495 <listitem>
496 <para>[bdubbs] - Added udev-config scripts to appendices.</para>
497 </listitem>
498 <listitem>
499 <para>[bdubbs] - Added lfs-bootscripts to appendices.</para>
500 </listitem>
501 <listitem>
502 <para>[bdubbs] - Updated license to Creative Commons with
503 extracted code under the MIT license.</para>
504 </listitem>
505 </itemizedlist>
506 </listitem>
507
508 <listitem>
509 <para>2008-05-23</para>
510 <itemizedlist>
511 <listitem>
512 <para>[bryan] - Install a few extra rules from the
513 etc/udev/packages directory in udev. Thanks to Dan
514 Nicholson for noticing the issue.</para>
515 </listitem>
516 </itemizedlist>
517 </listitem>
518
519 <listitem>
520 <para>2008-05-22</para>
521 <itemizedlist>
522 <listitem>
523 <para>[bryan] - Updated Udev to 122, udev-config to
524 20080522, and lfs-bootscripts to 20080522. Also made
525 persistent-net rules able to be pre-generated, using
526 udevadm test. Fixes #2057, #2079 (I think), #2170, and
527 #2186.</para>
528 </listitem>
529 </itemizedlist>
530 </listitem>
531
532 <listitem>
533 <para>2008-04-23</para>
534 <itemizedlist>
535 <listitem>
536 <para>[jhuntwork] - Use -mtune=native for glibc. We don't
537 want our libc optimized for 486. It should be optimized
538 for the local machine.</para>
539 </listitem>
540 <listitem>
541 <para>[jhuntwork] - Updated Autoconf to 2.62.</para>
542 </listitem>
543 <listitem>
544 <para>[jhuntwork] - Updated E2fsprogs to 1.40.8. Fixes #2173.
545 </para>
546 </listitem>
547 <listitem>
548 <para>[jhuntwork] - Fixed behavior in kbd where man pages
549 for optional programs that aren't built are installed.
550 Thanks Greg Schafer for spotting this.
551 </para>
552 </listitem>
553 <listitem>
554 <para>[jhuntwork] - Fixed kbd to install getkeycodes,
555 setkeycodes and resizecons. Also moved loadkeys to /bin from
556 /usr/bin. Thanks, Greg Schafer.</para>
557 </listitem>
558 </itemizedlist>
559 </listitem>
560
561 <listitem>
562 <para>2008-04-22</para>
563 <itemizedlist>
564 <listitem>
565 <para>[jhuntwork] - Updated Kbd to 1.14.1. Fixes #2162.</para>
566 </listitem>
567 <listitem>
568 <para>[jhuntwork] - Updated Flex to 2.5.35. Fixes #2179.</para>
569 </listitem>
570 </itemizedlist>
571 </listitem>
572
573 <listitem>
574 <para>2008-04-11</para>
575 <itemizedlist>
576 <listitem>
577 <para>[bdubbs] - Updated host requirments to check for
578 symbolic links from sh, awk, and yacc.</para>
579 </listitem>
580 </itemizedlist>
581 </listitem>
582
583 <listitem>
584 <para>2008-04-03</para>
585 <itemizedlist>
586 <listitem>
587 <para>[jhuntwork] - Suppress installation of uptime in coreutils.
588 Thanks to Randy McMurchy. Fixes #2133.</para>
589 </listitem>
590 <listitem>
591 <para>[jhuntwork] - Upgraded to iana-etc-2.30. Fixes #2174.</para>
592 </listitem>
593 <listitem>
594 <para>[jhuntwork] - Added patch for 256-byte inode support in GRUB.
595 Fixes #2161.</para>
596 </listitem>
597 </itemizedlist>
598 </listitem>
599
600 <listitem>
601 <para>2008-04-02</para>
602 <itemizedlist>
603 <listitem>
604 <para>[jhuntwork] - Updated to linux-2.6.24.4, fixes #2157.</para>
605 </listitem>
606 <listitem>
607 <para>[jhuntwork] - Added an upstream patch for db-4.6.21, thanks
608 Randy McMurchy for the report. Fixes #2164.</para>
609 </listitem>
610 </itemizedlist>
611 </listitem>
612
613 <listitem>
614 <para>2008-03-30</para>
615 <itemizedlist>
616 <listitem>
617 <para>[dnicholson] - Added <parameter>--sysconfdir</parameter>
618 parameter to Man-db's configure command so that
619 <filename>man_db.conf</filename> is installed in <filename
620 class="directory">/etc</filename>.</para>
621 </listitem>
622 </itemizedlist>
623 </listitem>
624
625 <listitem>
626 <para>2008-03-27</para>
627 <itemizedlist>
628 <listitem>
629 <para>[ken] - Updated bzip2 to 1.0.5, fixes CVE-2008-1372.</para>
630 </listitem>
631 </itemizedlist>
632 </listitem>
633
634 <listitem>
635 <para>2008-02-26</para>
636 <itemizedlist>
637 <listitem>
638 <para>[ken] - Corrected typo in name of ru-ms keymap.</para>
639 </listitem>
640 <listitem>
641 <para>[ken] - Updated Kbd to 1.13.</para>
642 </listitem>
643 </itemizedlist>
644 </listitem>
645
646 <listitem>
647 <para>2008-02-24</para>
648 <itemizedlist>
649 <listitem>
650 <para>[matthew] - Add --libexecdir parameter to Man-db's configure
651 command so that <command>globbing</command> and
652 <command>manconv</command> are installed into /usr/libexec/man-db.
653 Fixes <ulink url="&lfs-ticket-root;2153">#2153</ulink>. Also, remove
654 the --enable-mb-groff parameter, as this is now detected
655 automatically.</para>
656 </listitem>
657 </itemizedlist>
658 </listitem>
659
660 <listitem>
661 <para>2008-02-19</para>
662 <itemizedlist>
663 <listitem>
664 <para>[ken] - Updated Grep to 2.5.3, thanks to Matthew for the fix
665 for automated builds.</para>
666 </listitem>
667 <listitem>
668 <para>[ken] - Updated Flex to 2.5.34.</para>
669 </listitem>
670 <listitem>
671 <para>[ken] - Updated Module-Init-Tools to 3.4.</para>
672 </listitem>
673 </itemizedlist>
674 </listitem>
675
676 <listitem>
677 <para>2008-02-17</para>
678 <itemizedlist>
679 <listitem>
680 <para>[matthew] - Upgraded to latest upstream Vim patches.</para>
681 </listitem>
682 <listitem>
683 <para>[matthew] - Upgraded to Tcl-8.4.18. Fixes
684 <ulink url="&lfs-ticket-root;2146">#2146</ulink>.</para>
685 </listitem>
686 <listitem>
687 <para>[matthew] - Upgraded to Man-pages-2.78. Fixes
688 <ulink url="&lfs-ticket-root;2152">#2152</ulink>.</para>
689 </listitem>
690 <listitem>
691 <para>[matthew] - Upgraded to Man-DB-2.5.1. Fixes
692 <ulink url="&lfs-ticket-root;2148">#2148</ulink>.</para>
693 </listitem>
694 <listitem>
695 <para>[matthew] - Upgraded to Linux-2.6.24.2. Fixes
696 <ulink url="&lfs-ticket-root;2147">#2147</ulink>.</para>
697 </listitem>
698 <listitem>
699 <para>[matthew] - Now that <command>mktemp</command> is installed by
700 Coreutils in chapter 5, there is no need to fix up GCC's
701 <command>gccbug</command> in chapter 6. Thanks to Greg Schafer for
702 the report.</para>
703 </listitem>
704 <listitem>
705 <para>[matthew] - Upgraded to Findutils-4.2.33. Fixes
706 <ulink url="&lfs-ticket-root;2151">#2151</ulink>.</para>
707 </listitem>
708 <listitem>
709 <para>[matthew] - Upgraded to E2fsprogs-1.40.6. Fixes
710 <ulink url="&lfs-ticket-root;2149">#2149</ulink>.</para>
711 </listitem>
712 </itemizedlist>
713 </listitem>
714
715 <listitem>
716 <para>2008-02-07</para>
717 <itemizedlist>
718 <listitem>
719 <para>[matthew] - Added a patch to fix a known issue in the Automake
720 test suite. Fixes
721 <ulink url="&lfs-ticket-root;2143">#2143</ulink>.</para>
722 </listitem>
723 <listitem>
724 <para>[matthew] - Upgraded to Man-pages-2.77. Fixes
725 <ulink url="&lfs-ticket-root;2142">#2142</ulink>.</para>
726 </listitem>
727 <listitem>
728 <para>[matthew] - Upgraded to Libtool-1.5.26. Fixes
729 <ulink url="&lfs-ticket-root;2141">#2141</ulink>.</para>
730 </listitem>
731 <listitem>
732 <para>[matthew] - Upgraded to GCC-4.2.3. Fixes
733 <ulink url="&lfs-ticket-root;2140">#2140</ulink>.</para>
734 </listitem>
735 <listitem>
736 <para>[matthew] - Upgraded to Coreutils-6.10. Removed Mktemp-1.5 as
737 Coreutils provides its own implementation now. Removed the coreutils
738 binary suppression patch as the configure script can now be given a
739 list of programs not to install. Fixes
740 <ulink url="&lfs-ticket-root;2133">#2133</ulink>.</para>
741 </listitem>
742 <listitem>
743 <para>[matthew] - Upgraded to E2fsprogs-1.40.5. Fixes
744 <ulink url="&lfs-ticket-root;2138">#2138</ulink>.</para>
745 </listitem>
746 </itemizedlist>
747 </listitem>
748
749 <listitem>
750 <para>2008-01-29</para>
751 <itemizedlist>
752 <listitem>
753 <para>[matthew] - Upgraded to Linux-2.6.24. Fixes
754 <ulink url="&lfs-ticket-root;2137">#2137</ulink>.</para>
755 </listitem>
756 <listitem>
757 <para>[matthew] - Upgraded to Findutils-4.2.32. Fixes
758 <ulink url="&lfs-ticket-root;2136">#2136</ulink>.</para>
759 </listitem>
760 <listitem>
761 <para>[matthew] - Upgraded to Automake-1.10.1. Fixes
762 <ulink url="&lfs-ticket-root;2132">#2132</ulink>.</para>
763 </listitem>
764 </itemizedlist>
765 </listitem>
766
767 <listitem>
768 <para>2008-01-22</para>
769 <itemizedlist>
770 <listitem>
771 <para>[matthew] - Replaced Util-Linux-2.12r, with
772 Util-Linux-NG-2.13.1. Fixes
773 <ulink url="&lfs-ticket-root;2077">#2077</ulink>.</para>
774 </listitem>
775 <listitem>
776 <para>[matthew] - Upgraded to Tcl-8.4.17. Fixes
777 <ulink url="&lfs-ticket-root;2131">#2131</ulink>.</para>
778 </listitem>
779 <listitem>
780 <para>[matthew] - Upgraded to Man-Pages-2.76. Fixes
781 <ulink url="&lfs-ticket-root;2129">#2129</ulink>.</para>
782 </listitem>
783 <listitem>
784 <para>[matthew] - Upgraded to Linux-2.6.23.14. Fixes
785 <ulink url="&lfs-ticket-root;2128">#2128</ulink>.</para>
786 </listitem>
787 </itemizedlist>
788 </listitem>
789
790 <listitem>
791 <para>2008-01-19</para>
792 <itemizedlist>
793 <listitem>
794 <para>[matthew] - Add Perl to the list of host requirements, as it is
795 required by Glibc. Thanks to Ben Collver for the report. Fixes
796 <ulink url="&lfs-ticket-root;2112">#2112</ulink>.</para>
797 </listitem>
798 <listitem>
799 <para>[matthew] - Mention <command>strace</command> as another means
800 of logging installed files, and correct the URL of the Linux Standard
801 Base specifications. Fixes
802 <ulink url="&lfs-ticket-root;2073">#2073</ulink> and
803 <ulink url="&lfs-ticket-root;2130">#2130</ulink>.</para>
804 </listitem>
805 </itemizedlist>
806 </listitem>
807
808 <listitem>
809 <para>2008-01-04</para>
810 <itemizedlist>
811 <listitem>
812 <para>[matthew] - Upgraded to latest upstream fixes for Vim.</para>
813 </listitem>
814 <listitem>
815 <para>[matthew] - Upgraded to Less-418. Fixes
816 <ulink url="&lfs-ticket-root;2124">#2124</ulink>.</para>
817 </listitem>
818 <listitem>
819 <para>[matthew] - Upgraded to File-4.23. Fixes
820 <ulink url="&lfs-ticket-root;2125">#2125</ulink>.</para>
821 </listitem>
822 <listitem>
823 <para>[matthew] - Upgraded to E2fsprogs-1.40.4. Fixes
824 <ulink url="&lfs-ticket-root;2123">#2123</ulink>.</para>
825 </listitem>
826 </itemizedlist>
827 </listitem>
828
829 <listitem>
830 <para>2007-12-23</para>
831 <itemizedlist>
832 <listitem>
833 <para>[matthew] - Upgraded to latest upstream fixes for Readline.
834 Fixes <ulink url="&lfs-ticket-root;2122">#2122</ulink>.</para>
835 </listitem>
836 <listitem>
837 <para>[matthew] - Upgraded to Man-Pages-2.74. Fixes
838 <ulink url="&lfs-ticket-root;2119">#2119</ulink>.</para>
839 </listitem>
840 <listitem>
841 <para>[matthew] - Upgraded to Linux-2.6.23.12. Fixes
842 <ulink url="&lfs-ticket-root;2118">#2118</ulink>.</para>
843 </listitem>
844 <listitem>
845 <para>[matthew] - Upgraded to latest upstream fixes for Bash. Fixes
846 <ulink url="&lfs-ticket-root;2121">#2121</ulink>.</para>
847 </listitem>
848 </itemizedlist>
849 </listitem>
850
851 <listitem>
852 <para>2007-12-08</para>
853 <itemizedlist>
854 <listitem>
855 <para>[matthew] - Upgraded to latest upstream fixes for Vim. Fixes
856 <ulink url="&lfs-ticket-root;2108">#2108</ulink>.</para>
857 </listitem>
858 <listitem>
859 <para>[matthew] - Upgraded to Texinfo-4.11. Fixes
860 <ulink url="&lfs-ticket-root;2074">#2074</ulink>.</para>
861 </listitem>
862 <listitem>
863 <para>[matthew] - Upgraded to Psmisc-22.6. Fixes
864 <ulink url="&lfs-ticket-root;2104">#2104</ulink>.</para>
865 </listitem>
866 <listitem>
867 <para>[matthew] - Upgraded to Man-Pages-2.70. Fixes
868 <ulink url="&lfs-ticket-root;2110">#2110</ulink>.</para>
869 </listitem>
870 <listitem>
871 <para>[matthew] - Upgraded to Man-DB-2.5.0. Fixes
872 <ulink url="&lfs-ticket-root;2109">#2109</ulink>.</para>
873 </listitem>
874 <listitem>
875 <para>[matthew] - Upgraded to Linux-2.6.23.9. Fixes
876 <ulink url="&lfs-ticket-root;2106">#2106</ulink>.</para>
877 </listitem>
878 <listitem>
879 <para>[matthew] - Upgraded to Less-416. Fixes
880 <ulink url="&lfs-ticket-root;2105">#2105</ulink>.</para>
881 </listitem>
882 <listitem>
883 <para>[matthew] - Upgraded to Gettext-0.17. Fixes
884 <ulink url="&lfs-ticket-root;2103">#2103</ulink>.</para>
885 </listitem>
886 <listitem>
887 <para>[matthew] - Removed the modifications to Gawk's config.h as
888 Gawk-3.1.6 fixes the bug that they were working around. Fixes
889 <ulink url="&lfs-ticket-root;2107">#2107</ulink>. Thanks to Erik-Jan
890 for the report.</para>
891 </listitem>
892 <listitem>
893 <para>[matthew] - Removed the modifications to Gawk's config.h as
894 Gawk-3.1.6 fixes the bug that they were working around. Fixes
895 <ulink url="&lfs-ticket-root;2107">#2107</ulink>. Thanks to Erik-Jan
896 for the report.</para>
897 </listitem>
898 <listitem>
899 <para>[matthew] - Upgraded to E2fsprogs-1.40.3. Fixes
900 <ulink url="&lfs-ticket-root;2116">#2116</ulink>.</para>
901 </listitem>
902 </itemizedlist>
903 </listitem>
904
905 <listitem>
906 <para>2007-11-25</para>
907 <itemizedlist>
908 <listitem>
909 <para>[bdubbs] - Fixed test for Debian binutils.</para>
910 </listitem>
911 </itemizedlist>
912 </listitem>
913
914 <listitem>
915 <para>2007-10-29</para>
916 <itemizedlist>
917 <listitem>
918 <para>[bdubbs] - Removed obsolete note from Creating Symlinks section
919 about continuation lines in udev rules. Changed dailout group
920 to uucp for udev rule compatability.</para>
921 </listitem>
922 <listitem>
923 <para>[matthew] - Upgrade to the latest upstream patches for
924 Vim.</para>
925 </listitem>
926 <listitem>
927 <para>[matthew] - Add a patch to fix a segfault in usb_id.</para>
928 </listitem>
929 <listitem>
930 <para>[matthew] - Upgrade to Tcl-8.4.16. Fixes
931 <ulink url="&lfs-ticket-root;2084">#2084</ulink>.</para>
932 </listitem>
933 <listitem>
934 <para>[matthew] - Upgrade to Tar-1.19. Fixes
935 <ulink url="&lfs-ticket-root;2090">#2090</ulink>.</para>
936 </listitem>
937 <listitem>
938 <para>[matthew] - Upgrade to Man-Pages-2.67. Fixes
939 <ulink url="&lfs-ticket-root;2078">#2078</ulink>.</para>
940 </listitem>
941 <listitem>
942 <para>[matthew] - Upgrade to Linux-2.6.23.1. Fixes
943 <ulink url="&lfs-ticket-root;2088">#2088</ulink>.</para>
944 </listitem>
945 <listitem>
946 <para>[matthew] - Upgrade to Less-409. Fixes
947 <ulink url="&lfs-ticket-root;2087">#2087</ulink>.</para>
948 </listitem>
949 <listitem>
950 <para>[matthew] - Upgrade to IPRoute2-2.6.23. Fixes
951 <ulink url="&lfs-ticket-root;2091">#2091</ulink>.</para>
952 </listitem>
953 <listitem>
954 <para>[matthew] - Upgrade to Glibc-2.7. Fixes
955 <ulink url="&lfs-ticket-root;2095">#2095</ulink>.</para>
956 </listitem>
957 <listitem>
958 <para>[matthew] - Upgrade to GCC-4.2.2. Fixes
959 <ulink url="&lfs-ticket-root;2089">#2089</ulink>.</para>
960 </listitem>
961 <listitem>
962 <para>[matthew] - Upgrade to Gawk-3.1.6. Fixes
963 <ulink url="&lfs-ticket-root;2098">#2098</ulink>.</para>
964 </listitem>
965 <listitem>
966 <para>[matthew] - Upgrade to DB-4.6.21. Fixes
967 <ulink url="&lfs-ticket-root;2086">#2086</ulink>.</para>
968 </listitem>
969 </itemizedlist>
970 </listitem>
971
972 <listitem>
973 <para>2007-09-25</para>
974 <itemizedlist>
975 <listitem>
976 <para>[manuel] - More updates in dependencies list. Thanks to
977 Chris Staub for the patch.</para>
978 </listitem>
979 </itemizedlist>
980 </listitem>
981
982 <listitem>
983 <para>2007-09-23</para>
984 <itemizedlist>
985 <listitem>
986 <para>[manuel] - Updated dependencies list. Thanks to
987 Chris Staub for the patch.</para>
988 </listitem>
989 </itemizedlist>
990 </listitem>
991
992 <listitem>
993 <para>2007-09-21</para>
994 <itemizedlist>
995 <listitem>
996 <para>[manuel] - Fixed glibc-libidn tarball extension.</para>
997 </listitem>
998 </itemizedlist>
999 </listitem>
1000
1001 <listitem>
1002 <para>2007-09-18</para>
1003 <itemizedlist>
1004 <listitem>
1005 <para>[manuel] - Added remap attributes to userinput tags in packages
1006 pages to help adding package manager support and other extensions
1007 into jhalfs. Made all testsuite commands screen blocks for
1008 consistency.</para>
1009 </listitem>
1010 </itemizedlist>
1011 </listitem>
1012
1013 <listitem>
1014 <para>2007-09-16</para>
1015 <itemizedlist>
1016 <listitem>
1017 <para>[manuel] - Updated Ncurses contents list and fixes some typos.
1018 Thanks to Chris Staub for the patch.</para>
1019 </listitem>
1020 </itemizedlist>
1021 </listitem>
1022
1023 <listitem>
1024 <para>2007-09-15</para>
1025 <itemizedlist>
1026 <listitem>
1027 <para>[matthew] - Add latest upstream patches for Vim.</para>
1028 </listitem>
1029 <listitem>
1030 <para>[matthew] - Upgrade to Sysklogd-1.5. Fixes
1031 <ulink url="&lfs-ticket-root;2055">#2055</ulink>.</para>
1032 </listitem>
1033 <listitem>
1034 <para>[matthew] - Add latest upstream patches for Readline. Fixes
1035 <ulink url="&lfs-ticket-root;2068">#2068</ulink>.</para>
1036 </listitem>
1037 <listitem>
1038 <para>[matthew] - Upgrade to Man-pages 2.64. Fixes
1039 <ulink url="&lfs-ticket-root;2061">#2061</ulink>.</para>
1040 </listitem>
1041 <listitem>
1042 <para>[matthew] - Upgrade to Linux-2.6.22.6. Fixes
1043 <ulink url="&lfs-ticket-root;2070">#2070</ulink>.</para>
1044 </listitem>
1045 <listitem>
1046 <para>[jhuntwork] - Upgrade to Glibc-2.6.1. Fixes
1047 <ulink url="&lfs-ticket-root;2018">#2018</ulink>.
1048 Thanks to Matthew Burgess for preparing a discrete patch,
1049 Robert Connolly and Dan Nicholson for investigating how best
1050 to adjust CFLAGS, and Greg Schafer for showing the technical
1051 benefits of using CFLAGS with Glibc.</para>
1052 </listitem>
1053 <listitem>
1054 <para>[jhuntwork] - Upgrade to GCC-4.2.1. Fixes
1055 <ulink url="&lfs-ticket-root;2002">#2002</ulink>.
1056 Thanks to Matthew Burgess for preparing a discrete patch.</para>
1057 </listitem>
1058 <listitem>
1059 <para>[matthew] - Upgrade to DB-4.6.19. Fixes
1060 <ulink url="&lfs-ticket-root;2051">#2051</ulink>.</para>
1061 </listitem>
1062 <listitem>
1063 <para>[matthew] - Upgrade to Binutils-2.18. Fixes
1064 <ulink url="&lfs-ticket-root;2069">#2069</ulink>.</para>
1065 </listitem>
1066 <listitem>
1067 <para>[matthew] - Add latest upstream patches for Bash. Fixes
1068 <ulink url="&lfs-ticket-root;2067">#2067</ulink>.</para>
1069 </listitem>
1070 </itemizedlist>
1071 </listitem>
1072
1073 <listitem>
1074 <para>2007-09-07</para>
1075 <itemizedlist>
1076 <listitem>
1077 <para>[manuel] - Added sect1info metainformation blocks to packages
1078 pages to help adding package manager support into jhalfs.</para>
1079 </listitem>
1080 </itemizedlist>
1081 </listitem>
1082
1083 </itemizedlist>
1084
1085 <para>LFS 6.3 released August 28, 2007.</para>
1086
1087</sect1>
Note: See TracBrowser for help on using the repository browser.