changelog.xml 3.8 KB

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