changelog.xml 42 KB

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