source: chapter01/changelog.xml@ 863beea

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

Fixed perl configuration so it knows the vendor library location.
Changes perl patches to a single consolidated patch with security and other fixes

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

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