source: chapter01/changelog.xml@ e54882e

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

Updated symbolic link creation loop for vi.1 man pages

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

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