source: chapter01/changelog.xml@ 490d3e8b

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

Update to m4 1.4.12

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

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