changelog.sgml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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: Added Makedev to chapter 5. We don't create the device files
  21. here, only copy the MAKEDEV script and make a temp copy which will be
  22. used to create device files. This second file (MAKEDEV-temp) doesn't
  23. contain user names and group names but only user id's and group id's. We
  24. need a few device files to get Glibc installed, but before GLibc is
  25. installed user and group names are not recognized yet; only the numeric
  26. id's. This requires a slightly modified MAKEDEV script which will be
  27. generated by patching the original one. This patching is done here in
  28. chapter 5.
  29. </para></listitem>
  30. <listitem><para>
  31. Chapter 5+6: Added the fileutils-4.0 patch which is needed to compile
  32. the fileutils package on Glibc-2.2 based systems (such as the upcoming
  33. LFS-3.0 system).
  34. </para></listitem>
  35. <listitem><para>
  36. Chapter 5+6: Upgraded from gcc-2.95.2 to gcc-2.95.2.1
  37. </para></listitem>
  38. <listitem><para>
  39. Chapter 5+6: Moved Glibc from chapter 5 to chapter 6
  40. </para></listitem>
  41. <listitem><para>
  42. Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin
  43. </para></listitem>
  44. <listitem><para>
  45. Chapter 6: No need to cd into glibc-build before running configure and
  46. make. We are already cd'ed into glibc-build when we created the
  47. configparms file
  48. </para></listitem>
  49. <listitem><para>
  50. Chapter 6: Only copy the man pages from the ld.so package. We don't need
  51. the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
  52. working versions.
  53. </para></listitem>
  54. <listitem><para>
  55. Chapter 6: Added the creation of the lex symlink to the flex
  56. installation.
  57. </para></listitem>
  58. </itemizedlist>
  59. </sect1>