source: chapter01/changelog.xml@ 69ef7b4

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

Move GDBM before Perl in chapter 6 as Perl can make use of it. Fixes #2447.

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

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