changelog.xml 40 KB

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