changelog.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <sect1 id="ch-scatter-changelog">
  2. <title>Changelog</title>
  3. <?dbhtml filename="changelog.html" dir="chapter01"?>
  4. <para>This is version &version; of the Linux From Scratch book, dated
  5. &releasedate;. If this book is more than two months old, a newer and better
  6. version is probably already available. To find out, please check one of the
  7. mirrors via <ulink url="&lfs-root;"/>.</para>
  8. <para>Below is a list of changes made since the previous release of the book,
  9. first a summary, then a detailed log.</para>
  10. <itemizedlist>
  11. <listitem><para>Upgraded to:</para>
  12. <itemizedlist>
  13. <listitem><para>less-382</para></listitem>
  14. <listitem><para>man-pages-1.66</para></listitem>
  15. <listitem><para>ncurses-5.4</para></listitem>
  16. </itemizedlist></listitem>
  17. <listitem><para>February 22nd, 2004 [alex]: Moved the stripping of the final
  18. system from chapter 9 to the end of chapter 6.</para></listitem>
  19. <listitem><para>February 22nd, 2004 [alex]: Chapter 6 - Coreutils and
  20. E2fsprogs: Clarified the prerequisites for running the tests.</para></listitem>
  21. <listitem><para>February 19th, 2004 [alex]: Chapter 5 - Stripping: Removed
  22. an unnecessary "{,share/}" from the documentation's <command>rm</command>
  23. command.</para></listitem>
  24. <listitem><para>February 14th, 2004 [jeremy]: Chapter 6 - Upgraded to
  25. Less-382.</para></listitem>
  26. <listitem><para>February 14th, 2004 [jeremy]: Chapters 5 + 6 - Upgraded to
  27. Ncurses-5.4, and removed references to the etip patch.</para></listitem>
  28. <listitem><para>February 12th, 2004 [jeremy]: Chapter 6 - Removed explicit
  29. paths from the pwconv and grpconv commands, since /usr/sbin is part of
  30. the default path.</para></listitem>
  31. <listitem><para>February 9th, 2004 [alex]: Chapter 6 - Moved the Bootscripts
  32. installation section to chapter 7.</para></listitem>
  33. <listitem><para>February 8th, 2004 [matt]: Chapter 6 - Updated to
  34. Man-pages-1.66.</para></listitem>
  35. <listitem><para>February 7th, 2004 [alex]: Chapter 1 - Moved the Conventions
  36. and Acknowledgements sections to the Preface.</para></listitem>
  37. <listitem><para>February 7th, 2004 [alex]: Chapter 6 - Creating devices:
  38. replaced the MAKEDEV script with the make_devices script. Contributed by
  39. Matthias Benkmann.</para></listitem>
  40. <listitem><para>February 5th, 2004 [alex]: Chapter 6 - Simplified the final
  41. install of the kernel headers to just copying them from the temporary tools
  42. directory.</para></listitem>
  43. <listitem><para>February 4th, 2004 [alex]: Chapters 5 + 6 - Moved the Mounting
  44. of proc and devpts to before Chrooting, dropped Util-linux from the tools, and
  45. added a little arch script for Perl.</para></listitem>
  46. </itemizedlist>
  47. <para>Release of version 5.1-pre1 on February 1st, 2004.</para>
  48. </sect1>