changelog.xml 42 KB

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