changelog.xml 3.6 KB

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