changelog.xml 38 KB

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