source: chapter01/changelog.xml@ 67fbf43

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 12.2 12.2-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/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 67fbf43 was 67fbf43, checked in by Randy McMurchy <randy@…>, 16 years ago

Moved the Chapter 6 M4 installation into alphabetical order as it is installed in Chapter 5 now and therefore doesn't need to precede the Bison installation

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

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