changelog.xml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794
  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-09-18</para>
  33. <itemizedlist>
  34. <listitem>
  35. <para>[bdubbs] - Release LFS-6.7.
  36. </para>
  37. </listitem>
  38. <listitem>
  39. <para>[matthew] - Add instruction to increase
  40. stack size during gcc tests.
  41. </para>
  42. </listitem>
  43. </itemizedlist>
  44. </listitem>
  45. <listitem>
  46. <para>2010-09-17</para>
  47. <itemizedlist>
  48. <listitem>
  49. <para>[bdubbs] - Be consistent about 'test suites'.
  50. Fixes
  51. <ulink url="&lfs-ticket-root;2756">#2756</ulink>
  52. </para>
  53. </listitem>
  54. <listitem>
  55. <para>[bdubbs] - Remove optional symlink in psmisc
  56. becasue if it is not overwritten by the sysvinit
  57. intallation, it will break the init scripts.
  58. </para>
  59. </listitem>
  60. <listitem>
  61. <para>[bdubbs] - Touch up example grub.conf.
  62. Fixes
  63. <ulink url="&lfs-ticket-root;2748">#2748</ulink>
  64. </para>
  65. </listitem>
  66. </itemizedlist>
  67. </listitem>
  68. <listitem>
  69. <para>2010-09-06</para>
  70. <itemizedlist>
  71. <listitem>
  72. <para>[matthew] - Use --disable-libgomp instead of using
  73. LD_LIBRARY_PATH to avoid a failure in GCC pass 2's configure
  74. script.</para>
  75. </listitem>
  76. </itemizedlist>
  77. </listitem>
  78. <listitem>
  79. <para>2010-09-03</para>
  80. <itemizedlist>
  81. <listitem>
  82. <para>[bdubbs] - Add -Duseshrplib to perl configuration
  83. to build a shared library needed by some perl modules.
  84. Fixes
  85. <ulink url="&lfs-ticket-root;2745">#2745</ulink>.</para>
  86. </listitem>
  87. <listitem>
  88. <para>[bdubbs] - Add sed to stop underquoting an M4 script
  89. in pkg-config. Fixes
  90. <ulink url="&lfs-ticket-root;2746">#2746</ulink>.</para>
  91. </listitem>
  92. </itemizedlist>
  93. </listitem>
  94. <listitem>
  95. <para>2010-08-31</para>
  96. <itemizedlist>
  97. <listitem>
  98. <para>[bdubbs] - Update to linux-2.6.35.4. Fixes
  99. <ulink url="&lfs-ticket-root;2743">#2743</ulink>.</para>
  100. </listitem>
  101. </itemizedlist>
  102. </listitem>
  103. <listitem>
  104. <para>2010-08-17</para>
  105. <itemizedlist>
  106. <listitem>
  107. <para>[matthew] - Correct the fix for the iproute2 bug. Thanks to
  108. Gilles Espinasse for the pointer.</para>
  109. </listitem>
  110. </itemizedlist>
  111. </listitem>
  112. <listitem>
  113. <para>2010-08-16</para>
  114. <itemizedlist>
  115. <listitem>
  116. <para>[bdubbs] - Updated to vim-7.3. Fixes
  117. <ulink url="&lfs-ticket-root;2721">#2721</ulink>.</para>
  118. </listitem>
  119. </itemizedlist>
  120. </listitem>
  121. <listitem>
  122. <para>2010-08-15</para>
  123. <itemizedlist>
  124. <listitem>
  125. <para>[bdubbs] - Added a note to the zlib build options
  126. explanation that -mstackrealign may cause build failures
  127. on non-Intel architectures. Fixes
  128. <ulink url="&lfs-ticket-root;2733">#2733</ulink>.</para>
  129. </listitem>
  130. <listitem>
  131. <para>[matthew] - Fix a bug in iproute2 that prevents
  132. <command>ip route get</command> from producing any output. Thanks to
  133. Thomas Trepl for the report, and to Andrew Benton for the fix.</para>
  134. </listitem>
  135. <listitem>
  136. <para>[matthew] - Upgrade to Udev-161. Fixes
  137. <ulink url="&lfs-ticket-root;2739">#2739</ulink>.</para>
  138. </listitem>
  139. <listitem>
  140. <para>[matthew] - Upgrade to Linux-2.6.35.2. Fixes
  141. <ulink url="&lfs-ticket-root;2737">#2737</ulink>.</para>
  142. </listitem>
  143. <listitem>
  144. <para>[matthew] - Move the fuser program to the root filesystem as it
  145. is used in the netfs bootscript. Fixes
  146. <ulink url="&lfs-ticket-root;2736">#2736</ulink>.</para>
  147. </listitem>
  148. <listitem>
  149. <para>[matthew] - Build peekfd on x86_64 as well as x86. Fixes
  150. <ulink url="&lfs-ticket-root;2734">#2734</ulink>.</para>
  151. </listitem>
  152. </itemizedlist>
  153. </listitem>
  154. <listitem>
  155. <para>2010-08-10</para>
  156. <itemizedlist>
  157. <listitem>
  158. <para>[bdubbs] - Added fstab-decode to list of progrms installed
  159. by sysvinit.</para>
  160. </listitem>
  161. </itemizedlist>
  162. </listitem>
  163. <listitem>
  164. <para>2010-08-08</para>
  165. <itemizedlist>
  166. <listitem>
  167. <para>[matthew] - Upgrade to Bison-2.4.3. Fixes
  168. <ulink url="&lfs-ticket-root;2732">#2732</ulink>.</para>
  169. </listitem>
  170. <listitem>
  171. <para>[matthew] - Upgrade to IPRoute2-2.6.35. Fixes
  172. <ulink url="&lfs-ticket-root;2731">#2731</ulink>.</para>
  173. </listitem>
  174. <listitem>
  175. <para>[matthew] - Upgrade to Glibc-2.12.1. Fixes
  176. <ulink url="&lfs-ticket-root;2730">#2730</ulink>.</para>
  177. </listitem>
  178. </itemizedlist>
  179. </listitem>
  180. <listitem>
  181. <para>2010-08-03</para>
  182. <itemizedlist>
  183. <listitem>
  184. <para>[matthew] - Upgrade to Autoconf-2.67. Fixes
  185. <ulink url="&lfs-ticket-root;2729">#2729</ulink>.</para>
  186. </listitem>
  187. <listitem>
  188. <para>[matthew] - Add parameters to prevent chapter 5 GCC builds
  189. from linking to the host system's CLooG and PPL libraries that will
  190. not be present in chapter 6. Fixes
  191. <ulink url="&lfs-ticket-root;2723">#2723</ulink>.</para>
  192. </listitem>
  193. <listitem>
  194. <para>[matthew] - Upgrade to Linux-2.6.35. Fixes
  195. <ulink url="&lfs-ticket-root;2728">#2728</ulink>.</para>
  196. </listitem>
  197. <listitem>
  198. <para>[matthew] - Upgrade to GCC-4.5.1. Fixes
  199. <ulink url="&lfs-ticket-root;2727">#2727</ulink>.</para>
  200. </listitem>
  201. <listitem>
  202. <para>[matthew] - Upgrade to Make-3.82. Fixes
  203. <ulink url="&lfs-ticket-root;2726">#2726</ulink>.</para>
  204. </listitem>
  205. </itemizedlist>
  206. </listitem>
  207. <listitem>
  208. <para>2010-07-26</para>
  209. <itemizedlist>
  210. <listitem>
  211. <para>[matthew] - Make GCC use the system-wide copy of Zlib rather
  212. than its bundled version. Fixes
  213. <ulink url="&lfs-ticket-root;2718">#2718</ulink>.</para>
  214. </listitem>
  215. <listitem>
  216. <para>[matthew] - Upgrade to Psmisc-22.12. Fixes
  217. <ulink url="&lfs-ticket-root;2717">#2717</ulink>.</para>
  218. </listitem>
  219. <listitem>
  220. <para>[matthew] - Upgrade to Udev-160. Fixes
  221. <ulink url="&lfs-ticket-root;2711">#2711</ulink>.</para>
  222. </listitem>
  223. <listitem>
  224. <para>[matthew] - Upgrade to Linux-2.6.34.1. Fixes
  225. <ulink url="&lfs-ticket-root;2709">#2709</ulink>.</para>
  226. </listitem>
  227. <listitem>
  228. <para>[matthew] - Upgrade to Autoconf-2.66. Fixes
  229. <ulink url="&lfs-ticket-root;2705">#2705</ulink>.</para>
  230. </listitem>
  231. </itemizedlist>
  232. </listitem>
  233. <listitem>
  234. <para>2010-07-18</para>
  235. <itemizedlist>
  236. <listitem>
  237. <para>[bdubbs] - Updated discussion of building packages
  238. in parallel. Fixes
  239. <ulink url="&lfs-ticket-root;2712">#2712</ulink>.</para>
  240. </listitem>
  241. <listitem>
  242. <para>[bdubbs] - Updated dependencies for GRUB and Glibc.
  243. Thanks to splotz90 for the patch. Fixes
  244. <ulink url="&lfs-ticket-root;2716">#2716</ulink>.</para>
  245. </listitem>
  246. <listitem>
  247. <para>[bdubbs] - Clarified wording about device creation
  248. when mounting virtual filesystems. Fixes
  249. <ulink url="&lfs-ticket-root;2715">#2715</ulink>.</para>
  250. </listitem>
  251. </itemizedlist>
  252. </listitem>
  253. <listitem>
  254. <para>2010-07-07</para>
  255. <itemizedlist>
  256. <listitem>
  257. <para>[matthew] - Fixed creation of a GRUB boot disk. Fixes
  258. <ulink url="&lfs-ticket-root;2706">#2706</ulink>. Thanks to
  259. Sebastian Plotz for the report and fix.</para>
  260. </listitem>
  261. </itemizedlist>
  262. </listitem>
  263. <listitem>
  264. <para>2010-07-04</para>
  265. <itemizedlist>
  266. <listitem>
  267. <para>[robert] - Fixed the util-linux tarball url.</para>
  268. </listitem>
  269. </itemizedlist>
  270. </listitem>
  271. <listitem>
  272. <para>2010-07-02</para>
  273. <itemizedlist>
  274. <listitem>
  275. <para>[bdubbs] - Clarified that SBU data is not included in
  276. Chapter 5, but is included in Chapter 6. Thanks to
  277. littlebat for the patch.
  278. Fixes
  279. <ulink url="&lfs-ticket-root;2702">#2702</ulink>.</para>
  280. </listitem>
  281. <listitem>
  282. <para>[bdubbs] - Expand and reformat notes concerning
  283. grub.cfg.</para>
  284. </listitem>
  285. <listitem>
  286. <para>[bdubbs] - Updated to util-linix-ng-2.18.
  287. Fixes
  288. <ulink url="&lfs-ticket-root;2681">#2681</ulink>.</para>
  289. </listitem>
  290. </itemizedlist>
  291. </listitem>
  292. <listitem>
  293. <para>2010-07-01</para>
  294. <itemizedlist>
  295. <listitem>
  296. <para>[ken] - Minor text correction.
  297. Fixes
  298. <ulink url="&lfs-ticket-root;2701">#2701</ulink>.</para>
  299. </listitem>
  300. </itemizedlist>
  301. </listitem>
  302. <listitem>
  303. <para>2010-06-27</para>
  304. <itemizedlist>
  305. <listitem>
  306. <para>[bdubbs] - Update to udev-158. Also add a new
  307. udev-testfiles tarball and an instuction to make check.
  308. Fixes
  309. <ulink url="&lfs-ticket-root;2692">#2692</ulink> and
  310. <ulink url="&lfs-ticket-root;2700">#2700</ulink>.</para>
  311. </listitem>
  312. <listitem>
  313. <para>[bdubbs] - Update to sysvinit-2.88dsf.
  314. Fixes
  315. <ulink url="&lfs-ticket-root;2677">#2677</ulink>.</para>
  316. </listitem>
  317. <listitem>
  318. <para>[bdubbs] - Added new CFLAGS options to zlib configure
  319. instruction in order to prevent some seg faults when building
  320. with gcc-4.5.
  321. Fixes
  322. <ulink url="&lfs-ticket-root;2691">#2691</ulink>.</para>
  323. </listitem>
  324. <listitem>
  325. <para>[bdubbs] - Updated explanation of glibc timeout
  326. errors and added TIMEOUTFACTOR as a possible solution.
  327. Fixes
  328. <ulink url="&lfs-ticket-root;2683">#2683</ulink>.</para>
  329. </listitem>
  330. <listitem>
  331. <para>[bdubbs] - Update installed programs lists.
  332. Thanks to Chris Staub for the patch. Fixes
  333. <ulink url="&lfs-ticket-root;2678">#2678</ulink>.</para>
  334. </listitem>
  335. </itemizedlist>
  336. </listitem>
  337. <listitem>
  338. <para>2010-06-22</para>
  339. <itemizedlist>
  340. <listitem>
  341. <para>[matthew] - Upgrade to Man-Pages-3.25. Fixes
  342. <ulink url="&lfs-ticket-root;2695">#2695</ulink>.</para>
  343. </listitem>
  344. <listitem>
  345. <para>[matthew] - Upgrade to MPFR-3.0.0. Fixes
  346. <ulink url="&lfs-ticket-root;2687">#2687</ulink>.</para>
  347. </listitem>
  348. </itemizedlist>
  349. </listitem>
  350. <listitem>
  351. <para>2010-06-21</para>
  352. <itemizedlist>
  353. <listitem>
  354. <para>[matthew] - Upgrade to Udev-157. Fixes
  355. <ulink url="&lfs-ticket-root;2676">#2676</ulink>.</para>
  356. </listitem>
  357. <listitem>
  358. <para>[matthew] - Upgrade to Gettext-0.18.1.1. Fixes
  359. <ulink url="&lfs-ticket-root;2686">#2686</ulink>.</para>
  360. </listitem>
  361. <listitem>
  362. <para>[matthew] - Upgrade to Libtool-2.2.10. Fixes
  363. <ulink url="&lfs-ticket-root;2690">#2690</ulink>.</para>
  364. </listitem>
  365. <listitem>
  366. <para>[matthew] - Upgrade to Expect-5.44.1.15. Fixes
  367. <ulink url="&lfs-ticket-root;2689">#2689</ulink>.</para>
  368. </listitem>
  369. </itemizedlist>
  370. </listitem>
  371. <listitem>
  372. <para>2010-06-19</para>
  373. <itemizedlist>
  374. <listitem>
  375. <para>[bdubbs] - Add a consolidated set of patches to DejaGNU.
  376. Fixes <ulink url="&lfs-ticket-root;2684">#2684</ulink>.</para>
  377. </listitem>
  378. </itemizedlist>
  379. </listitem>
  380. <listitem>
  381. <para>2010-06-18</para>
  382. <itemizedlist>
  383. <listitem>
  384. <para>[bdubbs] - Update to Module-Init-Tools-3.12.
  385. Fixes <ulink url="&lfs-ticket-root;2675">#2675</ulink>
  386. and <ulink url="&lfs-ticket-root;2688">#2688</ulink>.</para>
  387. </listitem>
  388. <listitem>
  389. <para>[bdubbs] - Add a sed to the current kernel to work around
  390. a bug in linux-2.6.34 and earlier. This change will be removed
  391. when incorporated into a subsequent version of the kernel.
  392. Fixes <ulink url="&lfs-ticket-root;2662">#2662</ulink>.</para>
  393. </listitem>
  394. </itemizedlist>
  395. </listitem>
  396. <listitem>
  397. <para>2010-06-16</para>
  398. <itemizedlist>
  399. <listitem>
  400. <para>[bdubbs] - Update kernel version specified in Chapter 5
  401. glibc instructions to be consistent with host requirements and
  402. Chapter 6 glibc.</para>
  403. </listitem>
  404. </itemizedlist>
  405. </listitem>
  406. <listitem>
  407. <para>2010-06-14</para>
  408. <itemizedlist>
  409. <listitem>
  410. <para>[robert] - Make rmdir verbose when installing udev.</para>
  411. </listitem>
  412. </itemizedlist>
  413. </listitem>
  414. <listitem>
  415. <para>2010-06-01</para>
  416. <itemizedlist>
  417. <listitem>
  418. <para>[bdubbs] - Update host requirements to those packages
  419. built in LFS-6.3.</para>
  420. </listitem>
  421. </itemizedlist>
  422. </listitem>
  423. <listitem>
  424. <para>2010-05-29</para>
  425. <itemizedlist>
  426. <listitem>
  427. <para>[matthew] - Upgrade to Udev-156. Fixes
  428. <ulink url="&lfs-ticket-root;2671">#2671</ulink>.</para>
  429. </listitem>
  430. <listitem>
  431. <para>[matthew] - Upgrade to Pkg-config-0.25. Fixes
  432. <ulink url="&lfs-ticket-root;2670">#2670</ulink>.</para>
  433. </listitem>
  434. <listitem>
  435. <para>[matthew] - Upgrade to Glibc-2.11.2. Fixes
  436. <ulink url="&lfs-ticket-root;2669">#2669</ulink>.</para>
  437. </listitem>
  438. <listitem>
  439. <para>[matthew] - Upgrade to Gettext-0.18. Fixes
  440. <ulink url="&lfs-ticket-root;2660">#2660</ulink>.</para>
  441. </listitem>
  442. </itemizedlist>
  443. </listitem>
  444. <listitem>
  445. <para>2010-05-26</para>
  446. <itemizedlist>
  447. <listitem>
  448. <para>[bdubbs] - Add additional information to clarify the
  449. build process.</para>
  450. </listitem>
  451. </itemizedlist>
  452. </listitem>
  453. <listitem>
  454. <para>2010-05-23</para>
  455. <itemizedlist>
  456. <listitem>
  457. <para>[ken] - Reword the ABI note in gmp (chapter06) to correct
  458. it, and to stress that it is for 32-bit. Fixes
  459. <ulink url="&lfs-ticket-root;2648">#2648</ulink></para>
  460. </listitem>
  461. <listitem>
  462. <para>[bdubbs] - Add a patch to fix some internal problems
  463. in Man-DB when viewing some pages. Thanks to William Immendorf
  464. for posting the patch. Fixes
  465. <ulink url="&lfs-ticket-root;2652">#2652</ulink></para>
  466. </listitem>
  467. <listitem>
  468. <para>[bdubbs] - Add installed directories information to
  469. each package. Thanks to Chris Staub for the patch. Fixes
  470. <ulink url="&lfs-ticket-root;2657">#2655</ulink></para>
  471. </listitem>
  472. </itemizedlist>
  473. </listitem>
  474. <listitem>
  475. <para>2010-05-21</para>
  476. <itemizedlist>
  477. <listitem>
  478. <para>[matthew] - Remove an empty documentation directory created by
  479. Udev-154.</para>
  480. </listitem>
  481. <listitem>
  482. <para>[matthew] - Upgrade to IPRoute2-2.6.34. Fixes
  483. <ulink url="&lfs-ticket-root;2668">#2668</ulink>.</para>
  484. </listitem>
  485. <listitem>
  486. <para>[matthew] - Upgrade to E2fsprogs-1.41.12. Fixes
  487. <ulink url="&lfs-ticket-root;2667">#2667</ulink>.</para>
  488. </listitem>
  489. <listitem>
  490. <para>[matthew] - Upgrade to Perl-5.12.1. Fixes
  491. <ulink url="&lfs-ticket-root;2666">#2666</ulink>.</para>
  492. </listitem>
  493. <listitem>
  494. <para>[matthew] - Added latest upstream patches for Bash. Fixes
  495. <ulink url="&lfs-ticket-root;2665">#2665</ulink>.</para>
  496. </listitem>
  497. <listitem>
  498. <para>[matthew] - Upgrade to MPC-0.8.2. Fixes
  499. <ulink url="&lfs-ticket-root;2664">#2664</ulink>.</para>
  500. </listitem>
  501. <listitem>
  502. <para>[matthew] - Upgrade to Inetutils-1.8. Fixes
  503. <ulink url="&lfs-ticket-root;2663">#2663</ulink>.</para>
  504. </listitem>
  505. <listitem>
  506. <para>[matthew] - Upgrade to Gawk-3.1.8. Fixes
  507. <ulink url="&lfs-ticket-root;2659">#2659</ulink>.</para>
  508. </listitem>
  509. <listitem>
  510. <para>[matthew] - Install Man-DB's documentation in a versioned
  511. directory. Fixes
  512. <ulink url="&lfs-ticket-root;2658">#2658</ulink>.</para>
  513. </listitem>
  514. <listitem>
  515. <para>[matthew] - Upgrade to Diffutils-3.0. Fixes
  516. <ulink url="&lfs-ticket-root;2656">#2656</ulink>.</para>
  517. </listitem>
  518. <listitem>
  519. <para>[matthew] - Correct documentation installation instructions for
  520. MPFR. Thanks to Chris Staub for the patch. Fixes
  521. <ulink url="&lfs-ticket-root;2655">#2655</ulink>.</para>
  522. </listitem>
  523. <listitem>
  524. <para>[matthew] - Upgrade to Coreutils-8.5. Fixes
  525. <ulink url="&lfs-ticket-root;2643">#2643</ulink>.</para>
  526. </listitem>
  527. <listitem>
  528. <para>[matthew] - Upgrade to Udev-154. Fixes
  529. <ulink url="&lfs-ticket-root;2639">#2639</ulink>.</para>
  530. </listitem>
  531. <listitem>
  532. <para>[matthew] - Upgrade to Zlib-1.2.5. Fixes
  533. <ulink url="&lfs-ticket-root;2638">#2638</ulink>.</para>
  534. </listitem>
  535. <listitem>
  536. <para>[matthew] - Upgrade to Linux-2.6.34. Fixes
  537. <ulink url="&lfs-ticket-root;2628">#2628</ulink>.</para>
  538. </listitem>
  539. <listitem>
  540. <para>[matthew] - Add a patch to fix incorrect version numbers in
  541. Bzip2. Thanks to Jeremy Huntwork (LightCube OS) for the patch. Fixes
  542. <ulink url="&lfs-ticket-root;2624">#2624</ulink>.</para>
  543. </listitem>
  544. </itemizedlist>
  545. </listitem>
  546. <listitem>
  547. <para>2010-05-06</para>
  548. <itemizedlist>
  549. <listitem>
  550. <para>[bdubbs] - Removed a sed in Chapter 6 GCC instructions that
  551. has been fixed in GCC-4.5.0.
  552. Fixes <ulink url="&lfs-ticket-root;2653">#2653</ulink>.</para>
  553. </listitem>
  554. </itemizedlist>
  555. </listitem>
  556. <listitem>
  557. <para>2010-05-03</para>
  558. <itemizedlist>
  559. <listitem>
  560. <para>[bdubbs] - Added a patch to fix a buffer overflow
  561. errror in tar. The fix is specific to building with gcc-4.5
  562. and later.
  563. Fixes <ulink url="&lfs-ticket-root;2651">#2610</ulink>.</para>
  564. </listitem>
  565. <listitem>
  566. <para>[bdubbs] - Added precedures for the new diffutils test
  567. suite.
  568. Thanks to Chris Staub.
  569. Fixes <ulink url="&lfs-ticket-root;2650">#2650</ulink>.</para>
  570. </listitem>
  571. <listitem>
  572. <para>[bdubbs] - Made minor text changes in Chapter 5, gawk
  573. and Chapter 6, patch.
  574. Thanks to Chris Staub.
  575. Fixes <ulink url="&lfs-ticket-root;2649">#2649</ulink>.</para>
  576. </listitem>
  577. <listitem>
  578. <para>[bdubbs] - Made several text changes in Section v,
  579. Rationale for Packages in the Book. Thanks to Chris
  580. Staub for the patch.
  581. Fixes <ulink url="&lfs-ticket-root;2644">#2644</ulink>.</para>
  582. </listitem>
  583. <listitem>
  584. <para>[bdubbs] - Add file to Chapter 5 to remove several warning
  585. messages in Chapter 6 binutils.
  586. Fixes <ulink url="&lfs-ticket-root;2640">#2640</ulink>.</para>
  587. </listitem>
  588. </itemizedlist>
  589. </listitem>
  590. <listitem>
  591. <para>2010-04-20</para>
  592. <itemizedlist>
  593. <listitem>
  594. <para>[matthew] Upgrade to GCC-4.5.0, including the addition of its
  595. new dependency, MPC. Fixes
  596. <ulink url="&lfs-ticket-root;2636">#2636</ulink>.</para>
  597. </listitem>
  598. <listitem>
  599. <para>[matthew] Upgrade to Perl-5.12.0. Fixes
  600. <ulink url="&lfs-ticket-root;2635">#2635</ulink>.</para>
  601. </listitem>
  602. <listitem>
  603. <para>[matthew] Upgrade to Kbd-1.15.2. Fixes
  604. <ulink url="&lfs-ticket-root;2634">#2634</ulink>.</para>
  605. </listitem>
  606. <listitem>
  607. <para>[matthew] Remove the now unused --docdir parameter for Udev.
  608. Fixes <ulink url="&lfs-ticket-root;2633">#2633</ulink>.</para>
  609. </listitem>
  610. <listitem>
  611. <para>[matthew] Upgrade to Psmisc-22.11. Fixes
  612. <ulink url="&lfs-ticket-root;2631">#2631</ulink>.</para>
  613. </listitem>
  614. <listitem>
  615. <para>[matthew] Move <command>killall</command> to
  616. <filename class="directory">/bin</filename> so that installs with a
  617. separate <filename class="directory">/usr</filename> partition and no
  618. <package>Sysvinit</package> installed will boot. Fixes
  619. <ulink url="&lfs-ticket-root;2622">#2622</ulink>.</para>
  620. </listitem>
  621. <listitem>
  622. <para>[matthew] Upgrade to Grep-2.6.3. Fixes
  623. <ulink url="&lfs-ticket-root;2621">#2621</ulink>.</para>
  624. </listitem>
  625. <listitem>
  626. <para>[matthew] Add upstream fixes 001-005 for Bash. Fixes
  627. <ulink url="&lfs-ticket-root;2620">#2620</ulink>.</para>
  628. </listitem>
  629. <listitem>
  630. <para>[matthew] Remove the Vim fixes patch as it is out of date and
  631. looks to be applying fixes still in upstream's development cycle.
  632. Fixes <ulink url="&lfs-ticket-root;2597">#2597</ulink>.</para>
  633. </listitem>
  634. </itemizedlist>
  635. </listitem>
  636. <listitem>
  637. <para>2010-04-12</para>
  638. <itemizedlist>
  639. <listitem>
  640. <para>[bdubbs] - Adjust zlib instructions to ensure .pc
  641. file and all libraries are in the proper location.
  642. Thanks to Chris Staub.
  643. Fixes <ulink url="&lfs-ticket-root;2630">#2630</ulink>.</para>
  644. </listitem>
  645. </itemizedlist>
  646. </listitem>
  647. <listitem>
  648. <para>2010-03-27</para>
  649. <itemizedlist>
  650. <listitem>
  651. <para>[matthew] Upgrade to Grep-2.6.1. Fixes
  652. <ulink url="&lfs-ticket-root;2617">#2617</ulink>.</para>
  653. </listitem>
  654. <listitem>
  655. <para>[matthew] Upgrade to Util-Linux-NG-2.17.2. Fixes
  656. <ulink url="&lfs-ticket-root;2616">#2616</ulink>.</para>
  657. </listitem>
  658. <listitem>
  659. <para>[matthew] Upgrade to Bison-2.4.2. Fixes
  660. <ulink url="&lfs-ticket-root;2615">#2615</ulink>.</para>
  661. </listitem>
  662. </itemizedlist>
  663. </listitem>
  664. <listitem>
  665. <para>2010-03-20</para>
  666. <itemizedlist>
  667. <listitem>
  668. <para>[bdubbs] - Add a sed to the tar command to fix an
  669. error in the latest release. The fix is from upstream.</para>
  670. </listitem>
  671. </itemizedlist>
  672. </listitem>
  673. <listitem>
  674. <para>2010-03-18</para>
  675. <itemizedlist>
  676. <listitem>
  677. <para>[matthew] Upgrade to Linux-2.6.33.1. Fixes
  678. <ulink url="&lfs-ticket-root;2608">#2608</ulink>.</para>
  679. </listitem>
  680. <listitem>
  681. <para>[matthew] Upgrade to E2fsprogs-1.41.11. Fixes
  682. <ulink url="&lfs-ticket-root;2607">#2607</ulink>.</para>
  683. </listitem>
  684. <listitem>
  685. <para>[matthew] Upgrade to Zlib-1.2.4. Fixes
  686. <ulink url="&lfs-ticket-root;2606">#2606</ulink>.</para>
  687. </listitem>
  688. <listitem>
  689. <para>[matthew] Upgrade to Tar-1.23. Fixes
  690. <ulink url="&lfs-ticket-root;2603">#2603</ulink>.</para>
  691. </listitem>
  692. <listitem>
  693. <para>[matthew] Upgrade to Grub-1.98. Fixes
  694. <ulink url="&lfs-ticket-root;2602">#2602</ulink>.</para>
  695. </listitem>
  696. <listitem>
  697. <para>[matthew] Remove commands no longer necessary in order to run
  698. the Bash test suite. Fixes
  699. <ulink url="&lfs-ticket-root;2601">#2601</ulink>.</para>
  700. </listitem>
  701. <listitem>
  702. <para>[matthew] Upgrade to Binutils-2.20.1. Fixes
  703. <ulink url="&lfs-ticket-root;2599">#2599</ulink>.</para>
  704. </listitem>
  705. </itemizedlist>
  706. </listitem>
  707. <listitem>
  708. <para>2010-03-01</para>
  709. <itemizedlist>
  710. <listitem>
  711. <para>[matthew] Upgrade to Man-pages-3.24. Fixes
  712. <ulink url="&lfs-ticket-root;2596">#2596</ulink>.</para>
  713. </listitem>
  714. <listitem>
  715. <para>[matthew] Upgrade to M4-1.4.14. Fixes
  716. <ulink url="&lfs-ticket-root;2594">#2594</ulink>.</para>
  717. </listitem>
  718. <listitem>
  719. <para>[matthew] Upgrade to IPRoute2-2.6.33. Fixes
  720. <ulink url="&lfs-ticket-root;2592">#2592</ulink>.</para>
  721. </listitem>
  722. <listitem>
  723. <para>[matthew] Upgrade to Linux-2.6.33. Fixes
  724. <ulink url="&lfs-ticket-root;2587">#2587</ulink>.</para>
  725. </listitem>
  726. <listitem>
  727. <para>[matthew] Upgrade to Man-DB-2.5.7. Fixes
  728. <ulink url="&lfs-ticket-root;2583">#2583</ulink>.</para>
  729. </listitem>
  730. <listitem>
  731. <para>[matthew] Upgrade to Util-Linux-NG-2.17.1. Fixes
  732. <ulink url="&lfs-ticket-root;2581">#2581</ulink>.</para>
  733. </listitem>
  734. <listitem>
  735. <para>[matthew] Upgrade to Diffutils-2.9. Fixes
  736. <ulink url="&lfs-ticket-root;2577">#2577</ulink>. This also drops
  737. the i18n patch as it has been rejected upstream.</para>
  738. </listitem>
  739. <listitem>
  740. <para>[matthew] Upgrade to GMP-5.0.1. Fixes
  741. <ulink url="&lfs-ticket-root;2572">#2572</ulink>.</para>
  742. </listitem>
  743. <listitem>
  744. <para>[matthew] Post-LFS-6.6 cleanup.</para>
  745. </listitem>
  746. </itemizedlist>
  747. </listitem>
  748. </itemizedlist>
  749. </sect1>