changelog.sgml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. Also, fixed the explanations on both makedev installations.
  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: Updated Glibc installation instructions. 'configparms' file
  46. creation has been deleted. No need to pick a compiler (either distro's
  47. native or the /usr/local/gcc2952/bin/gcc one); we're in chroot
  48. now so we'll use the one we have
  49. </para></listitem>
  50. <listitem><para>
  51. Chapter 6: Only copy the man pages from the ld.so package. We don't need
  52. the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
  53. working versions.
  54. </para></listitem>
  55. <listitem><para>
  56. Chapter 6: Added the creation of the lex symlink to the flex
  57. installation.
  58. </para></listitem>
  59. <listitem><para>
  60. Chapter 6: Changed $* into "$@" in the yacc script during bison's
  61. installation. "$@" allows usage of quoted arguments with blanks.
  62. </para></listitem>
  63. </itemizedlist>
  64. </sect1>