changelog.xml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/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 six 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>Perl 5.8.7</para></listitem>
  19. <listitem><para>Zlib 1.2.3</para></listitem>
  20. </itemizedlist>
  21. </listitem>
  22. <listitem><para>Added:</para>
  23. <itemizedlist>
  24. <listitem><para>&binutils-gcc4-patch;</para></listitem>
  25. <listitem><para>&bzip2-docs-patch;</para></listitem>
  26. <listitem><para>&bzip2-bzgrep-patch;</para></listitem>
  27. <listitem><para>&glibc-rtld-patch;</para></listitem>
  28. <listitem><para>&glibc-tls_assert-patch;</para></listitem>
  29. <listitem><para>&texinfo-tempfile_fix-patch;</para></listitem>
  30. <listitem><para>&util-linux-umount-patch;</para></listitem>
  31. <listitem><para>&vim-security_fix-patch;</para></listitem>
  32. </itemizedlist>
  33. </listitem>
  34. <listitem><para>Removed:</para>
  35. <itemizedlist>
  36. <listitem><para>zlib-1.2.2-security_fix-1.patch;</para></listitem>
  37. </itemizedlist>
  38. </listitem>
  39. <listitem><para>November 30, 2005 [matt]: LFS-6.1.1 release.</para>
  40. </listitem>
  41. <listitem><para>November 24, 2005 [matt]: LFS-6.1.1-pre2 release.</para>
  42. </listitem>
  43. <listitem><para>November 24, 2005 [matt]: Fix an issue with Glibc that prevents
  44. some programs (including OpenOffice.org) from running.</para></listitem>
  45. <listitem><para>November 23, 2005 [gerard]: Corrected reference to 'man page' to
  46. 'HTML documentation' in chapter 6/sec</para></listitem>
  47. <listitem><para>November 18, 2005 [manuel]: Fixed the unpack of the
  48. module-init-tools-testsuite package.</para></listitem>
  49. <listitem><para>November 18, 2005 [manuel]: PDF fixes.</para></listitem>
  50. <listitem><para>November 17, 2005 [matt]: LFS-6.1.1-pre1
  51. release.</para></listitem>
  52. <listitem><para>November 12, 2005 [matt]: Improve the heuristic for determining
  53. a locale that is supported by both Glibc and packages outside LFS (bug 1642).
  54. Many thanks to Alexander Patrakov for highlighting the numerous issues and for
  55. reviewing the various suggested fixes.</para></listitem>
  56. <listitem><para>November 12, 2005 [matt]: Omit running Bzip2's testsuite as a
  57. separate step, as <command>make</command> runs it automatically (bug 1652).
  58. </para></listitem>
  59. <listitem><para>November 7, 2005 [matt]: Stop Udev from killing udevd processes
  60. on the host system (fixes bug 1651). Thanks to Alexander Patrakov for the
  61. report and the fix.</para></listitem>
  62. <listitem><para>November 5, 2005 [matt]: Add a note to the toolchain sanity
  63. check in chapter 5 to explain that if TCL fails to build, it's an indication of
  64. a broken toolchain (bug 1581).</para></listitem>
  65. <listitem><para>November 4, 2005 [matt]: Correct the instructions for running
  66. Module-Init-Tools' testsuite (fixes bug 1597). Thanks to Greg Schafer, Tushar
  67. Teredesai and to Randy McMurchy for providing the patch.</para></listitem>
  68. <listitem><para>October 29, 2005 [manuel]: PDF fixes.</para></listitem>
  69. <listitem><para>October 23, 2005 [manuel]: Added Bash documentation
  70. installation. Added notes about libiconv and Cracklib. Fixed the installation
  71. of Sed documentation. Replaced a patch for IPRoute2 by a sed
  72. command.</para></listitem>
  73. <listitem><para>October 19, 2005 [manuel]: Updated the acknowledgements to
  74. current trunk version. Ported some redaction changes in preface and chapter01
  75. pages. Moved chapter02 to part II. Added -v switches. Ported several typos
  76. and redaction fixes from trunk.</para></listitem>
  77. <listitem><para>October 19, 2005 [manuel]: Updated the stylesheets, Makefile
  78. and related files to current trunk versions.</para></listitem>
  79. <listitem><para>October 15, 2005 [matt]: Use an updated version of the Udev
  80. rules file (fixes bug 1639).</para></listitem>
  81. <listitem><para>October 15, 2005 [matt]: Add a cdrom group as required by the
  82. Udev rules file</para></listitem>
  83. <listitem><para>October 14th, 2005 [ken]: Added a patch to allow binutils
  84. to be built from a host running gcc-4, updated glibc instructions for the rtld
  85. patch, updated space/time for perl and zlib.</para></listitem>
  86. <listitem><para>October 14th, 2005 [matt]: Added a patch to fix a security
  87. vulnerability in util-linux.</para></listitem>
  88. <listitem><para>October 14th, 2005 [matt]: Added the updated vim security patch.
  89. </para></listitem>
  90. <listitem><para>October 14th, 2005 [jhuntwork]: Added the bzip2 security
  91. and install docs patches.</para></listitem>
  92. <listitem><para>October 14th, 2005 [jhuntwork]: Added the tempfile patch
  93. for texinfo.</para></listitem>
  94. <listitem><para>October 14th, 2005 [ken]: Update packages and patches in
  95. the changelog to only reflect changes since 6.1. Update zlib.</para></listitem>
  96. <listitem><para>October 13th, 2005 [ken]: Fix known errors in lists of
  97. installed files and bump the perl version.</para></listitem>
  98. </itemizedlist>
  99. </sect1>