source: chapter01/changelog.xml@ b772130

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

Added ac_cv_func_working_mktime=yes to the configure commands in gawk and bash

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

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