changelog.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-scatter-changelog">
  7. <title>Changelog</title>
  8. <?dbhtml filename="changelog.html"?>
  9. <para>This is version &version; of the Linux From Scratch book, dated
  10. &releasedate;. If this book is more than two months old, a newer and better
  11. version is probably already available. To find out, please check one of the
  12. mirrors via <ulink url="&lfs-root;"/>.</para>
  13. <para>Below is a list of changes made since the previous release of the book,
  14. first a summary, then a detailed log.</para>
  15. <itemizedlist>
  16. <listitem><para>Upgraded to:</para>
  17. <itemizedlist>
  18. <listitem><para>automake-1.8.5</para></listitem>
  19. <listitem><para>binutils-2.15.91.0.1</para></listitem>
  20. <listitem><para>bison-1.875a</para></listitem>
  21. <listitem><para>flex-2.5.31</para></listitem>
  22. <listitem><para>gcc-3.4.1-20040601</para></listitem>
  23. <listitem><para>glibc-2.3.4-20040529</para></listitem>
  24. <listitem><para>groff-1.19.1</para></listitem>
  25. <listitem><para>hotplug-2004_04_01</para></listitem>
  26. <listitem><para>lfs-bootscripts-2.1.2-pre1</para></listitem>
  27. <listitem><para>linux-2.6.7</para></listitem>
  28. <listitem><para>m4-1.4.1</para></listitem>
  29. <listitem><para>man-pages-1.67</para></listitem>
  30. <listitem><para>psmisc-21.5</para></listitem>
  31. <listitem><para>sed-4.1</para></listitem>
  32. <listitem><para>tar-1.14</para></listitem>
  33. <listitem><para>vim-6.3</para></listitem>
  34. </itemizedlist>
  35. </listitem>
  36. <listitem><para>Added:</para>
  37. <itemizedlist>
  38. <listitem><para>coreutils-5.2.1-suppress_hostname_uptime_kill_su-1.patch</para></listitem>
  39. <listitem><para>flex-2.5.31-debian_fixes-2.patch</para></listitem>
  40. <listitem><para>hotplug-2004_04_01</para></listitem>
  41. <listitem><para>hotplug-2004_04_01-bogus_deps-1.patch</para></listitem>
  42. <listitem><para>hotplug-2004_04_01-device-2.patch</para></listitem>
  43. <listitem><para>hotplug-2004_04_01-isapnp-2.patch</para></listitem>
  44. <listitem><para>inetutils-1.4.2-kernel_headers-1.patch</para></listitem>
  45. <listitem><para>linux-libc-headers-2.6.6.0</para></listitem>
  46. <listitem><para>module-init-tools-3.0</para></listitem>
  47. <listitem><para>net-tools-1.60-gcc34-2.patch</para></listitem>
  48. <listitem><para>readline-4.3</para></listitem>
  49. <listitem><para>readline-4.3-gnu_fixes-1.patch</para></listitem>
  50. <listitem><para>sed-4.1-permissions-1.patch</para></listitem>
  51. <listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
  52. <listitem><para>sysklogd-1.4.1-signal-1.patch</para></listitem>
  53. <listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
  54. <listitem><para>udev-027</para></listitem>
  55. <listitem><para>udev-config-1.permissions</para></listitem>
  56. <listitem><para>util-linux-2.12a-kernel_headers-1.patch</para></listitem>
  57. <listitem><para>vim-6.3 language files</para></listitem>
  58. </itemizedlist>
  59. </listitem>
  60. <listitem><para>Removed:</para>
  61. <itemizedlist>
  62. <listitem><para>bison-1.875-attribute.patch</para></listitem>
  63. <listitem><para>coreutils-5.2.1-hostname-1.patch</para></listitem>
  64. <listitem><para>ed-0.2</para></listitem>
  65. <listitem><para>gcc-2.95.3</para></listitem>
  66. <listitem><para>kbd-1.12-more-programs-1.patch</para></listitem>
  67. <listitem><para>modutils-2.4.25</para></listitem>
  68. <listitem><para>net-tools-1.60-miitool-gcc33-1.patch</para></listitem>
  69. <listitem><para>procinfo-18</para></listitem>
  70. </itemizedlist>
  71. </listitem>
  72. <listitem><para>June 19, 2004 [manuel]: Amplied the Index entries for Hotplug
  73. and Linux-Libc-Headers. Tags corrections.</para></listitem>
  74. <listitem><para>June 18, 2004 [winkie]: Instead of using the udev binary, use
  75. the udev daemon instead.</para></listitem>
  76. <listitem><para>June 17, 2004 [matt]: Added the sed permissions patch.</para>
  77. </listitem>
  78. <listitem><para>June 17, 2004 [matt]: Clarify that a gcc-3.x compiled 2.6.x
  79. kernel is required on the host.</para></listitem>
  80. <listitem><para>June 16, 2004 [winkie]: Upgraded to Linux 2.6.7 and dropped the
  81. FPU patch.</para></listitem>
  82. <listitem><para>June 16, 2004 [alexander]: Removed the fileencodings line due to
  83. a bug which causes Vim to default to UTF-8.</para></listitem>
  84. <listitem><para>June 15, 2004 [winkie]: Corrected installation of Readline.
  85. </para></listitem>
  86. <listitem><para>June 15, 2004 [winkie]: Recreate Udev's entry in /etc/hotplug.d,
  87. since it's not correct for our purposes by default.</para></listitem>
  88. <listitem><para>June 15, 2004 [winkie]: Dropped the Udev patch in favor copying
  89. the configuration file(s) to /etc/udev after installation.</para></listitem>
  90. <listitem><para>June 15, 2004 [winkie]: Upgraded to Sed 4.1.</para></listitem>
  91. <listitem><para>June 15, 2004 [winkie]: Upgraded to Udev 027.</para></listitem>
  92. <listitem><para>June 15, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.2-pre1.
  93. </para></listitem>
  94. <listitem><para>June 15, 2004 [winkie]: Patched the kernel sources so that it
  95. defaults to <filename>/bin/true</filename> as the hotplug manager.</para></listitem>
  96. <listitem><para>June 14, 2004 [matt]: Removed GNU/Linux in line with common
  97. usage regarding the recurring GNU/Linux vs. Linux debate (Larry Lawrence).
  98. </para></listitem>
  99. <listitem><para>June 14, 2004 [winkie]: Upgraded to GRUB 0.95. Removed the
  100. <quote>--no-mem-option</quote> argument from GRUB's
  101. <filename>menu.lst</filename>, since it is now the default.</para></listitem>
  102. <listitem><para>June 13, 2004 [alexander]: Security: added
  103. linux-2.6.6-fpu-1.patch</para></listitem>
  104. <listitem><para>June 12, 2004 [jeremy]: Chapter 6 - Hotplug - corrected the
  105. name of the bogus deps patch</para></listitem>
  106. <listitem><para>June 12, 2004 [alexander]: British people speak English but
  107. need loadkeys and setfont (reported by Dave Mascall on IRC). Corrected the
  108. text on the console page to account for this</para></listitem>
  109. <listitem><para>June 12, 2004 [alexander]: Re-added the <quote>background</quote> option to
  110. /etc/vimrc, since it has some educational value. Put this option inside an <quote>if</quote>
  111. statement because it applies to some, not all, terminals</para></listitem>
  112. <listitem><para>June 11, 2004 [winkie]: Dropped hackish GRUB instructions in
  113. favor of a patch from upstream.</para></listitem>
  114. <listitem><para>June 11, 2004 [winkie]: Force Readline to link against Ncurses.
  115. </para></listitem>
  116. <listitem><para>June 11, 2004 [alexander]: Added sysvinit-2.85-proclen-1.patch
  117. </para></listitem>
  118. <listitem><para>June 10, 2004 [alexander]: Reverted the bogus change of package
  119. order. Removed the <quote>background</quote> line from /etc/vimrc because it matches the
  120. default on Linux console</para></listitem>
  121. <listitem><para>June 10, 2004 [alexander]: Added a command to autodetect the
  122. character set of files being edited to /etc/vimrc
  123. </para></listitem>
  124. <listitem><para>June 10, 2004 [alexander]: Added vim language files. Moved
  125. vim after gettext in order for them to work
  126. </para></listitem>
  127. <listitem><para>June 9, 2004 [jeremy]: Upgraded to M4-1.4.1, after 9 years!
  128. </para></listitem>
  129. <listitem><para>June 9, 2004 [winkie]: Upgraded to Linux-Libc-Headers 2.6.6.0.
  130. </para></listitem>
  131. <listitem><para>June 9, 2004 [winkie]: Updated locations of the Glibc &amp; GCC
  132. tarballs.</para></listitem>
  133. <listitem><para>June 7, 2004 [winkie]: Upgraded to Udev 026.</para></listitem>
  134. <listitem><para>June 7, 2004 [winkie]: Dropped Net-tools patch for kernel
  135. headers in favor of a simple sed.</para></listitem>
  136. <listitem><para>June 7, 2004 [winkie]: Normalized <quote>sed</quote> usage
  137. throughout the book.</para></listitem>
  138. <listitem><para>June 7, 2004 [winkie]: Use the
  139. <quote>gcc --print-file specs</quote> command to determine the location of the
  140. <quote>specs</quote> file.</para></listitem>
  141. <listitem><para>June 7, 2004 [winkie]: Updated patch names to match those used
  142. by the patches project.</para></listitem>
  143. <listitem><para>June 7, 2004 [winkie]: Globally changed <quote>DejaGnu</quote>
  144. to <quote>DejaGNU</quote>.</para></listitem>
  145. <listitem><para>June 7, 2004 [winkie]: Upgraded to Vim 6.3.</para></listitem>
  146. <listitem><para>June 2, 2004 [matt]: Prologue - acknowledgments, Added Thomas
  147. Reitelbach as the German translator</para></listitem>
  148. <listitem><para>June 2nd, 2004 [winkie]: Upgraded to GCC 3.4.1-20040601. This
  149. release fixes bugs with reference to both GCC 3.4.0 and GCC 3.4.1-20040517. Also
  150. upgraded to Glibc 2.3.4-20040529 which includes lots of fixes for non-x86
  151. architectures.</para></listitem>
  152. <listitem><para>June 1st, 2004 [winkie]: Upgraded to Binutils 2.15.91.0.1. This
  153. release provides the <quote>-z relro</quote> option.</para></listitem>
  154. <listitem><para>June 1st, 2004 [winkie]: Inconsequential wrapping fixes.</para>
  155. </listitem>
  156. <listitem><para>May 29, 2004 [alexander]: Mentioned the hotplug+udev+modules
  157. problem. Removed the effectively dead link to the Kernel
  158. HOWTO.</para></listitem>
  159. <listitem><para>May 29, 2004 [alexander]: Corrected usbfs line in
  160. /etc/fstab.</para></listitem>
  161. <listitem><para>May 29, 2004 [alexander]: New LFS bootscripts already come
  162. with the /etc/sysconfig/console file. Corrected the text.</para></listitem>
  163. <listitem><para>May 25, 2004 [jeremy]: Chapter 6 - Upgraded psmisc to
  164. 21.5.</para></listitem>
  165. <listitem><para>May 25, 2004 [jeremy]: Corrected download location for the
  166. lfs-bootscripts package</para></listitem>
  167. <listitem><para>May 24, 2004 [jeremy]: Upgraded to libc-headers 2.6.5.2</para>
  168. </listitem>
  169. <listitem><para>May 23, 2004 [jeremy]: Chapter 6 - Vim - added an option to the
  170. vimrc config file</para></listitem>
  171. <listitem><para>May 23th, 2004 [alexander]: Don't list the initscript in the
  172. contents of the Hotplug package. The reason is that we use winkie's
  173. replacement script from LFS-Bootscripts.</para></listitem>
  174. <listitem><para>May 23th, 2004 [alexander]: Fixed XML validation
  175. error.</para></listitem>
  176. <listitem><para>May 20th, 2004 [winkie]: Moved group <quote>usb</quote> to GID
  177. 14, instead of 15.</para></listitem>
  178. <listitem><para>May 20th, 2004 [winkie]: Dropped Hotplug's
  179. <quote>cosmetic</quote> patch in favor of the script from LFS-Bootscripts and
  180. some general textual/rendering cleanups.</para></listitem>
  181. <listitem><para>May 20th, 2004 [winkie]: Point to the correct GCC patches.
  182. </para></listitem>
  183. <listitem><para>May 20th, 2004 [alexander]: Added Hotplug 2004_04_01.
  184. </para></listitem>
  185. <listitem><para>May 19th, 2004 [winkie]: Change permissions of /dev/random to
  186. 0444 instead of 0666.</para></listitem>
  187. <listitem><para>May 19th, 2004 [winkie]: Upgraded to Binutils 2.15 &amp; GCC
  188. 3.4.1-20040517.</para></listitem>
  189. <listitem><para>May 18th, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.1.
  190. </para></listitem>
  191. <listitem><para>May 16th, 2004 [winkie]: Upgraded to Automake-1.8.5.</para></listitem>
  192. <listitem><para>May 15th, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.1-pre2.
  193. </para></listitem>
  194. <listitem><para>May 14th, 2004 [winkie]: Upgraded to Groff 1.19.1.</para></listitem>
  195. <listitem><para>May 14th, 2004 [alexander]: Several textual changes on Vim
  196. page.</para></listitem>
  197. <listitem><para>May 12th, 2004 [winkie]: Apply patch to assure Coreutils doesn't
  198. install any binaries that we don't need/want.</para></listitem>
  199. <listitem><para>May 12th, 2004 [winkie]: Don't pass <quote>-default</quote> to
  200. Man's configure, since it's not needed anymore.</para></listitem>
  201. <listitem><para>May 12th, 2004 [winkie]: Shorten the <quote>sed</quote> used
  202. on Gzip's <filename>gzexe.in</filename> file.</para></listitem>
  203. <listitem><para>May 12th, 2004 [winkie]: Fixed Coreutils testsuite execution.
  204. </para></listitem>
  205. <listitem><para>May 11th, 2004 [winkie]: Don't build the PCH header for
  206. libstdc++ in Chapter 5 -- it's just a waste of space.</para></listitem>
  207. <listitem><para>May 11th, 2004 [winkie]: Upgraded to Glibc 2.3.4-20040510 and
  208. Tar 1.14.</para></listitem>
  209. <listitem><para>May 10th, 2004 [winkie]: Chapter 8 - Upgraded to Linux 2.6.6.
  210. </para></listitem>
  211. <listitem><para>May 7th, 2004 [winkie]: Chapter 6 - When configuring Vim, pass
  212. the <quote>--enable-multibyte</quote> option.</para></listitem>
  213. <listitem><para>May 6th, 2004 [winkie]: Chapter 6 - Add Readline installation
  214. and use it when building Bash.</para></listitem>
  215. <listitem><para>May 6th, 2004 [winkie]: Added Alexander Patrakov's I18n patch.
  216. </para></listitem>
  217. <listitem><para>May 4th, 2004 [winkie]: Chapter 6 - Create and use the
  218. <quote>utmp</quote> group.</para></listitem>
  219. <listitem><para>May 4th, 2004 [winkie]: Chapter 7 - Upgraded to LFS-Bootscripts
  220. 2.1.0 and modify the book to work with it.</para></listitem>
  221. <listitem><para>May 4th, 2004 [winkie]: Chapter 6 - Install the
  222. <quote>passwd</quote> binary in /bin instead of /usr/bin.</para></listitem>
  223. <listitem><para>May 4th, 2004 [winkie]: Chapter 6 - Switch the uname patch we
  224. use, so that we get correct results.</para></listitem>
  225. <listitem><para>May 4th, 2004 [winkie]: Chapter 8 - Use the full LFS version for
  226. the GRUB title.</para></listitem>
  227. <listitem><para>May 4th, 2004 [winkie]: Chapter 5 &amp; 6 - Use new patch
  228. naming <quote>standard</quote>.</para></listitem>
  229. <listitem><para>May 3rd, 2004 [winkie]: Merged BE-LFS content - thanks to Ron
  230. and Jason Scott for the help they gave to BE-LFS before integration.</para></listitem>
  231. </itemizedlist>
  232. <para>Release of version 5.1.1 on June 6th, 2004.</para>
  233. </sect1>