changelog.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  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>2010-07-18</para>
  33. <itemizedlist>
  34. <listitem>
  35. <para>[bdubbs] - Updated discussion of building packages
  36. in parallel. Fixes
  37. <ulink url="&lfs-ticket-root;2712">#2712</ulink>.</para>
  38. </listitem>
  39. <listitem>
  40. <para>[bdubbs] - Updated dependencies for GRUB and Glibc.
  41. Thanks to splotz90 for the patch. Fixes
  42. <ulink url="&lfs-ticket-root;2716">#2716</ulink>.</para>
  43. </listitem>
  44. <listitem>
  45. <para>[bdubbs] - Clarified wording about device creation
  46. when mounting virtual filesystems. Fixes
  47. <ulink url="&lfs-ticket-root;2715">#2715</ulink>.</para>
  48. </listitem>
  49. </itemizedlist>
  50. </listitem>
  51. <listitem>
  52. <para>2010-07-07</para>
  53. <itemizedlist>
  54. <listitem>
  55. <para>[matthew] - Fixed creation of a GRUB boot disk. Fixes
  56. <ulink url="&lfs-ticket-root;2706">#2706</ulink>. Thanks to
  57. Sebastian Plotz for the report and fix.</para>
  58. </listitem>
  59. </itemizedlist>
  60. </listitem>
  61. <listitem>
  62. <para>2010-07-04</para>
  63. <itemizedlist>
  64. <listitem>
  65. <para>[robert] - Fixed the util-linux tarball url.</para>
  66. </listitem>
  67. </itemizedlist>
  68. </listitem>
  69. <listitem>
  70. <para>2010-07-02</para>
  71. <itemizedlist>
  72. <listitem>
  73. <para>[bdubbs] - Clarified that SBU data is not included in
  74. Chapter 5, but is included in Chapter 6. Thanks to
  75. littlebat for the patch.
  76. Fixes
  77. <ulink url="&lfs-ticket-root;2702">#2702</ulink>.</para>
  78. </listitem>
  79. <listitem>
  80. <para>[bdubbs] - Expand and reformat notes concerning
  81. grub.cfg.</para>
  82. </listitem>
  83. <listitem>
  84. <para>[bdubbs] - Updated to util-linix-ng-2.18.
  85. Fixes
  86. <ulink url="&lfs-ticket-root;2681">#2681</ulink>.</para>
  87. </listitem>
  88. </itemizedlist>
  89. </listitem>
  90. <listitem>
  91. <para>2010-07-01</para>
  92. <itemizedlist>
  93. <listitem>
  94. <para>[ken] - Minor text correction.
  95. Fixes
  96. <ulink url="&lfs-ticket-root;2701">#2701</ulink>.</para>
  97. </listitem>
  98. </itemizedlist>
  99. </listitem>
  100. <listitem>
  101. <para>2010-06-27</para>
  102. <itemizedlist>
  103. <listitem>
  104. <para>[bdubbs] - Update to udev-158. Also add a new
  105. udev-testfiles tarball and an instuction to make check.
  106. Fixes
  107. <ulink url="&lfs-ticket-root;2692">#2692</ulink> and
  108. <ulink url="&lfs-ticket-root;2700">#2700</ulink>.</para>
  109. </listitem>
  110. <listitem>
  111. <para>[bdubbs] - Update to sysvinit-2.88dsf.
  112. Fixes
  113. <ulink url="&lfs-ticket-root;2677">#2677</ulink>.</para>
  114. </listitem>
  115. <listitem>
  116. <para>[bdubbs] - Added new CFLAGS options to zlib configure
  117. instruction in order to prevent some seg faults when building
  118. with gcc-4.5.
  119. Fixes
  120. <ulink url="&lfs-ticket-root;2691">#2691</ulink>.</para>
  121. </listitem>
  122. <listitem>
  123. <para>[bdubbs] - Updated explanation of glibc timeout
  124. errors and added TIMEOUTFACTOR as a possible solution.
  125. Fixes
  126. <ulink url="&lfs-ticket-root;2683">#2683</ulink>.</para>
  127. </listitem>
  128. <listitem>
  129. <para>[bdubbs] - Update installed programs lists.
  130. Thanks to Chris Staub for the patch. Fixes
  131. <ulink url="&lfs-ticket-root;2678">#2678</ulink>.</para>
  132. </listitem>
  133. </itemizedlist>
  134. </listitem>
  135. <listitem>
  136. <para>2010-06-22</para>
  137. <itemizedlist>
  138. <listitem>
  139. <para>[matthew] - Upgrade to Man-Pages-3.25. Fixes
  140. <ulink url="&lfs-ticket-root;2695">#2695</ulink>.</para>
  141. </listitem>
  142. <listitem>
  143. <para>[matthew] - Upgrade to MPFR-3.0.0. Fixes
  144. <ulink url="&lfs-ticket-root;2687">#2687</ulink>.</para>
  145. </listitem>
  146. </itemizedlist>
  147. </listitem>
  148. <listitem>
  149. <para>2010-06-21</para>
  150. <itemizedlist>
  151. <listitem>
  152. <para>[matthew] - Upgrade to Udev-157. Fixes
  153. <ulink url="&lfs-ticket-root;2676">#2676</ulink>.</para>
  154. </listitem>
  155. <listitem>
  156. <para>[matthew] - Upgrade to Gettext-0.18.1.1. Fixes
  157. <ulink url="&lfs-ticket-root;2686">#2686</ulink>.</para>
  158. </listitem>
  159. <listitem>
  160. <para>[matthew] - Upgrade to Libtool-2.2.10. Fixes
  161. <ulink url="&lfs-ticket-root;2690">#2690</ulink>.</para>
  162. </listitem>
  163. <listitem>
  164. <para>[matthew] - Upgrade to Expect-5.44.1.15. Fixes
  165. <ulink url="&lfs-ticket-root;2689">#2689</ulink>.</para>
  166. </listitem>
  167. </itemizedlist>
  168. </listitem>
  169. <listitem>
  170. <para>2010-06-19</para>
  171. <itemizedlist>
  172. <listitem>
  173. <para>[bdubbs] - Add a consolidated set of patches to DejaGNU.
  174. Fixes <ulink url="&lfs-ticket-root;2684">#2684</ulink>.</para>
  175. </listitem>
  176. </itemizedlist>
  177. </listitem>
  178. <listitem>
  179. <para>2010-06-18</para>
  180. <itemizedlist>
  181. <listitem>
  182. <para>[bdubbs] - Update to Module-Init-Tools-3.12.
  183. Fixes <ulink url="&lfs-ticket-root;2675">#2675</ulink>
  184. and <ulink url="&lfs-ticket-root;2688">#2688</ulink>.</para>
  185. </listitem>
  186. <listitem>
  187. <para>[bdubbs] - Add a sed to the current kernel to work around
  188. a bug in linux-2.6.34 and earlier. This change will be removed
  189. when incorporated into a subsequent version of the kernel.
  190. Fixes <ulink url="&lfs-ticket-root;2662">#2662</ulink>.</para>
  191. </listitem>
  192. </itemizedlist>
  193. </listitem>
  194. <listitem>
  195. <para>2010-06-16</para>
  196. <itemizedlist>
  197. <listitem>
  198. <para>[bdubbs] - Update kernel version specified in Chapter 5
  199. glibc instructions to be consistent with host requirements and
  200. Chapter 6 glibc.</para>
  201. </listitem>
  202. </itemizedlist>
  203. </listitem>
  204. <listitem>
  205. <para>2010-06-14</para>
  206. <itemizedlist>
  207. <listitem>
  208. <para>[robert] - Make rmdir verbose when installing udev.</para>
  209. </listitem>
  210. </itemizedlist>
  211. </listitem>
  212. <listitem>
  213. <para>2010-06-01</para>
  214. <itemizedlist>
  215. <listitem>
  216. <para>[bdubbs] - Update host requirements to those packages
  217. built in LFS-6.3.</para>
  218. </listitem>
  219. </itemizedlist>
  220. </listitem>
  221. <listitem>
  222. <para>2010-05-29</para>
  223. <itemizedlist>
  224. <listitem>
  225. <para>[matthew] - Upgrade to Udev-156. Fixes
  226. <ulink url="&lfs-ticket-root;2671">#2671</ulink>.</para>
  227. </listitem>
  228. <listitem>
  229. <para>[matthew] - Upgrade to Pkg-config-0.25. Fixes
  230. <ulink url="&lfs-ticket-root;2670">#2670</ulink>.</para>
  231. </listitem>
  232. <listitem>
  233. <para>[matthew] - Upgrade to Glibc-2.11.2. Fixes
  234. <ulink url="&lfs-ticket-root;2669">#2669</ulink>.</para>
  235. </listitem>
  236. <listitem>
  237. <para>[matthew] - Upgrade to Gettext-0.18. Fixes
  238. <ulink url="&lfs-ticket-root;2660">#2660</ulink>.</para>
  239. </listitem>
  240. </itemizedlist>
  241. </listitem>
  242. <listitem>
  243. <para>2010-05-26</para>
  244. <itemizedlist>
  245. <listitem>
  246. <para>[bdubbs] - Add additional information to clarify the
  247. build process.</para>
  248. </listitem>
  249. </itemizedlist>
  250. </listitem>
  251. <listitem>
  252. <para>2010-05-23</para>
  253. <itemizedlist>
  254. <listitem>
  255. <para>[ken] - Reword the ABI note in gmp (chapter06) to correct
  256. it, and to stress that it is for 32-bit. Fixes
  257. <ulink url="&lfs-ticket-root;2648">#2648</ulink></para>
  258. </listitem>
  259. <listitem>
  260. <para>[bdubbs] - Add a patch to fix some internal problems
  261. in Man-DB when viewing some pages. Thanks to William Immendorf
  262. for posting the patch. Fixes
  263. <ulink url="&lfs-ticket-root;2652">#2652</ulink></para>
  264. </listitem>
  265. <listitem>
  266. <para>[bdubbs] - Add installed directories information to
  267. each package. Thanks to Chris Staub for the patch. Fixes
  268. <ulink url="&lfs-ticket-root;2657">#2655</ulink></para>
  269. </listitem>
  270. </itemizedlist>
  271. </listitem>
  272. <listitem>
  273. <para>2010-05-21</para>
  274. <itemizedlist>
  275. <listitem>
  276. <para>[matthew] - Remove an empty documentation directory created by
  277. Udev-154.</para>
  278. </listitem>
  279. <listitem>
  280. <para>[matthew] - Upgrade to IPRoute2-2.6.34. Fixes
  281. <ulink url="&lfs-ticket-root;2668">#2668</ulink>.</para>
  282. </listitem>
  283. <listitem>
  284. <para>[matthew] - Upgrade to E2fsprogs-1.41.12. Fixes
  285. <ulink url="&lfs-ticket-root;2667">#2667</ulink>.</para>
  286. </listitem>
  287. <listitem>
  288. <para>[matthew] - Upgrade to Perl-5.12.1. Fixes
  289. <ulink url="&lfs-ticket-root;2666">#2666</ulink>.</para>
  290. </listitem>
  291. <listitem>
  292. <para>[matthew] - Added latest upstream patches for Bash. Fixes
  293. <ulink url="&lfs-ticket-root;2665">#2665</ulink>.</para>
  294. </listitem>
  295. <listitem>
  296. <para>[matthew] - Upgrade to MPC-0.8.2. Fixes
  297. <ulink url="&lfs-ticket-root;2664">#2664</ulink>.</para>
  298. </listitem>
  299. <listitem>
  300. <para>[matthew] - Upgrade to Inetutils-1.8. Fixes
  301. <ulink url="&lfs-ticket-root;2663">#2663</ulink>.</para>
  302. </listitem>
  303. <listitem>
  304. <para>[matthew] - Upgrade to Gawk-3.1.8. Fixes
  305. <ulink url="&lfs-ticket-root;2659">#2659</ulink>.</para>
  306. </listitem>
  307. <listitem>
  308. <para>[matthew] - Install Man-DB's documentation in a versioned
  309. directory. Fixes
  310. <ulink url="&lfs-ticket-root;2658">#2658</ulink>.</para>
  311. </listitem>
  312. <listitem>
  313. <para>[matthew] - Upgrade to Diffutils-3.0. Fixes
  314. <ulink url="&lfs-ticket-root;2656">#2656</ulink>.</para>
  315. </listitem>
  316. <listitem>
  317. <para>[matthew] - Correct documentation installation instructions for
  318. MPFR. Thanks to Chris Staub for the patch. Fixes
  319. <ulink url="&lfs-ticket-root;2655">#2655</ulink>.</para>
  320. </listitem>
  321. <listitem>
  322. <para>[matthew] - Upgrade to Coreutils-8.5. Fixes
  323. <ulink url="&lfs-ticket-root;2643">#2643</ulink>.</para>
  324. </listitem>
  325. <listitem>
  326. <para>[matthew] - Upgrade to Udev-154. Fixes
  327. <ulink url="&lfs-ticket-root;2639">#2639</ulink>.</para>
  328. </listitem>
  329. <listitem>
  330. <para>[matthew] - Upgrade to Zlib-1.2.5. Fixes
  331. <ulink url="&lfs-ticket-root;2638">#2638</ulink>.</para>
  332. </listitem>
  333. <listitem>
  334. <para>[matthew] - Upgrade to Linux-2.6.34. Fixes
  335. <ulink url="&lfs-ticket-root;2628">#2628</ulink>.</para>
  336. </listitem>
  337. <listitem>
  338. <para>[matthew] - Add a patch to fix incorrect version numbers in
  339. Bzip2. Thanks to Jeremy Huntwork (LightCube OS) for the patch. Fixes
  340. <ulink url="&lfs-ticket-root;2624">#2624</ulink>.</para>
  341. </listitem>
  342. </itemizedlist>
  343. </listitem>
  344. <listitem>
  345. <para>2010-05-06</para>
  346. <itemizedlist>
  347. <listitem>
  348. <para>[bdubbs] - Removed a sed in Chapter 6 GCC instructions that
  349. has been fixed in GCC-4.5.0.
  350. Fixes <ulink url="&lfs-ticket-root;2653">#2653</ulink>.</para>
  351. </listitem>
  352. </itemizedlist>
  353. </listitem>
  354. <listitem>
  355. <para>2010-05-03</para>
  356. <itemizedlist>
  357. <listitem>
  358. <para>[bdubbs] - Added a patch to fix a buffer overflow
  359. errror in tar. The fix is specific to building with gcc-4.5
  360. and later.
  361. Fixes <ulink url="&lfs-ticket-root;2651">#2610</ulink>.</para>
  362. </listitem>
  363. <listitem>
  364. <para>[bdubbs] - Added precedures for the new diffutils test
  365. suite.
  366. Thanks to Chris Staub.
  367. Fixes <ulink url="&lfs-ticket-root;2650">#2650</ulink>.</para>
  368. </listitem>
  369. <listitem>
  370. <para>[bdubbs] - Made minor text changes in Chapter 5, gawk
  371. and Chapter 6, patch.
  372. Thanks to Chris Staub.
  373. Fixes <ulink url="&lfs-ticket-root;2649">#2649</ulink>.</para>
  374. </listitem>
  375. <listitem>
  376. <para>[bdubbs] - Made several text changes in Section v,
  377. Rationale for Packages in the Book. Thanks to Chris
  378. Staub for the patch.
  379. Fixes <ulink url="&lfs-ticket-root;2644">#2644</ulink>.</para>
  380. </listitem>
  381. <listitem>
  382. <para>[bdubbs] - Add file to Chapter 5 to remove several warning
  383. messages in Chapter 6 binutils.
  384. Fixes <ulink url="&lfs-ticket-root;2640">#2640</ulink>.</para>
  385. </listitem>
  386. </itemizedlist>
  387. </listitem>
  388. <listitem>
  389. <para>2010-04-20</para>
  390. <itemizedlist>
  391. <listitem>
  392. <para>[matthew] Upgrade to GCC-4.5.0, including the addition of its
  393. new dependency, MPC. Fixes
  394. <ulink url="&lfs-ticket-root;2636">#2636</ulink>.</para>
  395. </listitem>
  396. <listitem>
  397. <para>[matthew] Upgrade to Perl-5.12.0. Fixes
  398. <ulink url="&lfs-ticket-root;2635">#2635</ulink>.</para>
  399. </listitem>
  400. <listitem>
  401. <para>[matthew] Upgrade to Kbd-1.15.2. Fixes
  402. <ulink url="&lfs-ticket-root;2634">#2634</ulink>.</para>
  403. </listitem>
  404. <listitem>
  405. <para>[matthew] Remove the now unused --docdir parameter for Udev.
  406. Fixes <ulink url="&lfs-ticket-root;2633">#2633</ulink>.</para>
  407. </listitem>
  408. <listitem>
  409. <para>[matthew] Upgrade to Psmisc-22.11. Fixes
  410. <ulink url="&lfs-ticket-root;2631">#2631</ulink>.</para>
  411. </listitem>
  412. <listitem>
  413. <para>[matthew] Move <command>killall</command> to
  414. <filename class="directory">/bin</filename> so that installs with a
  415. separate <filename class="directory">/usr</filename> partition and no
  416. <package>Sysvinit</package> installed will boot. Fixes
  417. <ulink url="&lfs-ticket-root;2622">#2622</ulink>.</para>
  418. </listitem>
  419. <listitem>
  420. <para>[matthew] Upgrade to Grep-2.6.3. Fixes
  421. <ulink url="&lfs-ticket-root;2621">#2621</ulink>.</para>
  422. </listitem>
  423. <listitem>
  424. <para>[matthew] Add upstream fixes 001-005 for Bash. Fixes
  425. <ulink url="&lfs-ticket-root;2620">#2620</ulink>.</para>
  426. </listitem>
  427. <listitem>
  428. <para>[matthew] Remove the Vim fixes patch as it is out of date and
  429. looks to be applying fixes still in upstream's development cycle.
  430. Fixes <ulink url="&lfs-ticket-root;2597">#2597</ulink>.</para>
  431. </listitem>
  432. </itemizedlist>
  433. </listitem>
  434. <listitem>
  435. <para>2010-04-12</para>
  436. <itemizedlist>
  437. <listitem>
  438. <para>[bdubbs] - Adjust zlib instructions to ensure .pc
  439. file and all libraries are in the proper location.
  440. Thanks to Chris Staub.
  441. Fixes <ulink url="&lfs-ticket-root;2630">#2630</ulink>.</para>
  442. </listitem>
  443. </itemizedlist>
  444. </listitem>
  445. <listitem>
  446. <para>2010-03-27</para>
  447. <itemizedlist>
  448. <listitem>
  449. <para>[matthew] Upgrade to Grep-2.6.1. Fixes
  450. <ulink url="&lfs-ticket-root;2617">#2617</ulink>.</para>
  451. </listitem>
  452. <listitem>
  453. <para>[matthew] Upgrade to Util-Linux-NG-2.17.2. Fixes
  454. <ulink url="&lfs-ticket-root;2616">#2616</ulink>.</para>
  455. </listitem>
  456. <listitem>
  457. <para>[matthew] Upgrade to Bison-2.4.2. Fixes
  458. <ulink url="&lfs-ticket-root;2615">#2615</ulink>.</para>
  459. </listitem>
  460. </itemizedlist>
  461. </listitem>
  462. <listitem>
  463. <para>2010-03-20</para>
  464. <itemizedlist>
  465. <listitem>
  466. <para>[bdubbs] - Add a sed to the tar command to fix an
  467. error in the latest release. The fix is from upstream.</para>
  468. </listitem>
  469. </itemizedlist>
  470. </listitem>
  471. <listitem>
  472. <para>2010-03-18</para>
  473. <itemizedlist>
  474. <listitem>
  475. <para>[matthew] Upgrade to Linux-2.6.33.1. Fixes
  476. <ulink url="&lfs-ticket-root;2608">#2608</ulink>.</para>
  477. </listitem>
  478. <listitem>
  479. <para>[matthew] Upgrade to E2fsprogs-1.41.11. Fixes
  480. <ulink url="&lfs-ticket-root;2607">#2607</ulink>.</para>
  481. </listitem>
  482. <listitem>
  483. <para>[matthew] Upgrade to Zlib-1.2.4. Fixes
  484. <ulink url="&lfs-ticket-root;2606">#2606</ulink>.</para>
  485. </listitem>
  486. <listitem>
  487. <para>[matthew] Upgrade to Tar-1.23. Fixes
  488. <ulink url="&lfs-ticket-root;2603">#2603</ulink>.</para>
  489. </listitem>
  490. <listitem>
  491. <para>[matthew] Upgrade to Grub-1.98. Fixes
  492. <ulink url="&lfs-ticket-root;2602">#2602</ulink>.</para>
  493. </listitem>
  494. <listitem>
  495. <para>[matthew] Remove commands no longer necessary in order to run
  496. the Bash test suite. Fixes
  497. <ulink url="&lfs-ticket-root;2601">#2601</ulink>.</para>
  498. </listitem>
  499. <listitem>
  500. <para>[matthew] Upgrade to Binutils-2.20.1. Fixes
  501. <ulink url="&lfs-ticket-root;2599">#2599</ulink>.</para>
  502. </listitem>
  503. </itemizedlist>
  504. </listitem>
  505. <listitem>
  506. <para>2010-03-01</para>
  507. <itemizedlist>
  508. <listitem>
  509. <para>[matthew] Upgrade to Man-pages-3.24. Fixes
  510. <ulink url="&lfs-ticket-root;2596">#2596</ulink>.</para>
  511. </listitem>
  512. <listitem>
  513. <para>[matthew] Upgrade to M4-1.4.14. Fixes
  514. <ulink url="&lfs-ticket-root;2594">#2594</ulink>.</para>
  515. </listitem>
  516. <listitem>
  517. <para>[matthew] Upgrade to IPRoute2-2.6.33. Fixes
  518. <ulink url="&lfs-ticket-root;2592">#2592</ulink>.</para>
  519. </listitem>
  520. <listitem>
  521. <para>[matthew] Upgrade to Linux-2.6.33. Fixes
  522. <ulink url="&lfs-ticket-root;2587">#2587</ulink>.</para>
  523. </listitem>
  524. <listitem>
  525. <para>[matthew] Upgrade to Man-DB-2.5.7. Fixes
  526. <ulink url="&lfs-ticket-root;2583">#2583</ulink>.</para>
  527. </listitem>
  528. <listitem>
  529. <para>[matthew] Upgrade to Util-Linux-NG-2.17.1. Fixes
  530. <ulink url="&lfs-ticket-root;2581">#2581</ulink>.</para>
  531. </listitem>
  532. <listitem>
  533. <para>[matthew] Upgrade to Diffutils-2.9. Fixes
  534. <ulink url="&lfs-ticket-root;2577">#2577</ulink>. This also drops
  535. the i18n patch as it has been rejected upstream.</para>
  536. </listitem>
  537. <listitem>
  538. <para>[matthew] Upgrade to GMP-5.0.1. Fixes
  539. <ulink url="&lfs-ticket-root;2572">#2572</ulink>.</para>
  540. </listitem>
  541. <listitem>
  542. <para>[matthew] Post-LFS-6.6 cleanup.</para>
  543. </listitem>
  544. </itemizedlist>
  545. </listitem>
  546. </itemizedlist>
  547. </sect1>