source: chapter01/changelog.xml@ 71b1c20

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

Removed redundencies in ncurses.

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

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