source: chapter01/changelog.xml@ 764b5cf

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.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 764b5cf was 764b5cf, checked in by Bruce Dubbs <bdubbs@…>, 15 years ago

Add a reference to the kernel-configuration hint

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

  • Property mode set to 100644
File size: 31.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-scatter-changelog">
9 <?dbhtml filename="changelog.html"?>
10
11 <title>Changelog</title>
12
13 <para>This is version &version; of the Linux From Scratch book, dated
14 &releasedate;. If this book is more than six months old, a newer and better
15 version is probably already available. To find out, please check one of the
16 mirrors via <ulink url="&lfs-root;mirrors.html"/>.</para>
17
18 <para>Below is a list of changes made since the previous release of the
19 book.</para>
20
21 <itemizedlist>
22 <title>Changelog Entries:</title>
23
24<!-- Changelog template
25
26 <listitem>
27 <para>Date</para>
28 <itemizedlist>
29 <listitem>
30 <para>[name] - New changelog entry.</para>
31 </listitem>
32 <listitem>
33 <para>[name] - Previous changelog entry.</para>
34 </listitem>
35 </itemizedlist>
36 </listitem>
37
38-->
39
40 <listitem>
41 <para>2009-05-28</para>
42 <itemizedlist>
43 <listitem>
44 <para>[bdubbs] - Update grub make instruction to ensure all
45 checks pass.</para>
46 </listitem>
47 <listitem>
48 <para>[bdubbs] - Add a reference to the kernel-configuration hint.
49 Fixes <ulink url="&lfs-ticket-root;2184">#2184</ulink>.</para>
50 </listitem>
51 </itemizedlist>
52 </listitem>
53
54 <listitem>
55 <para>2009-05-27</para>
56 <itemizedlist>
57 <listitem>
58 <para>[gerard] - Commented out the <quote>LFS next to
59 existing systems</quote> hint reference. Addresses <ulink
60 url="&lfs-ticket-root;2411">#2411</ulink>.</para>
61 </listitem>
62
63 <listitem>
64 <para>[bdubbs] - Update build sizes and SBU times for all
65 packages.
66 Fixes <ulink url="&lfs-ticket-root;2419">#2419</ulink>.</para>
67 </listitem>
68 <listitem>
69 <para>[bdubbs] - Revert zlib to doing separate builds for
70 static and dynamic libraries to ensure the -fPIC parameter
71 is set properly in both cases.
72 Fixes <ulink url="&lfs-ticket-root;2329">#2329</ulink> (again).</para>
73 </listitem>
74 <listitem>
75 <para>[bdubbs] - Update gettext patch to -2 for an additional
76 bug fix. Thanks to Robert Connolly for the patch.
77 Fixes <ulink url="&lfs-ticket-root;2417">#2417</ulink>.</para>
78 </listitem>
79 </itemizedlist>
80 </listitem>
81
82 <listitem>
83 <para>2009-05-26</para>
84 <itemizedlist>
85 <listitem>
86 <para>[gerard] - Split the Linux API Headers index terms into
87 individual entries rather than one long line. Fixes excessive
88 long lines in the Index.</para>
89 </listitem>
90
91 <listitem>
92 <para>[bdubbs] - Update Chapter 5 glibc wording concerning
93 locales.
94 Fixes <ulink url="&lfs-ticket-root;2410">#2410</ulink>.</para>
95 </listitem>
96
97 <listitem>
98 <para>[gerard] - Removed <quote>From Power Up To Bash Prompt</quote>
99 reference. Fixes <ulink url="&lfs-ticket-root;2409">#2409</ulink>.</para>
100 </listitem>
101 </itemizedlist>
102 </listitem>
103
104 <listitem>
105 <para>2009-05-25</para>
106 <itemizedlist>
107 <listitem>
108 <para>[bdubbs] - Updated to GMP-4.3.1.
109 Fixes
110 <ulink url="&lfs-ticket-root;2416">#2416</ulink>.</para>
111 </listitem>
112 <listitem>
113 <para>[bdubbs] - Various edits. Update glibc to fix a
114 make check error.</para>
115 </listitem>
116 </itemizedlist>
117 </listitem>
118
119 <listitem>
120 <para>2009-05-24</para>
121 <itemizedlist>
122 <listitem>
123 <para>[gerard] - Various edits. Partialy addresses <ulink
124 url="&lfs-ticket-root;2092">#2092</ulink> and <ulink
125 url="&lfs-ticket-root;2326">#2326</ulink>.</para>
126 </listitem>
127 </itemizedlist>
128 </listitem>
129
130 <listitem>
131 <para>2009-05-23</para>
132 <itemizedlist>
133 <listitem>
134 <para>[bdubbs] - Clarified the interpretation of test results
135 in GMP. Fixes
136 <ulink url="&lfs-ticket-root;2406">#2406</ulink>.</para>
137 </listitem>
138 <listitem>
139 <para>[bdubbs] - Removed redundencies in ncurses. Thanks to Chris
140 Staub. Fixes
141 <ulink url="&lfs-ticket-root;2403">#2403</ulink>.</para>
142 </listitem>
143 <listitem>
144 <para>[bdubbs] - Various minor text changes. Thanks to Chris
145 Staub. Fixes
146 <ulink url="&lfs-ticket-root;2407">#2407</ulink>.</para>
147 </listitem>
148 <listitem>
149 <para>[bdubbs] - Change the bootsripts and udev configuration
150 so the rtc is set by udev upon boot. Removed aio device
151 from udev configuration. Fixes
152 <ulink url="&lfs-ticket-root;2266">#2266</ulink> and
153 <ulink url="&lfs-ticket-root;2297">#2297</ulink>.</para>
154 </listitem>
155 <listitem>
156 <para>[bdubbs] - Expand package management discussion and
157 add a section on deploying an LFS system to another host. Fixes
158 <ulink url="&lfs-ticket-root;2073">#2073</ulink>.</para>
159 </listitem>
160 <listitem>
161 <para>[matthew] - Shorten the command used to adjust the linker in
162 Chapter 6. Thanks to Chris Staub for the improvement. Fixes
163 <ulink url="&lfs-ticket-root;2404">#2404</ulink>.</para>
164 </listitem>
165 <listitem>
166 <para>[matthew] - Upgrade to Shadow-4.1.4.1. Fixes
167 <ulink url="&lfs-ticket-root;2408">#2408</ulink>.</para>
168 </listitem>
169 <listitem>
170 <para>[matthew] - Upgrade to Glibc-2.10.1. Fixes
171 <ulink url="&lfs-ticket-root;2401">#2401</ulink>.</para>
172 </listitem>
173 <listitem>
174 <para>[matthew] - Upgrade to Linux-2.6.29.4. Fixes
175 <ulink url="&lfs-ticket-root;2402">#2402</ulink>.</para>
176 </listitem>
177 <listitem>
178 <para>[matthew] - Upgrade to Automake-1.11. Fixes
179 <ulink url="&lfs-ticket-root;2400">#2400</ulink>.</para>
180 </listitem>
181 <listitem>
182 <para>[matthew] - Add GDBM as a pre-requisite for Man-DB. Fixes
183 <ulink url="&lfs-ticket-root;2298">#2298</ulink>.</para>
184 </listitem>
185 <listitem>
186 <para>[matthew] - Add upstream Bash patches. Fixes
187 <ulink url="&lfs-ticket-root;2397">#2397</ulink>.</para>
188 </listitem>
189 </itemizedlist>
190 </listitem>
191
192 <listitem>
193 <para>2009-05-17</para>
194 <itemizedlist>
195 <listitem>
196 <para>[bdubbs] - Change reference to /etc/udev/rules.d to /lib/udev/rules.d
197 in two instances. Add a sed to fix zdiff operation.
198 Finishes problems identified in
199 <ulink url="&lfs-ticket-root;2315">#2315</ulink>.</para>
200 </listitem>
201 <listitem>
202 <para>[bdubbs] - Ignore error in ifdown script when determining status.</para>
203 </listitem>
204 <listitem>
205 <para>[bdubbs] - Add gettext upstream patches.
206 Fixes
207 <ulink url="&lfs-ticket-root;2264">#2264</ulink>.</para>
208 </listitem>
209 <listitem>
210 <para>[bdubbs] - Add optimization (-O3 and -pipe) to
211 glibc in Chapter 6.
212 Fixes
213 <ulink url="&lfs-ticket-root;2299">#2299</ulink>.</para>
214 </listitem>
215 </itemizedlist>
216 </listitem>
217
218 <listitem>
219 <para>2009-05-16</para>
220 <itemizedlist>
221 <listitem>
222 <para>[bdubbs] - Remove reference to watch program not
223 supporting UTF-8 locales in the Bash Shell Startup
224 Files section.
225 Fixes
226 <ulink url="&lfs-ticket-root;2310">#2310</ulink>.</para>
227 </listitem>
228 <listitem>
229 <para>[bdubbs] - Update gcc instruction explanations.
230 Thanks to Chris Staub for the patch.
231 Fixes
232 <ulink url="&lfs-ticket-root;2363">#2363</ulink>.</para>
233 </listitem>
234 <listitem>
235 <para>[bdubbs] - Add an explanation about using the barrier
236 option in fstab.
237 Fixes
238 <ulink url="&lfs-ticket-root;2318">#2318</ulink>.</para>
239 </listitem>
240 <listitem>
241 <para>[bdubbs] - Add zlib-1.2.3-fPIC-1.patch which allows
242 building static and dynamic libraries in one step. Also
243 moved the libraries to /usr/lib.
244 Fixes
245 <ulink url="&lfs-ticket-root;2329">#2329</ulink>.</para>
246 </listitem>
247 <listitem>
248 <para>[bdubbs] - Make symbolic links installed by bzip2 relative.
249 Fixes
250 <ulink url="&lfs-ticket-root;2396">#2396</ulink>.</para>
251 </listitem>
252 <listitem>
253 <para>[matthew] - Add creation of
254 <filename>/etc/modprobe.conf</filename> to prevent ohci_hcd and
255 uhci_hcd modules being loaded before ehci_hcd, and thus avoid a
256 boot-time warning. Fixes
257 <ulink url="&lfs-ticket-root;2280">#2280</ulink>.</para>
258 </listitem>
259 <listitem>
260 <para>[matthew] - Upgrade to Udev-142. Fixes
261 <ulink url="&lfs-ticket-root;2395">#2395</ulink>.</para>
262 </listitem>
263 <listitem>
264 <para>[matthew] - Upgrade to Shadow-4.1.4. Fixes
265 <ulink url="&lfs-ticket-root;2394">#2394</ulink>.</para>
266 </listitem>
267 <listitem>
268 <para>[matthew] - Upgrade to Psmisc-22.7. Fixes
269 <ulink url="&lfs-ticket-root;2392">#2392</ulink>.</para>
270 </listitem>
271 <listitem>
272 <para>[matthew] - Upgrade to Procps-3.2.8. Fixes
273 <ulink url="&lfs-ticket-root;2393">#2393</ulink>.</para>
274 </listitem>
275 <listitem>
276 <para>[matthew] - Update table of languages &amp; encodings supported
277 by Man-DB. Remove alteration of man_db.conf, as the latest version of
278 Man-DB handles the <filename class="symlink">/usr/share/man</filename>
279 symlink correctly. Also, remove <command>convert-mans</command> as
280 the latest version of Man-DB correctly detects the encoding of manual
281 pages. Fixes <ulink url="&lfs-ticket-root;2298">#2298</ulink>.</para>
282 </listitem>
283 </itemizedlist>
284 </listitem>
285
286 <listitem>
287 <para>2009-05-10</para>
288 <itemizedlist>
289 <listitem>
290 <para>[matthew] - Upgrade to Tcl-8.5.7. Fixes
291 <ulink url="&lfs-ticket-root;2385">#2385</ulink>.</para>
292 </listitem>
293 <listitem>
294 <para>[matthew] - Upgrade to Shadow-4.1.3.1. Fixes
295 <ulink url="&lfs-ticket-root;2382">#2382</ulink>.</para>
296 </listitem>
297 <listitem>
298 <para>[matthew] - Upgrade to Sed-4.2. Fixes
299 <ulink url="&lfs-ticket-root;2389">#2389</ulink>.</para>
300 </listitem>
301 <listitem>
302 <para>[matthew] - Upgrade to Module-Init-Tools-3.8. Fixes
303 <ulink url="&lfs-ticket-root;2381">#2381</ulink>.</para>
304 </listitem>
305 <listitem>
306 <para>[matthew] - Upgrade to Man-pages-3.21. Fixes
307 <ulink url="&lfs-ticket-root;2384">#2384</ulink>.</para>
308 </listitem>
309 <listitem>
310 <para>[matthew] - Upgrade to M4-1.4.13. Fixes
311 <ulink url="&lfs-ticket-root;2377">#2377</ulink>.</para>
312 </listitem>
313 <listitem>
314 <para>[matthew] - Upgrade to Linux-2.6.29.3. Fixes
315 <ulink url="&lfs-ticket-root;2374">#2374</ulink>.</para>
316 </listitem>
317 <listitem>
318 <para>[matthew] - Upgrade to Less-429. Fixes
319 <ulink url="&lfs-ticket-root;2380">#2380</ulink>.</para>
320 </listitem>
321 <listitem>
322 <para>[matthew] - Upgrade to IPRoute2-2.6.29-1. Fixes
323 <ulink url="&lfs-ticket-root;2375">#2375</ulink>.</para>
324 </listitem>
325 <listitem>
326 <para>[matthew] - Upgrade to GMP-4.3.0. Fixes
327 <ulink url="&lfs-ticket-root;2390">#2390</ulink>.</para>
328 </listitem>
329 <listitem>
330 <para>[matthew] - Upgrade to GCC-4.4.0. Fixes
331 <ulink url="&lfs-ticket-root;2388">#2388</ulink>.</para>
332 </listitem>
333 <listitem>
334 <para>[matthew] - Upgrade to Findutils-4.4.1. Fixes
335 <ulink url="&lfs-ticket-root;2387">#2387</ulink>.</para>
336 </listitem>
337 <listitem>
338 <para>[matthew] - Upgrade to E2fsprogs-1.41.5. Fixes
339 <ulink url="&lfs-ticket-root;2386">#2386</ulink>.</para>
340 </listitem>
341 <listitem>
342 <para>[matthew] - Upgrade to Coreutils-7.4. Fixes
343 <ulink url="&lfs-ticket-root;2376">#2376</ulink>.</para>
344 </listitem>
345 <listitem>
346 <para>[matthew] - Add upstream Bash fixes patch.</para>
347 </listitem>
348 </itemizedlist>
349 </listitem>
350
351 <listitem>
352 <para>2009-04-27</para>
353 <itemizedlist>
354 <listitem>
355 <para>[ken] - Upgrade to Udev-141.</para>
356 </listitem>
357 </itemizedlist>
358 </listitem>
359
360 <listitem>
361 <para>2009-04-13</para>
362 <itemizedlist>
363 <listitem>
364 <para>[bdubbs] - Remove erroneous --enable threads from M4.</para>
365 </listitem>
366 </itemizedlist>
367 </listitem>
368
369 <listitem>
370 <para>2009-03-21</para>
371 <itemizedlist>
372 <listitem>
373 <para>[matthew] - Re-introduce the Glibc-libidn package, as the
374 release tarball doesn't include it. Thanks to Alexander Kozlov for
375 the report.</para>
376 </listitem>
377 <listitem>
378 <para>[matthew] - Upgrade to Udev-140. Fixes
379 <ulink url="&lfs-ticket-root;2370">#2370</ulink>.</para>
380 </listitem>
381 <listitem>
382 <para>[matthew] - Upgrade to Man-DB-2.5.5. Fixes
383 <ulink url="&lfs-ticket-root;2372">#2372</ulink>.</para>
384 </listitem>
385 <listitem>
386 <para>[matthew] - Upgrade to Linux-2.6.28.8. Fixes
387 <ulink url="&lfs-ticket-root;2373">#2373</ulink>.</para>
388 </listitem>
389 </itemizedlist>
390 </listitem>
391
392 <listitem>
393 <para>2009-03-20</para>
394 <itemizedlist>
395 <listitem>
396 <para>[matthew] - Don't move readlink to /bin. It's not specified by
397 the FHS and not required by the bootscripts, so can stay in
398 /usr/bin. Thanks to Archaic for the report.</para>
399 </listitem>
400 </itemizedlist>
401 </listitem>
402
403 <listitem>
404 <para>2009-03-15</para>
405 <itemizedlist>
406 <listitem>
407 <para>[bryan] - Remove the uucp group (replace with dialout). Handle
408 ISDN devices with a file from upstream.</para>
409 </listitem>
410 </itemizedlist>
411 </listitem>
412
413 <listitem>
414 <para>2009-03-12</para>
415 <itemizedlist>
416 <listitem>
417 <para>[matthew] - Correct some dependency info. Thanks to Chris Staub for the
418 report and patch. Fixes
419 <ulink url="&lfs-ticket-root;2368">#2368</ulink>.</para>
420 </listitem>
421 <listitem>
422 <para>[matthew] - Fix a few typos. Thanks to Chris Staub for the report and
423 patch. Fixes <ulink url="&lfs-ticket-root;2367">#2367</ulink>.</para>
424 </listitem>
425 <listitem>
426 <para>[matthew] - Reword the explanation of the Expect tests in Binutils'
427 instructions to clarify what the expected test output is. Thanks to Chris
428 Staub for the report and patch. Fixes
429 <ulink url="&lfs-ticket-root;2365">#2365</ulink>.</para>
430 </listitem>
431 <listitem>
432 <para>[matthew] - Reorder the contents of chapter 7 to flow better. Thanks to
433 Chris Staub for the report and suggested order. Fixes
434 <ulink url="&lfs-ticket-root;2366">#2366</ulink>.</para>
435 </listitem>
436 <listitem>
437 <para>[matthew] - Install Inetutils' version of hostname, rather than
438 Coreutils' version, as it is more featureful. Thanks to Chris Staub &amp;
439 DJ Lucas. Fixes <ulink url="&lfs-ticket-root;2364">#2364</ulink>.</para>
440 </listitem>
441 <listitem>
442 <para>[matthew] - Build mkswap in chapter 5's Util-Linux-NG as it is
443 required by the e2fsprogs test suite. Also, remove the now
444 unnecessary BLKID_LIBS variable. Fixes
445 <ulink url="&lfs-ticket-root;2361">#2361</ulink>. Thanks to Chris
446 Staub for the reports.</para>
447 </listitem>
448 </itemizedlist>
449 </listitem>
450
451 <listitem>
452 <para>2009-03-11</para>
453 <itemizedlist>
454 <listitem>
455 <para>[matthew] - Mention Dejagnu test suite, as a C++ compiler is
456 available in chapter 5. Fixes
457 <ulink url="&lfs-ticket-root;2362">#2362</ulink>. Thanks to Chris
458 Staub for the report and patch.</para>
459 </listitem>
460 <listitem>
461 <para>[matthew] - Remove an obsolete GCC fixup command from Inetutils'
462 instructions. Fixes <ulink url="&lfs-ticket-root;2360">#2360</ulink>.
463 Thanks to Chris Staub for the report.</para>
464 </listitem>
465 <listitem>
466 <para>[matthew] - Upgraded to Udev-139. Fixes
467 <ulink url="&lfs-ticket-root;2350">#2350</ulink>.</para>
468 </listitem>
469 <listitem>
470 <para>[matthew] - Upgraded to Tar-1.22. Fixes
471 <ulink url="&lfs-ticket-root;2358">#2358</ulink>.</para>
472 </listitem>
473 <listitem>
474 <para>[matthew] - Upgraded to Readline-6.0. Fixes
475 <ulink url="&lfs-ticket-root;2353">#2353</ulink>.</para>
476 </listitem>
477 <listitem>
478 <para>[matthew] - Upgraded to MPFR-2.4.1. Fixes
479 <ulink url="&lfs-ticket-root;2359">#2359</ulink>.</para>
480 </listitem>
481 <listitem>
482 <para>[matthew] - Upgraded to Man-Pages-3.19. Fixes
483 <ulink url="&lfs-ticket-root;2352">#2352</ulink>.</para>
484 </listitem>
485 <listitem>
486 <para>[matthew] - Upgraded to Man-DB-2.5.4. Fixes
487 <ulink url="&lfs-ticket-root;2356">#2356</ulink> and
488 <ulink url="&lfs-ticket-root;2338">#2338</ulink>.</para>
489 </listitem>
490 <listitem>
491 <para>[matthew] - Upgraded to Linux-2.6.28.7. Fixes
492 <ulink url="&lfs-ticket-root;2349">#2349</ulink>.</para>
493 </listitem>
494 <listitem>
495 <para>[matthew] - Upgraded to Glibc-2.9. Fixes
496 <ulink url="&lfs-ticket-root;2357">#2357</ulink>.</para>
497 </listitem>
498 <listitem>
499 <para>[matthew] - Upgraded to Coreutils-7.1. Fixes
500 <ulink url="&lfs-ticket-root;2354">#2354</ulink>.</para>
501 </listitem>
502 <listitem>
503 <para>[matthew] - Upgraded to Bash-4.0. Fixes
504 <ulink url="&lfs-ticket-root;2351">#2351</ulink>.</para>
505 </listitem>
506 </itemizedlist>
507 </listitem>
508
509 <listitem>
510 <para>2009-02-17</para>
511 <itemizedlist>
512 <listitem>
513 <para>[matthew] - Upgraded to Linux-2.6.28.5. Fixes
514 <ulink url="&lfs-ticket-root;2348">#2348</ulink>.</para>
515 </listitem>
516 <listitem>
517 <para>[matthew] - Upgraded to Grep-2.5.4. Fixes
518 <ulink url="&lfs-ticket-root;2346">#2346</ulink>.</para>
519 </listitem>
520 <listitem>
521 <para>[matthew] - Upgraded to Man-Pages-3.18. Fixes
522 <ulink url="&lfs-ticket-root;2347">#2347</ulink>.</para>
523 </listitem>
524 <listitem>
525 <para>[matthew] - Upgraded to Util-Linux-NG-2.14.2. Fixes
526 <ulink url="&lfs-ticket-root;2345">#2345</ulink>.</para>
527 </listitem>
528 </itemizedlist>
529 </listitem>
530
531 <listitem>
532 <para>2009-02-08</para>
533 <itemizedlist>
534 <listitem>
535 <para>[matthew] - Remove the &quot;enable-multibyte&quot; configure
536 switch from Groff, which is not required following the upgrade to
537 Groff-1.20.1. Thanks to Robert Connolly for the report.</para>
538 </listitem>
539 <listitem>
540 <para>[matthew] - Install sysklogd binaries to
541 <filename class="directory">/sbin</filename> for FHS compatibility.
542 Fixes <ulink url="&lfs-ticket-root;2317">#2317</ulink>.</para>
543 </listitem>
544 <listitem>
545 <para>[matthew] - Replaced the link to the now non-existent udev-FAQ
546 to a more general udev information page. Fixes
547 <ulink url="&lfs-ticket-root;2306">#2306</ulink>.</para>
548 </listitem>
549 <listitem>
550 <para>[matthew] - Added a link to the wget-list file. Fixes
551 <ulink url="&lfs-ticket-root;2333">#2333</ulink>.</para>
552 </listitem>
553 <listitem>
554 <para>[matthew] - Upgraded to Module-init-Tools-3.6. Fixes
555 <ulink url="&lfs-ticket-root;2343">#2343</ulink>.</para>
556 </listitem>
557 <listitem>
558 <para>[matthew] - Upgraded to File-5.00. Fixes
559 <ulink url="&lfs-ticket-root;2342">#2342</ulink>.</para>
560 </listitem>
561 <listitem>
562 <para>[matthew] - Added a patch to suppress a warning added in
563 Tar-1.21 that causes the Perl testsuite to fail.</para>
564 </listitem>
565 <listitem>
566 <para>[matthew] - Upgraded to MPFR-2.4.0. Fixes
567 <ulink url="&lfs-ticket-root;2341">#2341</ulink>.</para>
568 </listitem>
569 <listitem>
570 <para>[matthew] - Install MPFR's documentation. Fixes
571 <ulink url="&lfs-ticket-root;2232">#2232</ulink>. Thanks to Randy
572 McMurchy for the report and assistance with the fix.</para>
573 </listitem>
574 <listitem>
575 <para>[matthew] - Remove an unneeded --sysconfdir parameter in
576 Inetutils' instructions. Fixes
577 <ulink url="&lfs-ticket-root;2313">#2313</ulink>.</para>
578 </listitem>
579 <listitem>
580 <para>[matthew] - Upgraded to Linux-2.6.28.4. Fixes
581 <ulink url="&lfs-ticket-root;2340">#2340</ulink>.</para>
582 </listitem>
583 <listitem>
584 <para>[matthew] - Upgraded to Binutils-2.19.1. Fixes
585 <ulink url="&lfs-ticket-root;2339">#2339</ulink>.</para>
586 </listitem>
587 </itemizedlist>
588 </listitem>
589
590 <listitem>
591 <para>2009-02-01</para>
592 <itemizedlist>
593 <listitem>
594 <para>[matthew] - Remove the redundant SBINDIR parameter from
595 IPRoute2's commands. Fixes the remaining part of
596 <ulink url="&lfs-ticket-root;2307">#2307</ulink>.</para>
597 </listitem>
598 <listitem>
599 <para>[matthew] - Install DRM-related Linux headers, as suggested by
600 Chris Staub in <ulink url="&lfs-ticket-root;2307">#2307</ulink>.
601 </para>
602 </listitem>
603 <listitem>
604 <para>[matthew] - Added preloadable_libintl.so to list of files
605 installed by Gettext. Thanks to Chris Staub for the report and patch.
606 Fixes <ulink url="&lfs-ticket-root;2312">#2312</ulink>.</para>
607 </listitem>
608 <listitem>
609 <para>[matthew] - Upgraded to Udev-137. Fixes
610 <ulink url="&lfs-ticket-root;2328">#2328</ulink>.</para>
611 </listitem>
612 <listitem>
613 <para>[matthew] - Upgraded to Tcl-8.5.6. Fixes
614 <ulink url="&lfs-ticket-root;2305">#2305</ulink>.</para>
615 </listitem>
616 <listitem>
617 <para>[matthew] - Upgraded to Tar-1.21. Fixes
618 <ulink url="&lfs-ticket-root;2309">#2309</ulink>.</para>
619 </listitem>
620 <listitem>
621 <para>[matthew] - Upgraded to Patch-2.5.9. Fixes
622 <ulink url="&lfs-ticket-root;2239">#2239</ulink>.</para>
623 </listitem>
624 <listitem>
625 <para>[matthew] - Upgraded to Man-Pages-3.17. Fixes
626 <ulink url="&lfs-ticket-root;2327">#2327</ulink>.</para>
627 </listitem>
628 <listitem>
629 <para>[matthew] - Upgraded to Linux-2.6.28.2. Fixes
630 <ulink url="&lfs-ticket-root;2316">#2316</ulink>.</para>
631 </listitem>
632 <listitem>
633 <para>[matthew] - Upgraded to IPRoute2-2.6.28. Fixes
634 <ulink url="&lfs-ticket-root;2324">#2324</ulink>.</para>
635 </listitem>
636 <listitem>
637 <para>[matthew] - Upgraded to Inetutils-1.6. Fixes
638 <ulink url="&lfs-ticket-root;2308">#2308</ulink>.</para>
639 </listitem>
640 <listitem>
641 <para>[matthew] - Upgraded to Groff-1.20.1. Fixes
642 <ulink url="&lfs-ticket-root;2322">#2322</ulink>.</para>
643 </listitem>
644 <listitem>
645 <para>[matthew] - Upgraded to GCC-4.3.3. Fixes
646 <ulink url="&lfs-ticket-root;2334">#2334</ulink>.</para>
647 </listitem>
648 <listitem>
649 <para>[matthew] - Upgraded to E2fsprogs-1.41.4. Fixes
650 <ulink url="&lfs-ticket-root;2336">#2336</ulink>.</para>
651 </listitem>
652 <listitem>
653 <para>[matthew] - Upgraded to Bison-2.4.1. Fixes
654 <ulink url="&lfs-ticket-root;2300">#2300</ulink>.</para>
655 </listitem>
656 <listitem>
657 <para>[matthew] - Upgraded to Bash-3.2.48. Fixes
658 <ulink url="&lfs-ticket-root;2319">#2319</ulink>.</para>
659 </listitem>
660 </itemizedlist>
661 </listitem>
662
663 <listitem>
664 <para>2009-01-24</para>
665 <itemizedlist>
666 <listitem>
667 <para>[matthew] - Corrected some package tarball sizes. Fixes
668 <ulink url="&lfs-ticket-root;2290">#2290</ulink>.</para>
669 </listitem>
670 </itemizedlist>
671 </listitem>
672
673 <listitem>
674 <para>2009-01-03</para>
675 <itemizedlist>
676 <listitem>
677 <para>[bdubbs] - Reformatted several pages so pdf is properly
678 generated. Thanks to Martin Miehe for the changes.
679 </para>
680 </listitem>
681 </itemizedlist>
682 </listitem>
683
684 <listitem>
685 <para>2008-12-29</para>
686 <itemizedlist>
687 <listitem>
688 <para>[bdubbs] - Split one udev rule so it is not wider than the
689 book's page.
690 </para>
691 </listitem>
692 </itemizedlist>
693 </listitem>
694
695 <listitem>
696 <para>2008-12-24</para>
697 <itemizedlist>
698 <listitem>
699 <para>[bdubbs] - Updated the location of glibc-2.8-20080929.tar.bz2.
700 </para>
701 </listitem>
702 </itemizedlist>
703 </listitem>
704
705 <listitem>
706 <para>2008-12-19</para>
707 <itemizedlist>
708 <listitem>
709 <para>[robert] - Added -v to the install command for the convert-mans
710 script in the man-db page, for consistent use of verbose commands.</para>
711 </listitem>
712 </itemizedlist>
713 </listitem>
714
715 <listitem>
716 <para>2008-12-18</para>
717 <itemizedlist>
718 <listitem>
719 <para>[robert] - Removed the unneeded -e option from the Sed command
720 in the chap6 Findutils page, for consistency.</para>
721 </listitem>
722 </itemizedlist>
723 </listitem>
724
725 <listitem>
726 <para>2008-12-07</para>
727 <itemizedlist>
728 <listitem>
729 <para>[jhuntwork] - Update Greg Schafer's entry in the acknowledgments section to
730 properly reflect the work done in designing the build method.</para>
731 </listitem>
732 </itemizedlist>
733 </listitem>
734
735 <listitem>
736 <para>2008-12-06</para>
737 <itemizedlist>
738 <listitem>
739 <para>[matthew] - Upgraded to vim-7.2-fixes-4.patch. Fixes <ulink url="&lfs-ticket-root;2296">#2296</ulink>.
740 </para>
741 </listitem>
742 <listitem>
743 <para>[matthew] - Upgraded to Udev-135. Fixes <ulink url="&lfs-ticket-root;2284">#2284</ulink>.</para>
744 </listitem>
745 <listitem>
746 <para>[matthew] - Upgraded to Shadow-4.1.2.2. Fixes <ulink url="&lfs-ticket-root;2287">#2287</ulink>.</para>
747 </listitem>
748 <listitem>
749 <para>[matthew] - Upgraded to readline-5.2-fixes-6.patch. Fixes
750 <ulink url="&lfs-ticket-root;2295">#2295</ulink>.</para>
751 </listitem>
752 <listitem>
753 <para>[matthew] - Upgraded to Ncurses-5.7. Fixes <ulink url="&lfs-ticket-root;2276">#2276</ulink>.</para>
754 </listitem>
755 <listitem>
756 <para>[matthew] - Upgraded to Module-Init-Tools-3.5. Fixes <ulink url="&lfs-ticket-root;2245">#2245</ulink>.
757 </para>
758 </listitem>
759 <listitem>
760 <para>[matthew] - Upgraded to Man-Pages-3.15. Fixes <ulink url="&lfs-ticket-root;2269">#2269</ulink>.</para>
761 </listitem>
762 <listitem>
763 <para>[matthew] - Upgraded to Man-DB-2.5.3. Fixes <ulink url="&lfs-ticket-root;2283">#2283</ulink>.</para>
764 </listitem>
765 <listitem>
766 <para>[matthew] - Upgraded to Linux-2.6.27.8. Fixes <ulink url="&lfs-ticket-root;2282">#2282</ulink>.</para>
767 </listitem>
768 <listitem>
769 <para>[matthew] - Upgraded to Kbd-1.15. Fixes <ulink url="&lfs-ticket-root;2291">#2291</ulink>.</para>
770 </listitem>
771 <listitem>
772 <para>[matthew] - Upgraded to Bison-2.4. Fixes <ulink url="&lfs-ticket-root;2281">#2281</ulink>.</para>
773 </listitem>
774 <listitem>
775 <para>[matthew] - Upgraded to Binutils-2.19. Fixes <ulink url="&lfs-ticket-root;2268">#2268</ulink>.</para>
776 </listitem>
777 <listitem>
778 <para>[matthew] - Upgraded to bash-3.2-fixes-9.patch. Fixes <ulink url="&lfs-ticket-root;2294">#2294</ulink>.
779 </para>
780 </listitem>
781 <listitem>
782 <para>[matthew] - Upgraded to Automake-1.10.2. Fixes <ulink url="&lfs-ticket-root;2286">#2286</ulink>.</para>
783 </listitem>
784 </itemizedlist>
785 </listitem>
786
787 <listitem>
788 <para>2008-12-04</para>
789 <itemizedlist>
790 <listitem>
791 <para>[jhuntwork] - Introduce new build method in Chapter 5 originating
792 in DIY-Linux. Thanks, Greg Schafer.</para>
793 </listitem>
794 <listitem>
795 <para>[jhuntwork] - Move instructions for GRUB to chapter 8 just after the
796 compilation of the kernel. Merge GRUB build and configuration instructions
797 into one page.</para>
798 </listitem>
799 </itemizedlist>
800 </listitem>
801
802 <listitem>
803 <para>2008-12-03</para>
804 <itemizedlist>
805 <listitem>
806 <para>[jhuntwork] - Initial addition of support for building on x86_64.
807 Several ideas, principles and build instructions originated in DIY-Linux.
808 Thanks, Greg Schafer.</para>
809 </listitem>
810 </itemizedlist>
811 </listitem>
812
813 <listitem>
814 <para>2008-12-02</para>
815 <itemizedlist>
816 <listitem>
817 <para>[jhuntwork] - Moved grep up in the build order of chapter 6
818 to be before libtool which hardcodes references to grep in its installed
819 files. Was previously circumvented by a symlink, but this approach sticks
820 more closely to our build order policy. Thanks to Greg Schafer for the reminder.</para>
821 </listitem>
822 </itemizedlist>
823 </listitem>
824
825 <listitem>
826 <para>2008-12-01</para>
827 <itemizedlist>
828 <listitem>
829 <para>[jhuntwork] - Adjusted the line break in the adjusting toolchain
830 section so that the output redirection does not look like a secondary
831 bash prompt. Thanks to Chris Staub for the idea.</para>
832 </listitem>
833 </itemizedlist>
834 </listitem>
835
836 <listitem>
837 <para>2008-11-23</para>
838 <itemizedlist>
839 <listitem>
840 <para>[ken] - Added note to gmp about CFLAGS on 64-bit-capable
841 machines. Reported by Tobias Gasser, thanks to Greg Schafer for
842 the analysis.</para>
843 </listitem>
844 </itemizedlist>
845 </listitem>
846
847
848 </itemizedlist>
849
850 <para>LFS 6.4 released November 23, 2008.</para>
851
852</sect1>
Note: See TracBrowser for help on using the repository browser.