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