source: chapter01/changelog.xml@ af9063d

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.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 af9063d was af9063d, checked in by Matthew Burgess <matthew@…>, 15 years ago

Correct and clarify toolchain explanatory notes. Fixes #2461.

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

  • Property mode set to 100644
File size: 41.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 <listitem>
40 <para>2009-07-29</para>
41 <itemizedlist>
42 <listitem>
43 <para>[matthew] - Correct and clarify some of the explanatory text in
44 the toolchain technical notes. Fixes
45 <ulink url="&lfs-ticket-root;2461">#2461</ulink>.</para>
46 </listitem>
47 <listitem>
48 <para>[bdubbs] - Updated Acknowledgements.
49 Fixes
50 <ulink url="&lfs-ticket-root;2445">#2445</ulink>.</para>
51 </listitem>
52 <listitem>
53 <para>[bdubbs] - Add -v to various commands.
54 Fixes
55 <ulink url="&lfs-ticket-root;2462">#2462</ulink>.</para>
56 </listitem>
57 </itemizedlist>
58 </listitem>
59
60
61 <listitem>
62 <para>2009-07-28</para>
63 <itemizedlist>
64 <listitem>
65 <para>[matthew] - Correct the commands for running Module-Init-Tools'
66 testsuite. Fixes
67 <ulink url="&lfs-ticket-root;2468">#2468</ulink>.</para>
68 </listitem>
69 <listitem>
70 <para>[matthew] - Upgrade to Autoconf-2.64. Fixes
71 <ulink url="&lfs-ticket-root;2467">#2467</ulink>.</para>
72 </listitem>
73 <listitem>
74 <para>[matthew] - Upgrade to Shadow-4.1.4.2. Fixes
75 <ulink url="&lfs-ticket-root;2465">#2465</ulink>.</para>
76 </listitem>
77 <listitem>
78 <para>[matthew] - Upgrade to Psmisc-22.8. Fixes
79 <ulink url="&lfs-ticket-root;2464">#2464</ulink>.</para>
80 </listitem>
81 <listitem>
82 <para>[matthew] - Upgrade to Man-Pages-3.22. Fixes
83 <ulink url="&lfs-ticket-root;2463">#2463</ulink>.</para>
84 </listitem>
85 <listitem>
86 <para>[matthew] - Upgrade to Gawk-3.1.7. Fixes
87 <ulink url="&lfs-ticket-root;2457">#2457</ulink>.</para>
88 </listitem>
89 </itemizedlist>
90 </listitem>
91
92 <listitem>
93 <para>2009-07-23</para>
94 <itemizedlist>
95 <listitem>
96 <para>[matthew] - Remove an unnecessary sed from Kbd's commands.
97 Fixes <ulink url="&lfs-ticket-root;2454">#2454</ulink>.</para>
98 </listitem>
99 <listitem>
100 <para>[matthew] - Prevent E2fsprogs from installing the fsck wrapper
101 as this is provided by Util-Linux-NG. Fixes
102 <ulink url="&lfs-ticket-root;2453">#2453</ulink>.</para>
103 </listitem>
104 <listitem>
105 <para>[matthew] - Remove an unnecessary sed from File's commands.
106 Fixes <ulink url="&lfs-ticket-root;2452">#2452</ulink>.</para>
107 </listitem>
108 <listitem>
109 <para>[matthew] - Add latest upstream Vim patches. Fixes
110 <ulink url="&lfs-ticket-root;2449">#2449</ulink>.</para>
111 </listitem>
112 <listitem>
113 <para>[matthew] - Add latest upstream Bash patches. Fixes
114 <ulink url="&lfs-ticket-root;2450">#2450</ulink>.</para>
115 </listitem>
116 <listitem>
117 <para>[matthew] - Upgrade to GCC-4.4.1. Fixes
118 <ulink url="&lfs-ticket-root;2451">#2451</ulink>.</para>
119 </listitem>
120 </itemizedlist>
121 </listitem>
122
123 <listitem>
124 <para>2009-07-21</para>
125 <itemizedlist>
126 <listitem>
127 <para>[matthew] - Upgrade to File-5.03. Fixes
128 <ulink url="&lfs-ticket-root;2448">#2448</ulink>.</para>
129 </listitem>
130 <listitem>
131 <para>[matthew] - Upgrade to Linux-2.6.30.2. Fixes
132 <ulink url="&lfs-ticket-root;2446">#2446</ulink>.</para>
133 </listitem>
134 </itemizedlist>
135 </listitem>
136
137 <listitem>
138 <para>2009-07-20</para>
139 <itemizedlist>
140 <listitem>
141 <para>[matthew] - Move GDBM build before Perl, so that Perl's
142 GDBM_File module will be built. Fixes
143 <ulink url="&lfs-ticket-root;2447">#2447</ulink>.</para>
144 </listitem>
145 </itemizedlist>
146 </listitem>
147
148 <listitem>
149 <para>2009-07-18</para>
150 <itemizedlist>
151 <listitem>
152 <para>[matthew] - Prevent E2fsprogs from overwriting Util-Linux-NG's
153 version of <command>uuidd</command>. Fixes
154 <ulink url="&lfs-ticket-root;2443">#2443</ulink>.</para>
155 </listitem>
156 <listitem>
157 <para>[matthew] - Upgrade to Module-Init-Tools-3.10. Fixes
158 <ulink url="&lfs-ticket-root;2441">#2441</ulink>.</para>
159 </listitem>
160 <listitem>
161 <para>[matthew] - Remove Berkeley DB, as Man-DB prefers GDBM and the
162 only other program that requires bdb is arpd, which is specialist
163 enough to be catered for by BLFS. Thanks to Randy McMurchy for the
164 report. Fixes <ulink url="&lfs-ticket-root;2440">#2440</ulink>.</para>
165 </listitem>
166 </itemizedlist>
167 </listitem>
168
169 <listitem>
170 <para>2009-07-16</para>
171 <itemizedlist>
172 <listitem>
173 <para>[bdubbs] - Update to util-linux-ng-2.16. Removed it from
174 Chapter 5.
175 Fixes <ulink url="&lfs-ticket-root;2391">#2391</ulink>.
176 </para>
177 </listitem>
178 <listitem>
179 <para>[bdubbs] - Update to udev-145.
180 Fixes <ulink url="&lfs-ticket-root;2433">#2433</ulink>.
181 </para>
182 </listitem>
183 <listitem>
184 <para>[bdubbs] - Update to e2fsprogs-1.41.8.
185 Fixes <ulink url="&lfs-ticket-root;2439">#2439</ulink>.
186 </para>
187 </listitem>
188 </itemizedlist>
189 </listitem>
190
191 <listitem>
192 <para>2009-07-08</para>
193 <itemizedlist>
194 <listitem>
195 <para>[bdubbs] - Remove obsolete instructions about installing
196 man pages for optional programs. Thanks to Chris Staub for the
197 report and patch. Fixes <ulink url="&lfs-ticket-root;2436">#2436</ulink>.
198 </para>
199 </listitem>
200 </itemizedlist>
201 </listitem>
202
203 <listitem>
204 <para>2009-07-06</para>
205 <itemizedlist>
206 <listitem>
207 <para>[matthew] - Add description of the --disable-libuud and
208 --disable-blkid parameters for E2fsprogs.
209 </para>
210 </listitem>
211 </itemizedlist>
212 </listitem>
213
214 <listitem>
215 <para>2009-07-04</para>
216 <itemizedlist>
217 <listitem>
218 <para>[matthew] - Upgrade to Util-Linux-NG-2.16-rc2. This
219 is temporary until the release version of 2.16 comes out.
220 See <ulink url="&lfs-ticket-root;2391">#2391</ulink> for
221 more details.</para>
222 <itemizedlist>
223 <listitem>
224 <para>Remove E2fsprogs in Chapter 5. It was only there as a
225 dependency of Util-Linux-NG to provide
226 <systemitem class="library">libuuid</systemitem> and
227 <systemitem class="library">libblkid</systemitem>, which
228 Util-Linux-NG provides for itself now.</para>
229 </listitem>
230 <listitem>
231 <para>Move Util-Linux-NG to before E2fsprogs in Chapter 6 and add
232 &quot;--disable-libblkid&quot; and &quot;--disable-libuuid&quot;
233 configure switches to E2fsprogs so that it uses Util-Linux-NG's
234 versions.</para>
235 </listitem>
236 <listitem>
237 <para>Add Pkg-Config as it's a pre-requisite of E2fsprogs' new
238 configure switches.</para>
239 </listitem>
240 <listitem>
241 <para>Remove &quot;--with-col&quot; from Man-DB's configure
242 command as Man-DB is now installed after Util-Linux-NG so
243 <command>col</command> is found automatically.</para>
244 </listitem>
245 </itemizedlist>
246 </listitem>
247 <listitem>
248 <para>[matthew] - Upgrade to Sed-4.2.1. Fixes
249 <ulink url="&lfs-ticket-root;2427">#2427</ulink>.</para>
250 </listitem>
251 <listitem>
252 <para>[matthew] - Upgrade to Linux-2.6.30.1. Fixes
253 <ulink url="&lfs-ticket-root;2430">#2430</ulink>.</para>
254 </listitem>
255 <listitem>
256 <para>[matthew] - Correct GCC <command>sed</command> command to add
257 -fomit-frame-pointer for non-bootstrapped builds of GCC-4.4.x. Thanks
258 to Guy Dalziel for the report and fix.
259 </para>
260 </listitem>
261 <listitem>
262 <para>[matthew] - Upgrade to E2fsprogs-1.41.7. Fixes
263 <ulink url="&lfs-ticket-root;2428">#2428</ulink>.</para>
264 </listitem>
265 </itemizedlist>
266 </listitem>
267
268 <listitem>
269 <para>2009-06-29</para>
270 <itemizedlist>
271 <listitem>
272 <para>[matthew] - Fixed the generation of the HTML documentation for
273 Sed. Thanks to Chris Staub for the report and patch. Fixes
274 <ulink url="&lfs-ticket-root;2422">#2422</ulink>.</para>
275 </listitem>
276 <listitem>
277 <para>[matthew] - Added upstream Readline patches. Fixes
278 <ulink url="&lfs-ticket-root;2426">#2426</ulink>.</para>
279 </listitem>
280 <listitem>
281 <para>[matthew] - Upgrade to Module-Init-Tools-3.9. Fixes
282 <ulink url="&lfs-ticket-root;2420">#2420</ulink>.</para>
283 </listitem>
284 <listitem>
285 <para>[matthew] - Upgrade to Linux-2.6.30. Fixes
286 <ulink url="&lfs-ticket-root;2424">#2424</ulink>.</para>
287 </listitem>
288 <listitem>
289 <para>[matthew] - Upgrade to Findutils-4.4.2. Fixes
290 <ulink url="&lfs-ticket-root;2423">#2423</ulink>.</para>
291 </listitem>
292 <listitem>
293 <para>[matthew] - Upgrade to E2fsprogs-1.41.6. Fixes
294 <ulink url="&lfs-ticket-root;2421">#2421</ulink>.</para>
295 </listitem>
296 </itemizedlist>
297 </listitem>
298
299
300 <listitem>
301 <para>2009-06-28</para>
302 <itemizedlist>
303 <listitem>
304 <para>[bryan] - Upgrade to Udev-143. Remove the testsuite
305 dependencies from Appendix C. Fixes <ulink
306 url="&lfs-ticket-root;2425">#2425</ulink>.</para>
307 </listitem>
308 </itemizedlist>
309 </listitem>
310
311 <listitem>
312 <para>2009-06-23</para>
313 <itemizedlist>
314 <listitem>
315 <para>[bdubbs] - Added a list entry in the help section to
316 suggest that the results of the version check script be
317 posted when asking for help.</para>
318 </listitem>
319 </itemizedlist>
320 </listitem>
321
322 <listitem>
323 <para>2009-06-11</para>
324 <itemizedlist>
325 <listitem>
326 <para>[bryan] - Add a sed to glibc to fix the constants passed
327 to futex(2) in 32-bit builds with certain --enable-kernel values,
328 including our 2.6.18.</para>
329 </listitem>
330 </itemizedlist>
331 </listitem>
332
333 <listitem>
334 <para>2009-06-06</para>
335 <itemizedlist>
336 <listitem>
337 <para>[bdubbs] - Change instruction for minimum kernel version
338 to 2.6.18 in glibc. This corresponds to the stealth changes made to
339 the host requirements page made on May 26.</para>
340 </listitem>
341 </itemizedlist>
342 </listitem>
343
344 <listitem>
345 <para>2009-06-01</para>
346 <itemizedlist>
347 <listitem>
348 <para>[bdubbs] - Remove no longer used zlib patch from patches
349 list in Chapter 3.</para>
350 </listitem>
351 </itemizedlist>
352 </listitem>
353
354 <listitem>
355 <para>2009-05-28</para>
356 <itemizedlist>
357 <listitem>
358 <para>[bdubbs] - Update grub make instruction to ensure all
359 checks pass.</para>
360 </listitem>
361 <listitem>
362 <para>[bdubbs] - Add a reference to the kernel-configuration hint.
363 Fixes <ulink url="&lfs-ticket-root;2184">#2184</ulink>.</para>
364 </listitem>
365 </itemizedlist>
366 </listitem>
367
368 <listitem>
369 <para>2009-05-27</para>
370 <itemizedlist>
371 <listitem>
372 <para>[gerard] - Commented out the <quote>LFS next to
373 existing systems</quote> hint reference. Addresses <ulink
374 url="&lfs-ticket-root;2411">#2411</ulink>.</para>
375 </listitem>
376
377 <listitem>
378 <para>[bdubbs] - Update build sizes and SBU times for all
379 packages.
380 Fixes <ulink url="&lfs-ticket-root;2419">#2419</ulink>.</para>
381 </listitem>
382 <listitem>
383 <para>[bdubbs] - Revert zlib to doing separate builds for
384 static and dynamic libraries to ensure the -fPIC parameter
385 is set properly in both cases.
386 Fixes <ulink url="&lfs-ticket-root;2329">#2329</ulink> (again).</para>
387 </listitem>
388 <listitem>
389 <para>[bdubbs] - Update gettext patch to -2 for an additional
390 bug fix. Thanks to Robert Connolly for the patch.
391 Fixes <ulink url="&lfs-ticket-root;2417">#2417</ulink>.</para>
392 </listitem>
393 </itemizedlist>
394 </listitem>
395
396 <listitem>
397 <para>2009-05-26</para>
398 <itemizedlist>
399 <listitem>
400 <para>[gerard] - Split the Linux API Headers index terms into
401 individual entries rather than one long line. Fixes excessive
402 long lines in the Index.</para>
403 </listitem>
404
405 <listitem>
406 <para>[bdubbs] - Update Chapter 5 glibc wording concerning
407 locales.
408 Fixes <ulink url="&lfs-ticket-root;2410">#2410</ulink>.</para>
409 </listitem>
410
411 <listitem>
412 <para>[gerard] - Removed <quote>From Power Up To Bash Prompt</quote>
413 reference. Fixes <ulink url="&lfs-ticket-root;2409">#2409</ulink>.</para>
414 </listitem>
415 </itemizedlist>
416 </listitem>
417
418 <listitem>
419 <para>2009-05-25</para>
420 <itemizedlist>
421 <listitem>
422 <para>[bdubbs] - Updated to GMP-4.3.1.
423 Fixes
424 <ulink url="&lfs-ticket-root;2416">#2416</ulink>.</para>
425 </listitem>
426 <listitem>
427 <para>[bdubbs] - Various edits. Update glibc to fix a
428 make check error.</para>
429 </listitem>
430 </itemizedlist>
431 </listitem>
432
433 <listitem>
434 <para>2009-05-24</para>
435 <itemizedlist>
436 <listitem>
437 <para>[gerard] - Various edits. Partialy addresses <ulink
438 url="&lfs-ticket-root;2092">#2092</ulink> and <ulink
439 url="&lfs-ticket-root;2326">#2326</ulink>.</para>
440 </listitem>
441 </itemizedlist>
442 </listitem>
443
444 <listitem>
445 <para>2009-05-23</para>
446 <itemizedlist>
447 <listitem>
448 <para>[bdubbs] - Clarified the interpretation of test results
449 in GMP. Fixes
450 <ulink url="&lfs-ticket-root;2406">#2406</ulink>.</para>
451 </listitem>
452 <listitem>
453 <para>[bdubbs] - Removed redundencies in ncurses. Thanks to Chris
454 Staub. Fixes
455 <ulink url="&lfs-ticket-root;2403">#2403</ulink>.</para>
456 </listitem>
457 <listitem>
458 <para>[bdubbs] - Various minor text changes. Thanks to Chris
459 Staub. Fixes
460 <ulink url="&lfs-ticket-root;2407">#2407</ulink>.</para>
461 </listitem>
462 <listitem>
463 <para>[bdubbs] - Change the bootsripts and udev configuration
464 so the rtc is set by udev upon boot. Removed aio device
465 from udev configuration. Fixes
466 <ulink url="&lfs-ticket-root;2266">#2266</ulink> and
467 <ulink url="&lfs-ticket-root;2297">#2297</ulink>.</para>
468 </listitem>
469 <listitem>
470 <para>[bdubbs] - Expand package management discussion and
471 add a section on deploying an LFS system to another host. Fixes
472 <ulink url="&lfs-ticket-root;2073">#2073</ulink>.</para>
473 </listitem>
474 <listitem>
475 <para>[matthew] - Shorten the command used to adjust the linker in
476 Chapter 6. Thanks to Chris Staub for the improvement. Fixes
477 <ulink url="&lfs-ticket-root;2404">#2404</ulink>.</para>
478 </listitem>
479 <listitem>
480 <para>[matthew] - Upgrade to Shadow-4.1.4.1. Fixes
481 <ulink url="&lfs-ticket-root;2408">#2408</ulink>.</para>
482 </listitem>
483 <listitem>
484 <para>[matthew] - Upgrade to Glibc-2.10.1. Fixes
485 <ulink url="&lfs-ticket-root;2401">#2401</ulink>.</para>
486 </listitem>
487 <listitem>
488 <para>[matthew] - Upgrade to Linux-2.6.29.4. Fixes
489 <ulink url="&lfs-ticket-root;2402">#2402</ulink>.</para>
490 </listitem>
491 <listitem>
492 <para>[matthew] - Upgrade to Automake-1.11. Fixes
493 <ulink url="&lfs-ticket-root;2400">#2400</ulink>.</para>
494 </listitem>
495 <listitem>
496 <para>[matthew] - Add GDBM as a pre-requisite for Man-DB. Fixes
497 <ulink url="&lfs-ticket-root;2298">#2298</ulink>.</para>
498 </listitem>
499 <listitem>
500 <para>[matthew] - Add upstream Bash patches. Fixes
501 <ulink url="&lfs-ticket-root;2397">#2397</ulink>.</para>
502 </listitem>
503 </itemizedlist>
504 </listitem>
505
506 <listitem>
507 <para>2009-05-17</para>
508 <itemizedlist>
509 <listitem>
510 <para>[bdubbs] - Change reference to /etc/udev/rules.d to /lib/udev/rules.d
511 in two instances. Add a sed to fix zdiff operation.
512 Finishes problems identified in
513 <ulink url="&lfs-ticket-root;2315">#2315</ulink>.</para>
514 </listitem>
515 <listitem>
516 <para>[bdubbs] - Ignore error in ifdown script when determining status.</para>
517 </listitem>
518 <listitem>
519 <para>[bdubbs] - Add gettext upstream patches.
520 Fixes
521 <ulink url="&lfs-ticket-root;2264">#2264</ulink>.</para>
522 </listitem>
523 <listitem>
524 <para>[bdubbs] - Add optimization (-O3 and -pipe) to
525 glibc in Chapter 6.
526 Fixes
527 <ulink url="&lfs-ticket-root;2299">#2299</ulink>.</para>
528 </listitem>
529 </itemizedlist>
530 </listitem>
531
532 <listitem>
533 <para>2009-05-16</para>
534 <itemizedlist>
535 <listitem>
536 <para>[bdubbs] - Remove reference to watch program not
537 supporting UTF-8 locales in the Bash Shell Startup
538 Files section.
539 Fixes
540 <ulink url="&lfs-ticket-root;2310">#2310</ulink>.</para>
541 </listitem>
542 <listitem>
543 <para>[bdubbs] - Update gcc instruction explanations.
544 Thanks to Chris Staub for the patch.
545 Fixes
546 <ulink url="&lfs-ticket-root;2363">#2363</ulink>.</para>
547 </listitem>
548 <listitem>
549 <para>[bdubbs] - Add an explanation about using the barrier
550 option in fstab.
551 Fixes
552 <ulink url="&lfs-ticket-root;2318">#2318</ulink>.</para>
553 </listitem>
554 <listitem>
555 <para>[bdubbs] - Add zlib-1.2.3-fPIC-1.patch which allows
556 building static and dynamic libraries in one step. Also
557 moved the libraries to /usr/lib.
558 Fixes
559 <ulink url="&lfs-ticket-root;2329">#2329</ulink>.</para>
560 </listitem>
561 <listitem>
562 <para>[bdubbs] - Make symbolic links installed by bzip2 relative.
563 Fixes
564 <ulink url="&lfs-ticket-root;2396">#2396</ulink>.</para>
565 </listitem>
566 <listitem>
567 <para>[matthew] - Add creation of
568 <filename>/etc/modprobe.conf</filename> to prevent ohci_hcd and
569 uhci_hcd modules being loaded before ehci_hcd, and thus avoid a
570 boot-time warning. Fixes
571 <ulink url="&lfs-ticket-root;2280">#2280</ulink>.</para>
572 </listitem>
573 <listitem>
574 <para>[matthew] - Upgrade to Udev-142. Fixes
575 <ulink url="&lfs-ticket-root;2395">#2395</ulink>.</para>
576 </listitem>
577 <listitem>
578 <para>[matthew] - Upgrade to Shadow-4.1.4. Fixes
579 <ulink url="&lfs-ticket-root;2394">#2394</ulink>.</para>
580 </listitem>
581 <listitem>
582 <para>[matthew] - Upgrade to Psmisc-22.7. Fixes
583 <ulink url="&lfs-ticket-root;2392">#2392</ulink>.</para>
584 </listitem>
585 <listitem>
586 <para>[matthew] - Upgrade to Procps-3.2.8. Fixes
587 <ulink url="&lfs-ticket-root;2393">#2393</ulink>.</para>
588 </listitem>
589 <listitem>
590 <para>[matthew] - Update table of languages &amp; encodings supported
591 by Man-DB. Remove alteration of man_db.conf, as the latest version of
592 Man-DB handles the <filename class="symlink">/usr/share/man</filename>
593 symlink correctly. Also, remove <command>convert-mans</command> as
594 the latest version of Man-DB correctly detects the encoding of manual
595 pages. Fixes <ulink url="&lfs-ticket-root;2298">#2298</ulink>.</para>
596 </listitem>
597 </itemizedlist>
598 </listitem>
599
600 <listitem>
601 <para>2009-05-10</para>
602 <itemizedlist>
603 <listitem>
604 <para>[matthew] - Upgrade to Tcl-8.5.7. Fixes
605 <ulink url="&lfs-ticket-root;2385">#2385</ulink>.</para>
606 </listitem>
607 <listitem>
608 <para>[matthew] - Upgrade to Shadow-4.1.3.1. Fixes
609 <ulink url="&lfs-ticket-root;2382">#2382</ulink>.</para>
610 </listitem>
611 <listitem>
612 <para>[matthew] - Upgrade to Sed-4.2. Fixes
613 <ulink url="&lfs-ticket-root;2389">#2389</ulink>.</para>
614 </listitem>
615 <listitem>
616 <para>[matthew] - Upgrade to Module-Init-Tools-3.8. Fixes
617 <ulink url="&lfs-ticket-root;2381">#2381</ulink>.</para>
618 </listitem>
619 <listitem>
620 <para>[matthew] - Upgrade to Man-pages-3.21. Fixes
621 <ulink url="&lfs-ticket-root;2384">#2384</ulink>.</para>
622 </listitem>
623 <listitem>
624 <para>[matthew] - Upgrade to M4-1.4.13. Fixes
625 <ulink url="&lfs-ticket-root;2377">#2377</ulink>.</para>
626 </listitem>
627 <listitem>
628 <para>[matthew] - Upgrade to Linux-2.6.29.3. Fixes
629 <ulink url="&lfs-ticket-root;2374">#2374</ulink>.</para>
630 </listitem>
631 <listitem>
632 <para>[matthew] - Upgrade to Less-429. Fixes
633 <ulink url="&lfs-ticket-root;2380">#2380</ulink>.</para>
634 </listitem>
635 <listitem>
636 <para>[matthew] - Upgrade to IPRoute2-2.6.29-1. Fixes
637 <ulink url="&lfs-ticket-root;2375">#2375</ulink>.</para>
638 </listitem>
639 <listitem>
640 <para>[matthew] - Upgrade to GMP-4.3.0. Fixes
641 <ulink url="&lfs-ticket-root;2390">#2390</ulink>.</para>
642 </listitem>
643 <listitem>
644 <para>[matthew] - Upgrade to GCC-4.4.0. Fixes
645 <ulink url="&lfs-ticket-root;2388">#2388</ulink>.</para>
646 </listitem>
647 <listitem>
648 <para>[matthew] - Upgrade to Findutils-4.4.1. Fixes
649 <ulink url="&lfs-ticket-root;2387">#2387</ulink>.</para>
650 </listitem>
651 <listitem>
652 <para>[matthew] - Upgrade to E2fsprogs-1.41.5. Fixes
653 <ulink url="&lfs-ticket-root;2386">#2386</ulink>.</para>
654 </listitem>
655 <listitem>
656 <para>[matthew] - Upgrade to Coreutils-7.4. Fixes
657 <ulink url="&lfs-ticket-root;2376">#2376</ulink>.</para>
658 </listitem>
659 <listitem>
660 <para>[matthew] - Add upstream Bash fixes patch.</para>
661 </listitem>
662 </itemizedlist>
663 </listitem>
664
665 <listitem>
666 <para>2009-04-27</para>
667 <itemizedlist>
668 <listitem>
669 <para>[ken] - Upgrade to Udev-141.</para>
670 </listitem>
671 </itemizedlist>
672 </listitem>
673
674 <listitem>
675 <para>2009-04-13</para>
676 <itemizedlist>
677 <listitem>
678 <para>[bdubbs] - Remove erroneous --enable threads from M4.</para>
679 </listitem>
680 </itemizedlist>
681 </listitem>
682
683 <listitem>
684 <para>2009-03-21</para>
685 <itemizedlist>
686 <listitem>
687 <para>[matthew] - Re-introduce the Glibc-libidn package, as the
688 release tarball doesn't include it. Thanks to Alexander Kozlov for
689 the report.</para>
690 </listitem>
691 <listitem>
692 <para>[matthew] - Upgrade to Udev-140. Fixes
693 <ulink url="&lfs-ticket-root;2370">#2370</ulink>.</para>
694 </listitem>
695 <listitem>
696 <para>[matthew] - Upgrade to Man-DB-2.5.5. Fixes
697 <ulink url="&lfs-ticket-root;2372">#2372</ulink>.</para>
698 </listitem>
699 <listitem>
700 <para>[matthew] - Upgrade to Linux-2.6.28.8. Fixes
701 <ulink url="&lfs-ticket-root;2373">#2373</ulink>.</para>
702 </listitem>
703 </itemizedlist>
704 </listitem>
705
706 <listitem>
707 <para>2009-03-20</para>
708 <itemizedlist>
709 <listitem>
710 <para>[matthew] - Don't move readlink to /bin. It's not specified by
711 the FHS and not required by the bootscripts, so can stay in
712 /usr/bin. Thanks to Archaic for the report.</para>
713 </listitem>
714 </itemizedlist>
715 </listitem>
716
717 <listitem>
718 <para>2009-03-15</para>
719 <itemizedlist>
720 <listitem>
721 <para>[bryan] - Remove the uucp group (replace with dialout). Handle
722 ISDN devices with a file from upstream.</para>
723 </listitem>
724 </itemizedlist>
725 </listitem>
726
727 <listitem>
728 <para>2009-03-12</para>
729 <itemizedlist>
730 <listitem>
731 <para>[matthew] - Correct some dependency info. Thanks to Chris Staub for the
732 report and patch. Fixes
733 <ulink url="&lfs-ticket-root;2368">#2368</ulink>.</para>
734 </listitem>
735 <listitem>
736 <para>[matthew] - Fix a few typos. Thanks to Chris Staub for the report and
737 patch. Fixes <ulink url="&lfs-ticket-root;2367">#2367</ulink>.</para>
738 </listitem>
739 <listitem>
740 <para>[matthew] - Reword the explanation of the Expect tests in Binutils'
741 instructions to clarify what the expected test output is. Thanks to Chris
742 Staub for the report and patch. Fixes
743 <ulink url="&lfs-ticket-root;2365">#2365</ulink>.</para>
744 </listitem>
745 <listitem>
746 <para>[matthew] - Reorder the contents of chapter 7 to flow better. Thanks to
747 Chris Staub for the report and suggested order. Fixes
748 <ulink url="&lfs-ticket-root;2366">#2366</ulink>.</para>
749 </listitem>
750 <listitem>
751 <para>[matthew] - Install Inetutils' version of hostname, rather than
752 Coreutils' version, as it is more featureful. Thanks to Chris Staub &amp;
753 DJ Lucas. Fixes <ulink url="&lfs-ticket-root;2364">#2364</ulink>.</para>
754 </listitem>
755 <listitem>
756 <para>[matthew] - Build mkswap in chapter 5's Util-Linux-NG as it is
757 required by the e2fsprogs test suite. Also, remove the now
758 unnecessary BLKID_LIBS variable. Fixes
759 <ulink url="&lfs-ticket-root;2361">#2361</ulink>. Thanks to Chris
760 Staub for the reports.</para>
761 </listitem>
762 </itemizedlist>
763 </listitem>
764
765 <listitem>
766 <para>2009-03-11</para>
767 <itemizedlist>
768 <listitem>
769 <para>[matthew] - Mention Dejagnu test suite, as a C++ compiler is
770 available in chapter 5. Fixes
771 <ulink url="&lfs-ticket-root;2362">#2362</ulink>. Thanks to Chris
772 Staub for the report and patch.</para>
773 </listitem>
774 <listitem>
775 <para>[matthew] - Remove an obsolete GCC fixup command from Inetutils'
776 instructions. Fixes <ulink url="&lfs-ticket-root;2360">#2360</ulink>.
777 Thanks to Chris Staub for the report.</para>
778 </listitem>
779 <listitem>
780 <para>[matthew] - Upgraded to Udev-139. Fixes
781 <ulink url="&lfs-ticket-root;2350">#2350</ulink>.</para>
782 </listitem>
783 <listitem>
784 <para>[matthew] - Upgraded to Tar-1.22. Fixes
785 <ulink url="&lfs-ticket-root;2358">#2358</ulink>.</para>
786 </listitem>
787 <listitem>
788 <para>[matthew] - Upgraded to Readline-6.0. Fixes
789 <ulink url="&lfs-ticket-root;2353">#2353</ulink>.</para>
790 </listitem>
791 <listitem>
792 <para>[matthew] - Upgraded to MPFR-2.4.1. Fixes
793 <ulink url="&lfs-ticket-root;2359">#2359</ulink>.</para>
794 </listitem>
795 <listitem>
796 <para>[matthew] - Upgraded to Man-Pages-3.19. Fixes
797 <ulink url="&lfs-ticket-root;2352">#2352</ulink>.</para>
798 </listitem>
799 <listitem>
800 <para>[matthew] - Upgraded to Man-DB-2.5.4. Fixes
801 <ulink url="&lfs-ticket-root;2356">#2356</ulink> and
802 <ulink url="&lfs-ticket-root;2338">#2338</ulink>.</para>
803 </listitem>
804 <listitem>
805 <para>[matthew] - Upgraded to Linux-2.6.28.7. Fixes
806 <ulink url="&lfs-ticket-root;2349">#2349</ulink>.</para>
807 </listitem>
808 <listitem>
809 <para>[matthew] - Upgraded to Glibc-2.9. Fixes
810 <ulink url="&lfs-ticket-root;2357">#2357</ulink>.</para>
811 </listitem>
812 <listitem>
813 <para>[matthew] - Upgraded to Coreutils-7.1. Fixes
814 <ulink url="&lfs-ticket-root;2354">#2354</ulink>.</para>
815 </listitem>
816 <listitem>
817 <para>[matthew] - Upgraded to Bash-4.0. Fixes
818 <ulink url="&lfs-ticket-root;2351">#2351</ulink>.</para>
819 </listitem>
820 </itemizedlist>
821 </listitem>
822
823 <listitem>
824 <para>2009-02-17</para>
825 <itemizedlist>
826 <listitem>
827 <para>[matthew] - Upgraded to Linux-2.6.28.5. Fixes
828 <ulink url="&lfs-ticket-root;2348">#2348</ulink>.</para>
829 </listitem>
830 <listitem>
831 <para>[matthew] - Upgraded to Grep-2.5.4. Fixes
832 <ulink url="&lfs-ticket-root;2346">#2346</ulink>.</para>
833 </listitem>
834 <listitem>
835 <para>[matthew] - Upgraded to Man-Pages-3.18. Fixes
836 <ulink url="&lfs-ticket-root;2347">#2347</ulink>.</para>
837 </listitem>
838 <listitem>
839 <para>[matthew] - Upgraded to Util-Linux-NG-2.14.2. Fixes
840 <ulink url="&lfs-ticket-root;2345">#2345</ulink>.</para>
841 </listitem>
842 </itemizedlist>
843 </listitem>
844
845 <listitem>
846 <para>2009-02-08</para>
847 <itemizedlist>
848 <listitem>
849 <para>[matthew] - Remove the &quot;enable-multibyte&quot; configure
850 switch from Groff, which is not required following the upgrade to
851 Groff-1.20.1. Thanks to Robert Connolly for the report.</para>
852 </listitem>
853 <listitem>
854 <para>[matthew] - Install sysklogd binaries to
855 <filename class="directory">/sbin</filename> for FHS compatibility.
856 Fixes <ulink url="&lfs-ticket-root;2317">#2317</ulink>.</para>
857 </listitem>
858 <listitem>
859 <para>[matthew] - Replaced the link to the now non-existent udev-FAQ
860 to a more general udev information page. Fixes
861 <ulink url="&lfs-ticket-root;2306">#2306</ulink>.</para>
862 </listitem>
863 <listitem>
864 <para>[matthew] - Added a link to the wget-list file. Fixes
865 <ulink url="&lfs-ticket-root;2333">#2333</ulink>.</para>
866 </listitem>
867 <listitem>
868 <para>[matthew] - Upgraded to Module-init-Tools-3.6. Fixes
869 <ulink url="&lfs-ticket-root;2343">#2343</ulink>.</para>
870 </listitem>
871 <listitem>
872 <para>[matthew] - Upgraded to File-5.00. Fixes
873 <ulink url="&lfs-ticket-root;2342">#2342</ulink>.</para>
874 </listitem>
875 <listitem>
876 <para>[matthew] - Added a patch to suppress a warning added in
877 Tar-1.21 that causes the Perl testsuite to fail.</para>
878 </listitem>
879 <listitem>
880 <para>[matthew] - Upgraded to MPFR-2.4.0. Fixes
881 <ulink url="&lfs-ticket-root;2341">#2341</ulink>.</para>
882 </listitem>
883 <listitem>
884 <para>[matthew] - Install MPFR's documentation. Fixes
885 <ulink url="&lfs-ticket-root;2232">#2232</ulink>. Thanks to Randy
886 McMurchy for the report and assistance with the fix.</para>
887 </listitem>
888 <listitem>
889 <para>[matthew] - Remove an unneeded --sysconfdir parameter in
890 Inetutils' instructions. Fixes
891 <ulink url="&lfs-ticket-root;2313">#2313</ulink>.</para>
892 </listitem>
893 <listitem>
894 <para>[matthew] - Upgraded to Linux-2.6.28.4. Fixes
895 <ulink url="&lfs-ticket-root;2340">#2340</ulink>.</para>
896 </listitem>
897 <listitem>
898 <para>[matthew] - Upgraded to Binutils-2.19.1. Fixes
899 <ulink url="&lfs-ticket-root;2339">#2339</ulink>.</para>
900 </listitem>
901 </itemizedlist>
902 </listitem>
903
904 <listitem>
905 <para>2009-02-01</para>
906 <itemizedlist>
907 <listitem>
908 <para>[matthew] - Remove the redundant SBINDIR parameter from
909 IPRoute2's commands. Fixes the remaining part of
910 <ulink url="&lfs-ticket-root;2307">#2307</ulink>.</para>
911 </listitem>
912 <listitem>
913 <para>[matthew] - Install DRM-related Linux headers, as suggested by
914 Chris Staub in <ulink url="&lfs-ticket-root;2307">#2307</ulink>.
915 </para>
916 </listitem>
917 <listitem>
918 <para>[matthew] - Added preloadable_libintl.so to list of files
919 installed by Gettext. Thanks to Chris Staub for the report and patch.
920 Fixes <ulink url="&lfs-ticket-root;2312">#2312</ulink>.</para>
921 </listitem>
922 <listitem>
923 <para>[matthew] - Upgraded to Udev-137. Fixes
924 <ulink url="&lfs-ticket-root;2328">#2328</ulink>.</para>
925 </listitem>
926 <listitem>
927 <para>[matthew] - Upgraded to Tcl-8.5.6. Fixes
928 <ulink url="&lfs-ticket-root;2305">#2305</ulink>.</para>
929 </listitem>
930 <listitem>
931 <para>[matthew] - Upgraded to Tar-1.21. Fixes
932 <ulink url="&lfs-ticket-root;2309">#2309</ulink>.</para>
933 </listitem>
934 <listitem>
935 <para>[matthew] - Upgraded to Patch-2.5.9. Fixes
936 <ulink url="&lfs-ticket-root;2239">#2239</ulink>.</para>
937 </listitem>
938 <listitem>
939 <para>[matthew] - Upgraded to Man-Pages-3.17. Fixes
940 <ulink url="&lfs-ticket-root;2327">#2327</ulink>.</para>
941 </listitem>
942 <listitem>
943 <para>[matthew] - Upgraded to Linux-2.6.28.2. Fixes
944 <ulink url="&lfs-ticket-root;2316">#2316</ulink>.</para>
945 </listitem>
946 <listitem>
947 <para>[matthew] - Upgraded to IPRoute2-2.6.28. Fixes
948 <ulink url="&lfs-ticket-root;2324">#2324</ulink>.</para>
949 </listitem>
950 <listitem>
951 <para>[matthew] - Upgraded to Inetutils-1.6. Fixes
952 <ulink url="&lfs-ticket-root;2308">#2308</ulink>.</para>
953 </listitem>
954 <listitem>
955 <para>[matthew] - Upgraded to Groff-1.20.1. Fixes
956 <ulink url="&lfs-ticket-root;2322">#2322</ulink>.</para>
957 </listitem>
958 <listitem>
959 <para>[matthew] - Upgraded to GCC-4.3.3. Fixes
960 <ulink url="&lfs-ticket-root;2334">#2334</ulink>.</para>
961 </listitem>
962 <listitem>
963 <para>[matthew] - Upgraded to E2fsprogs-1.41.4. Fixes
964 <ulink url="&lfs-ticket-root;2336">#2336</ulink>.</para>
965 </listitem>
966 <listitem>
967 <para>[matthew] - Upgraded to Bison-2.4.1. Fixes
968 <ulink url="&lfs-ticket-root;2300">#2300</ulink>.</para>
969 </listitem>
970 <listitem>
971 <para>[matthew] - Upgraded to Bash-3.2.48. Fixes
972 <ulink url="&lfs-ticket-root;2319">#2319</ulink>.</para>
973 </listitem>
974 </itemizedlist>
975 </listitem>
976
977 <listitem>
978 <para>2009-01-24</para>
979 <itemizedlist>
980 <listitem>
981 <para>[matthew] - Corrected some package tarball sizes. Fixes
982 <ulink url="&lfs-ticket-root;2290">#2290</ulink>.</para>
983 </listitem>
984 </itemizedlist>
985 </listitem>
986
987 <listitem>
988 <para>2009-01-03</para>
989 <itemizedlist>
990 <listitem>
991 <para>[bdubbs] - Reformatted several pages so pdf is properly
992 generated. Thanks to Martin Miehe for the changes.
993 </para>
994 </listitem>
995 </itemizedlist>
996 </listitem>
997
998 <listitem>
999 <para>2008-12-29</para>
1000 <itemizedlist>
1001 <listitem>
1002 <para>[bdubbs] - Split one udev rule so it is not wider than the
1003 book's page.
1004 </para>
1005 </listitem>
1006 </itemizedlist>
1007 </listitem>
1008
1009 <listitem>
1010 <para>2008-12-24</para>
1011 <itemizedlist>
1012 <listitem>
1013 <para>[bdubbs] - Updated the location of glibc-2.8-20080929.tar.bz2.
1014 </para>
1015 </listitem>
1016 </itemizedlist>
1017 </listitem>
1018
1019 <listitem>
1020 <para>2008-12-19</para>
1021 <itemizedlist>
1022 <listitem>
1023 <para>[robert] - Added -v to the install command for the convert-mans
1024 script in the man-db page, for consistent use of verbose commands.</para>
1025 </listitem>
1026 </itemizedlist>
1027 </listitem>
1028
1029 <listitem>
1030 <para>2008-12-18</para>
1031 <itemizedlist>
1032 <listitem>
1033 <para>[robert] - Removed the unneeded -e option from the Sed command
1034 in the chap6 Findutils page, for consistency.</para>
1035 </listitem>
1036 </itemizedlist>
1037 </listitem>
1038
1039 <listitem>
1040 <para>2008-12-07</para>
1041 <itemizedlist>
1042 <listitem>
1043 <para>[jhuntwork] - Update Greg Schafer's entry in the acknowledgments section to
1044 properly reflect the work done in designing the build method.</para>
1045 </listitem>
1046 </itemizedlist>
1047 </listitem>
1048
1049 <listitem>
1050 <para>2008-12-06</para>
1051 <itemizedlist>
1052 <listitem>
1053 <para>[matthew] - Upgraded to vim-7.2-fixes-4.patch. Fixes <ulink url="&lfs-ticket-root;2296">#2296</ulink>.
1054 </para>
1055 </listitem>
1056 <listitem>
1057 <para>[matthew] - Upgraded to Udev-135. Fixes <ulink url="&lfs-ticket-root;2284">#2284</ulink>.</para>
1058 </listitem>
1059 <listitem>
1060 <para>[matthew] - Upgraded to Shadow-4.1.2.2. Fixes <ulink url="&lfs-ticket-root;2287">#2287</ulink>.</para>
1061 </listitem>
1062 <listitem>
1063 <para>[matthew] - Upgraded to readline-5.2-fixes-6.patch. Fixes
1064 <ulink url="&lfs-ticket-root;2295">#2295</ulink>.</para>
1065 </listitem>
1066 <listitem>
1067 <para>[matthew] - Upgraded to Ncurses-5.7. Fixes <ulink url="&lfs-ticket-root;2276">#2276</ulink>.</para>
1068 </listitem>
1069 <listitem>
1070 <para>[matthew] - Upgraded to Module-Init-Tools-3.5. Fixes <ulink url="&lfs-ticket-root;2245">#2245</ulink>.
1071 </para>
1072 </listitem>
1073 <listitem>
1074 <para>[matthew] - Upgraded to Man-Pages-3.15. Fixes <ulink url="&lfs-ticket-root;2269">#2269</ulink>.</para>
1075 </listitem>
1076 <listitem>
1077 <para>[matthew] - Upgraded to Man-DB-2.5.3. Fixes <ulink url="&lfs-ticket-root;2283">#2283</ulink>.</para>
1078 </listitem>
1079 <listitem>
1080 <para>[matthew] - Upgraded to Linux-2.6.27.8. Fixes <ulink url="&lfs-ticket-root;2282">#2282</ulink>.</para>
1081 </listitem>
1082 <listitem>
1083 <para>[matthew] - Upgraded to Kbd-1.15. Fixes <ulink url="&lfs-ticket-root;2291">#2291</ulink>.</para>
1084 </listitem>
1085 <listitem>
1086 <para>[matthew] - Upgraded to Bison-2.4. Fixes <ulink url="&lfs-ticket-root;2281">#2281</ulink>.</para>
1087 </listitem>
1088 <listitem>
1089 <para>[matthew] - Upgraded to Binutils-2.19. Fixes <ulink url="&lfs-ticket-root;2268">#2268</ulink>.</para>
1090 </listitem>
1091 <listitem>
1092 <para>[matthew] - Upgraded to bash-3.2-fixes-9.patch. Fixes <ulink url="&lfs-ticket-root;2294">#2294</ulink>.
1093 </para>
1094 </listitem>
1095 <listitem>
1096 <para>[matthew] - Upgraded to Automake-1.10.2. Fixes <ulink url="&lfs-ticket-root;2286">#2286</ulink>.</para>
1097 </listitem>
1098 </itemizedlist>
1099 </listitem>
1100
1101 <listitem>
1102 <para>2008-12-04</para>
1103 <itemizedlist>
1104 <listitem>
1105 <para>[jhuntwork] - Introduce new build method in Chapter 5 originating
1106 in DIY-Linux. Thanks, Greg Schafer.</para>
1107 </listitem>
1108 <listitem>
1109 <para>[jhuntwork] - Move instructions for GRUB to chapter 8 just after the
1110 compilation of the kernel. Merge GRUB build and configuration instructions
1111 into one page.</para>
1112 </listitem>
1113 </itemizedlist>
1114 </listitem>
1115
1116 <listitem>
1117 <para>2008-12-03</para>
1118 <itemizedlist>
1119 <listitem>
1120 <para>[jhuntwork] - Initial addition of support for building on x86_64.
1121 Several ideas, principles and build instructions originated in DIY-Linux.
1122 Thanks, Greg Schafer.</para>
1123 </listitem>
1124 </itemizedlist>
1125 </listitem>
1126
1127 <listitem>
1128 <para>2008-12-02</para>
1129 <itemizedlist>
1130 <listitem>
1131 <para>[jhuntwork] - Moved grep up in the build order of chapter 6
1132 to be before libtool which hardcodes references to grep in its installed
1133 files. Was previously circumvented by a symlink, but this approach sticks
1134 more closely to our build order policy. Thanks to Greg Schafer for the reminder.</para>
1135 </listitem>
1136 </itemizedlist>
1137 </listitem>
1138
1139 <listitem>
1140 <para>2008-12-01</para>
1141 <itemizedlist>
1142 <listitem>
1143 <para>[jhuntwork] - Adjusted the line break in the adjusting toolchain
1144 section so that the output redirection does not look like a secondary
1145 bash prompt. Thanks to Chris Staub for the idea.</para>
1146 </listitem>
1147 </itemizedlist>
1148 </listitem>
1149
1150 <listitem>
1151 <para>2008-11-23</para>
1152 <itemizedlist>
1153 <listitem>
1154 <para>[ken] - Added note to gmp about CFLAGS on 64-bit-capable
1155 machines. Reported by Tobias Gasser, thanks to Greg Schafer for
1156 the analysis.</para>
1157 </listitem>
1158 </itemizedlist>
1159 </listitem>
1160
1161
1162 </itemizedlist>
1163
1164 <para>LFS 6.4 released November 23, 2008.</para>
1165
1166</sect1>
Note: See TracBrowser for help on using the repository browser.