changelog.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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>findutils-4.2.11</para></listitem>
  19. <listitem><para>glibc-20041220</para></listitem>
  20. <listitem><para>lfs-bootscripts-3.1.0</para></listitem>
  21. <listitem><para>linux-libc-headers-2.6.10.0</para></listitem>
  22. </itemizedlist>
  23. </listitem>
  24. <listitem><para>Added:</para>
  25. <itemizedlist>
  26. <listitem><para>bash-3.0-fixes-3.patch</para></listitem>
  27. <listitem><para>iproute2-2.6.9_041019-find_update-1.patch</para></listitem>
  28. </itemizedlist>
  29. </listitem>
  30. <listitem><para>Removed:</para>
  31. <itemizedlist>
  32. <listitem><para>bash-3.0-fixes-1.patch</para></listitem>
  33. </itemizedlist>
  34. </listitem>
  35. <listitem><para>January 9th, 2005 [jeremy]: Removed --enable-shared from libol,
  36. since the shared library is installed by default for this package - thanks
  37. Archaic</para></listitem>
  38. <listitem><para>January 5th, 2005 [jeremy]: Upgraded to findutils 4.2.11</para></listitem>
  39. <listitem><para>December 31st, 2004 [jeremy]: Oops - forgot to remove the
  40. separate targets for hotplug and syslog-ng - fixed.</para></listitem>
  41. <listitem><para>December 31st, 2004 [jeremy]: Upgrade to LFS-Bootscripts 3.1.0</para></listitem>
  42. <listitem><para>December 30th, 2004 [jeremy]: Added Archaic's sed to stop
  43. installation of shadow's groups binary, as well as it's man page.</para></listitem>
  44. <listitem><para>December 25th, 2004 [jeremy]: Upgrade to glibc snapshot
  45. of 20041220</para></listitem>
  46. <listitem><para>December 19th, 2004 [jeremy]: Updated GCC-testresults link to
  47. be appropriate for GCC 3.4.3</para></listitem>
  48. <listitem><para>December 6th, 2004 [jim]: Fixes a few typo's done by me.
  49. Added a patch for IPRoute2 to fix usage with the newer findutils.
  50. Updated Readline and Zlib library location changes.
  51. Bumped findutils to 4.2.9 and util-linux 2.12j.
  52. Used the same methodology used on zlib and readline on shadow.</para></listitem>
  53. <listitem><para>December 3rd, 2004 [jim]: Changed readline and zlib instructions
  54. to use --libdir for the libraries. Bumped perl to 5.8.6. Corrected wording in
  55. readline.</para></listitem>
  56. </itemizedlist>
  57. </sect1>