source: chapter01/changelog.xml@ 420a2a21

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

Update Acknowledgements

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

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