changelog.xml 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  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-05-21</para>
  33. <itemizedlist>
  34. <listitem>
  35. <para>[matthew] - Add a patch to fix incorrect version numbers in
  36. Bzip2. Thanks to Jeremy Huntwork (LightCube OS) for the patch. Fixes
  37. <ulink url="&lfs-ticket-root;2624">#2624</ulink>.</para>
  38. </listitem>
  39. </itemizedlist>
  40. </listitem>
  41. <listitem>
  42. <para>2010-05-06</para>
  43. <itemizedlist>
  44. <listitem>
  45. <para>[bdubbs] - Removed a sed in Chapter 6 GCC instructions that
  46. has been fixed in GCC-4.5.0.
  47. Fixes <ulink url="&lfs-ticket-root;2653">#2653</ulink>.</para>
  48. </listitem>
  49. </itemizedlist>
  50. </listitem>
  51. <listitem>
  52. <para>2010-05-03</para>
  53. <itemizedlist>
  54. <listitem>
  55. <para>[bdubbs] - Added a patch to fix a buffer overflow
  56. errror in tar. The fix is specific to building with gcc-4.5
  57. and later.
  58. Fixes <ulink url="&lfs-ticket-root;2651">#2610</ulink>.</para>
  59. </listitem>
  60. <listitem>
  61. <para>[bdubbs] - Added precedures for the new diffutils test
  62. suite.
  63. Thanks to Chris Staub.
  64. Fixes <ulink url="&lfs-ticket-root;2650">#2650</ulink>.</para>
  65. </listitem>
  66. <listitem>
  67. <para>[bdubbs] - Made minor text changes in Chapter 5, gawk
  68. and Chapter 6, patch.
  69. Thanks to Chris Staub.
  70. Fixes <ulink url="&lfs-ticket-root;2649">#2649</ulink>.</para>
  71. </listitem>
  72. <listitem>
  73. <para>[bdubbs] - Made several text changes in Section v,
  74. Rationale for Packages in the Book. Thanks to Chris
  75. Staub for the patch.
  76. Fixes <ulink url="&lfs-ticket-root;2644">#2644</ulink>.</para>
  77. </listitem>
  78. <listitem>
  79. <para>[bdubbs] - Add file to Chapter 5 to remove several warning
  80. messages in Chapter 6 binutils.
  81. Fixes <ulink url="&lfs-ticket-root;2640">#2640</ulink>.</para>
  82. </listitem>
  83. </itemizedlist>
  84. </listitem>
  85. <listitem>
  86. <para>2010-04-20</para>
  87. <itemizedlist>
  88. <listitem>
  89. <para>[matthew] Upgrade to GCC-4.5.0, including the addition of its
  90. new dependency, MPC. Fixes
  91. <ulink url="&lfs-ticket-root;2636">#2636</ulink>.</para>
  92. </listitem>
  93. <listitem>
  94. <para>[matthew] Upgrade to Perl-5.12.0. Fixes
  95. <ulink url="&lfs-ticket-root;2635">#2635</ulink>.</para>
  96. </listitem>
  97. <listitem>
  98. <para>[matthew] Upgrade to Kbd-1.15.2. Fixes
  99. <ulink url="&lfs-ticket-root;2634">#2634</ulink>.</para>
  100. </listitem>
  101. <listitem>
  102. <para>[matthew] Remove the now unused --docdir parameter for Udev.
  103. Fixes <ulink url="&lfs-ticket-root;2633">#2633</ulink>.</para>
  104. </listitem>
  105. <listitem>
  106. <para>[matthew] Upgrade to Psmisc-22.11. Fixes
  107. <ulink url="&lfs-ticket-root;2631">#2631</ulink>.</para>
  108. </listitem>
  109. <listitem>
  110. <para>[matthew] Move <command>killall</command> to
  111. <filename class="directory">/bin</filename> so that installs with a
  112. separate <filename class="directory">/usr</filename> partition and no
  113. <package>Sysvinit</package> installed will boot. Fixes
  114. <ulink url="&lfs-ticket-root;2622">#2622</ulink>.</para>
  115. </listitem>
  116. <listitem>
  117. <para>[matthew] Upgrade to Grep-2.6.3. Fixes
  118. <ulink url="&lfs-ticket-root;2621">#2621</ulink>.</para>
  119. </listitem>
  120. <listitem>
  121. <para>[matthew] Add upstream fixes 001-005 for Bash. Fixes
  122. <ulink url="&lfs-ticket-root;2620">#2620</ulink>.</para>
  123. </listitem>
  124. <listitem>
  125. <para>[matthew] Remove the Vim fixes patch as it is out of date and
  126. looks to be applying fixes still in upstream's development cycle.
  127. Fixes <ulink url="&lfs-ticket-root;2597">#2597</ulink>.</para>
  128. </listitem>
  129. </itemizedlist>
  130. </listitem>
  131. <listitem>
  132. <para>2010-04-12</para>
  133. <itemizedlist>
  134. <listitem>
  135. <para>[bdubbs] - Adjust zlib instructions to ensure .pc
  136. file and all libraries are in the proper location.
  137. Thanks to Chris Staub.
  138. Fixes <ulink url="&lfs-ticket-root;2630">#2630</ulink>.</para>
  139. </listitem>
  140. </itemizedlist>
  141. </listitem>
  142. <listitem>
  143. <para>2010-03-27</para>
  144. <itemizedlist>
  145. <listitem>
  146. <para>[matthew] Upgrade to Grep-2.6.1. Fixes
  147. <ulink url="&lfs-ticket-root;2617">#2617</ulink>.</para>
  148. </listitem>
  149. <listitem>
  150. <para>[matthew] Upgrade to Util-Linux-NG-2.17.2. Fixes
  151. <ulink url="&lfs-ticket-root;2616">#2616</ulink>.</para>
  152. </listitem>
  153. <listitem>
  154. <para>[matthew] Upgrade to Bison-2.4.2. Fixes
  155. <ulink url="&lfs-ticket-root;2615">#2615</ulink>.</para>
  156. </listitem>
  157. </itemizedlist>
  158. </listitem>
  159. <listitem>
  160. <para>2010-03-20</para>
  161. <itemizedlist>
  162. <listitem>
  163. <para>[bdubbs] - Add a sed to the tar command to fix an
  164. error in the latest release. The fix is from upstream.</para>
  165. </listitem>
  166. </itemizedlist>
  167. </listitem>
  168. <listitem>
  169. <para>2010-03-18</para>
  170. <itemizedlist>
  171. <listitem>
  172. <para>[matthew] Upgrade to Linux-2.6.33.1. Fixes
  173. <ulink url="&lfs-ticket-root;2608">#2608</ulink>.</para>
  174. </listitem>
  175. <listitem>
  176. <para>[matthew] Upgrade to E2fsprogs-1.41.11. Fixes
  177. <ulink url="&lfs-ticket-root;2607">#2607</ulink>.</para>
  178. </listitem>
  179. <listitem>
  180. <para>[matthew] Upgrade to Zlib-1.2.4. Fixes
  181. <ulink url="&lfs-ticket-root;2606">#2606</ulink>.</para>
  182. </listitem>
  183. <listitem>
  184. <para>[matthew] Upgrade to Tar-1.23. Fixes
  185. <ulink url="&lfs-ticket-root;2603">#2603</ulink>.</para>
  186. </listitem>
  187. <listitem>
  188. <para>[matthew] Upgrade to Grub-1.98. Fixes
  189. <ulink url="&lfs-ticket-root;2602">#2602</ulink>.</para>
  190. </listitem>
  191. <listitem>
  192. <para>[matthew] Remove commands no longer necessary in order to run
  193. the Bash test suite. Fixes
  194. <ulink url="&lfs-ticket-root;2601">#2601</ulink>.</para>
  195. </listitem>
  196. <listitem>
  197. <para>[matthew] Upgrade to Binutils-2.20.1. Fixes
  198. <ulink url="&lfs-ticket-root;2599">#2599</ulink>.</para>
  199. </listitem>
  200. </itemizedlist>
  201. </listitem>
  202. <listitem>
  203. <para>2010-03-01</para>
  204. <itemizedlist>
  205. <listitem>
  206. <para>[matthew] Upgrade to Man-pages-3.24. Fixes
  207. <ulink url="&lfs-ticket-root;2596">#2596</ulink>.</para>
  208. </listitem>
  209. <listitem>
  210. <para>[matthew] Upgrade to M4-1.4.14. Fixes
  211. <ulink url="&lfs-ticket-root;2594">#2594</ulink>.</para>
  212. </listitem>
  213. <listitem>
  214. <para>[matthew] Upgrade to IPRoute2-2.6.33. Fixes
  215. <ulink url="&lfs-ticket-root;2592">#2592</ulink>.</para>
  216. </listitem>
  217. <listitem>
  218. <para>[matthew] Upgrade to Linux-2.6.33. Fixes
  219. <ulink url="&lfs-ticket-root;2587">#2587</ulink>.</para>
  220. </listitem>
  221. <listitem>
  222. <para>[matthew] Upgrade to Man-DB-2.5.7. Fixes
  223. <ulink url="&lfs-ticket-root;2583">#2583</ulink>.</para>
  224. </listitem>
  225. <listitem>
  226. <para>[matthew] Upgrade to Util-Linux-NG-2.17.1. Fixes
  227. <ulink url="&lfs-ticket-root;2581">#2581</ulink>.</para>
  228. </listitem>
  229. <listitem>
  230. <para>[matthew] Upgrade to Diffutils-2.9. Fixes
  231. <ulink url="&lfs-ticket-root;2577">#2577</ulink>. This also drops
  232. the i18n patch as it has been rejected upstream.</para>
  233. </listitem>
  234. <listitem>
  235. <para>[matthew] Upgrade to GMP-5.0.1. Fixes
  236. <ulink url="&lfs-ticket-root;2572">#2572</ulink>.</para>
  237. </listitem>
  238. <listitem>
  239. <para>[matthew] Post-LFS-6.6 cleanup.</para>
  240. </listitem>
  241. </itemizedlist>
  242. </listitem>
  243. </itemizedlist>
  244. </sect1>