source: chapter01/changelog.xml@ 2788151

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

Updated to lfs-bootscritps-20081031.

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

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