changelog.xml 39 KB

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