changelog.xml 37 KB

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