source: chapter01/changelog.xml@ 37eb327

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.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 37eb327 was 37eb327, checked in by Bruce Dubbs <bdubbs@…>, 16 years ago

Updated to latest stable kernel 2.6.27.4.

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

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