source: chapter01/changelog.xml@ 33f0959

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 12.2 12.2-rc1 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 33f0959 was 33f0959, checked in by Bruce Dubbs <bdubbs@…>, 15 years ago

Expand package management discussion and add a section
on deploying an LFS system to another host.

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

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