changelog.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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>lfs-utils-0.5</para></listitem>
  15. <listitem><para>linux-2.4.25</para></listitem>
  16. <listitem><para>man-pages-1.66</para></listitem>
  17. <listitem><para>ncurses-5.4</para></listitem>
  18. <listitem><para>procps-3.2.0</para></listitem>
  19. </itemizedlist>
  20. </listitem>
  21. <listitem><para>Added:</para>
  22. <itemizedlist>
  23. <listitem><para>make_devices-1.2</para></listitem>
  24. </itemizedlist>
  25. </listitem>
  26. <listitem><para>Removed:</para>
  27. <itemizedlist>
  28. <listitem><para>MAKEDEV-1.7</para></listitem>
  29. <listitem><para>ncurses-5.3-etip-2.patch</para></listitem>
  30. </itemizedlist>
  31. </listitem>
  32. <listitem><para>March 9th, 2004 [alex]: Chapter 6 - Removed --login from the
  33. chroot commands.</para></listitem>
  34. <listitem><para>March 6th, 2004 [alex]: Rotated the contents of chapters 2, 3
  35. and 4.</para></listitem>
  36. <listitem><para>February 27th, 2004 [jeremy]: Upgraded to
  37. Procps-3.2.0.</para></listitem>
  38. <listitem><para>February 27th, 2004 [jeremy]: Upgraded to Lfs-utils-0.5 -
  39. fixes a possible symlink attack in iana-get.</para></listitem>
  40. <listitem><para>February 27th, 2004 [jeremy]: Chapter 6 - Altered the
  41. instructions for Findutils to be FHS-compliant.</para></listitem>
  42. <listitem><para>February 26th, 2004 [jeremy]: Removed the creation of the
  43. /usr/etc directory to conform with FHS - closes bug 775.</para></listitem>
  44. <listitem><para>February 26th, 2004 [jeremy]: Upgraded to
  45. Linux-2.4.25.</para></listitem>
  46. <listitem><para>February 23rd, 2004 [alex]: Chapters 6 + 9 - Cleaned up the
  47. Revision of chroot and Reboot sections.</para></listitem>
  48. <listitem><para>February 22nd, 2004 [alex]: Moved the stripping of the final
  49. system from chapter 9 to the end of chapter 6.</para></listitem>
  50. <listitem><para>February 22nd, 2004 [alex]: Chapter 6 - Coreutils and
  51. E2fsprogs: Clarified the prerequisites for running the tests.</para></listitem>
  52. <listitem><para>February 19th, 2004 [alex]: Chapter 5 - Stripping: Removed
  53. an unnecessary "{,share/}" from the documentation's <command>rm</command>
  54. command.</para></listitem>
  55. <listitem><para>February 14th, 2004 [jeremy]: Chapter 6 - Upgraded to
  56. Less-382.</para></listitem>
  57. <listitem><para>February 14th, 2004 [jeremy]: Chapters 5 + 6 - Upgraded to
  58. Ncurses-5.4, and removed references to the etip patch.</para></listitem>
  59. <listitem><para>February 12th, 2004 [jeremy]: Chapter 6 - Removed explicit
  60. paths from the pwconv and grpconv commands, since /usr/sbin is part of
  61. the default path.</para></listitem>
  62. <listitem><para>February 9th, 2004 [alex]: Chapter 6 - Moved the Bootscripts
  63. installation section to chapter 7.</para></listitem>
  64. <listitem><para>February 8th, 2004 [matt]: Chapter 6 - Updated to
  65. Man-pages-1.66.</para></listitem>
  66. <listitem><para>February 7th, 2004 [alex]: Chapter 1 - Moved the Conventions
  67. and Acknowledgements sections to the Preface.</para></listitem>
  68. <listitem><para>February 7th, 2004 [alex]: Chapter 6 - Creating devices:
  69. replaced the MAKEDEV script with the make_devices script. Contributed by
  70. Matthias Benkmann.</para></listitem>
  71. <listitem><para>February 5th, 2004 [alex]: Chapter 6 - Simplified the final
  72. install of the kernel headers to just copying them from the temporary tools
  73. directory.</para></listitem>
  74. <listitem><para>February 4th, 2004 [alex]: Chapters 5 + 6 - Moved the Mounting
  75. of proc and devpts to before Chrooting, dropped Util-linux from the tools, and
  76. added a little arch script for Perl.</para></listitem>
  77. </itemizedlist>
  78. <para>Release of version 5.1-pre1 on February 1st, 2004.</para>
  79. </sect1>