changelog.sgml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <sect1 id="ch01-changelog">
  2. <title>Changelog</title>
  3. <para>
  4. If, for example, a change is listed for chapter 5 it (usually) means the
  5. same change has been made in the chapters for the other architectures.
  6. </para>
  7. <para>
  8. &version; - &releasedate;
  9. </para>
  10. <itemizedlist>
  11. <listitem><para>
  12. Chapter 4: Tell the user to use cfdisk rather than fdisk. The fdisk man
  13. page recommends cfdisk over fdisk because it's more stable.
  14. </para></listitem>
  15. <listitem><para>
  16. Chapter 5: Added static mawk, texinfo and partially gettext to faciliate
  17. the move of Glibc from Chapter 5 to Chapter 6.
  18. </para></listitem>
  19. <listitem><para>
  20. Chapter 5+6: Added the fileutils-4.0 patch which is needed to compile
  21. the fileutils package on Glibc-2.2 based systems (such as the upcoming
  22. LFS-3.0 system).
  23. </para></listitem>
  24. <listitem><para>
  25. Chapter 5+6: Upgraded from gcc-2.95.2 to gcc-2.95.2.1
  26. </para></listitem>
  27. <listitem><para>
  28. Chapter 5+6: Moved Glibc from chapter 5 to chapter 6
  29. </para></listitem>
  30. <listitem><para>
  31. Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin
  32. </para></listitem>
  33. <listitem><para>
  34. Chapter 6: No need to cd into glibc-build before running configure and
  35. make. We are already cd'ed into glibc-build when we created the
  36. configparms file
  37. </para></listitem>
  38. <listitem><para>
  39. Chapter 6: Only copy the man pages from the ld.so package. We don't need
  40. the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
  41. working versions.
  42. </para></listitem>
  43. </itemizedlist>
  44. </sect1>