source: chapter01/changelog.xml@ 33d608d

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

Remove unnecessary mandir patch. Updated vim package contents.

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

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