changelog.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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" condition="no-print">
  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 differences between the Testing and Unstable versions
  14. of the LFS Book.</para>
  15. <itemizedlist>
  16. <listitem><para>Upgraded to:</para>
  17. <itemizedlist>
  18. <listitem><para>binutils-2.15.94.0.1</para></listitem>
  19. <listitem><para>findutils-4.2.9</para></listitem>
  20. <listitem><para>gcc-3.4.3</para></listitem>
  21. <listitem><para>glibc-20041122</para></listitem>
  22. <listitem><para>perl-5.8.6</para></listitem>
  23. <listitem><para>util-linux-2.12j</para></listitem>
  24. </itemizedlist>
  25. </listitem>
  26. <listitem><para>Added:</para>
  27. <itemizedlist>
  28. <listitem><para>binutils-2.15.94.0.1-fix_strip-1.patch</para></listitem>
  29. </itemizedlist>
  30. </listitem>
  31. <!--
  32. <listitem><para>Removed:</para>
  33. <itemizedlist>
  34. </itemizedlist>
  35. </listitem>
  36. -->
  37. <listitem><para>December 7th, 2004 [jim]: Fixed typo in shadow and in readline.
  38. Made recommended change from Robert Connolly on sed for shadow.</para></listitem>
  39. <listitem><para>December 6th, 2004 [jeremy]: Fixed incorrect CR in ch 6
  40. binutils, causing the patch name to be split on 2 lines. Thanks Robert
  41. Connolly!</para></listitem>
  42. <listitem><para>December 6th, 2004 [jim]: Fixes a few typo's done by me.
  43. Added a patch for IPRoute2 to fix usage with the newer findutils.
  44. Updated Readline and Zlib library location changes.
  45. Bumped findutils to 4.2.9 and util-linux 2.12j.
  46. Used the same methodology used on zlib and readline on shadow.</para></listitem>
  47. <listitem><para>December 4th, 2004 [jeremy]: Added binutils fix_strip patch</para></listitem>
  48. <listitem><para>December 3rd, 2004 [jim]: Changed readline and zlib instructions
  49. to use --libdir for the libraries. Bumped perl to 5.8.6. Corrected wording in
  50. readline.</para></listitem>
  51. <listitem><para>December 1st, 2004 [jeremy]: Minor entity revisions in the XML
  52. sources, patch courtesy of Boris Buegling.</para></listitem>
  53. <listitem><para>November 13th, 2004 [jeremy]: Upgraded toolchain packages to GCC 3.4.3, and Glibc weekly snapshot from 2004-11-08.</para></listitem>
  54. </itemizedlist>
  55. </sect1>