changelog.xml 41 KB

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