changelog.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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>
  17. </listitem>
  18. <listitem><para>Added:</para>
  19. <itemizedlist>
  20. <listitem><para>make_devices-1.2</para></listitem>
  21. </itemizedlist>
  22. </listitem>
  23. <listitem><para>Removed:</para>
  24. <itemizedlist>
  25. <listitem><para>MAKEDEV-1.7</para></listitem>
  26. <listitem><para>ncurses-5.3-etip-2.patch</para></listitem>
  27. </itemizedlist>
  28. </listitem>
  29. <listitem><para>February 23rd, 2004 [alex]: Chapters 6 + 9 : Cleaned up the
  30. Revision of chroot and Reboot sections.</para></listitem>
  31. <listitem><para>February 22nd, 2004 [alex]: Moved the stripping of the final
  32. system from chapter 9 to the end of chapter 6.</para></listitem>
  33. <listitem><para>February 22nd, 2004 [alex]: Chapter 6 - Coreutils and
  34. E2fsprogs: Clarified the prerequisites for running the tests.</para></listitem>
  35. <listitem><para>February 19th, 2004 [alex]: Chapter 5 - Stripping: Removed
  36. an unnecessary "{,share/}" from the documentation's <command>rm</command>
  37. command.</para></listitem>
  38. <listitem><para>February 14th, 2004 [jeremy]: Chapter 6 - Upgraded to
  39. Less-382.</para></listitem>
  40. <listitem><para>February 14th, 2004 [jeremy]: Chapters 5 + 6 - Upgraded to
  41. Ncurses-5.4, and removed references to the etip patch.</para></listitem>
  42. <listitem><para>February 12th, 2004 [jeremy]: Chapter 6 - Removed explicit
  43. paths from the pwconv and grpconv commands, since /usr/sbin is part of
  44. the default path.</para></listitem>
  45. <listitem><para>February 9th, 2004 [alex]: Chapter 6 - Moved the Bootscripts
  46. installation section to chapter 7.</para></listitem>
  47. <listitem><para>February 8th, 2004 [matt]: Chapter 6 - Updated to
  48. Man-pages-1.66.</para></listitem>
  49. <listitem><para>February 7th, 2004 [alex]: Chapter 1 - Moved the Conventions
  50. and Acknowledgements sections to the Preface.</para></listitem>
  51. <listitem><para>February 7th, 2004 [alex]: Chapter 6 - Creating devices:
  52. replaced the MAKEDEV script with the make_devices script. Contributed by
  53. Matthias Benkmann.</para></listitem>
  54. <listitem><para>February 5th, 2004 [alex]: Chapter 6 - Simplified the final
  55. install of the kernel headers to just copying them from the temporary tools
  56. directory.</para></listitem>
  57. <listitem><para>February 4th, 2004 [alex]: Chapters 5 + 6 - Moved the Mounting
  58. of proc and devpts to before Chrooting, dropped Util-linux from the tools, and
  59. added a little arch script for Perl.</para></listitem>
  60. </itemizedlist>
  61. <para>Release of version 5.1-pre1 on February 1st, 2004.</para>
  62. </sect1>