changelog.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. Converted the SGML source to XML.
  13. </para></listitem>
  14. <listitem><para>
  15. Chapter 4: Tell the user to use cfdisk rather than fdisk. The fdisk man
  16. page recommends cfdisk over fdisk because it's more stable.
  17. </para></listitem>
  18. <listitem><para>
  19. Chapter 5: Added static mawk, texinfo and partially gettext to faciliate
  20. the move of Glibc from Chapter 5 to Chapter 6.
  21. </para></listitem>
  22. <listitem><para>
  23. Chapter 5: Added Makedev to chapter 5. We don't create the device files
  24. here, only copy the MAKEDEV script and make a temp copy which will be
  25. used to create device files. This second file (MAKEDEV-temp) doesn't
  26. contain user names and group names but only user id's and group id's. We
  27. need a few device files to get Glibc installed, but before GLibc is
  28. installed user and group names are not recognized yet; only the numeric
  29. id's. This requires a slightly modified MAKEDEV script which will be
  30. generated by patching the original one. This patching is done here in
  31. chapter 5. Also, fixed the explanations on both makedev installations.
  32. </para></listitem>
  33. <listitem><para>
  34. Chapter 5+6: Added the fileutils-4.0 patch which is needed to compile
  35. the fileutils package on Glibc-2.2 based systems (such as the upcoming
  36. LFS-3.0 system).
  37. </para></listitem>
  38. <listitem><para>
  39. Chapter 5+6: Upgraded from gcc-2.95.2 to gcc-2.95.2.1
  40. </para></listitem>
  41. <listitem><para>
  42. Chapter 5+6: Moved Glibc from chapter 5 to chapter 6
  43. </para></listitem>
  44. <listitem><para>
  45. Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin
  46. </para></listitem>
  47. <listitem><para>
  48. Chapter 6: Updated Glibc installation instructions. 'configparms' file
  49. creation has been deleted. No need to pick a compiler (either distro's
  50. native or the /usr/local/gcc2952/bin/gcc one); we're in chroot
  51. now so we'll use the one we have
  52. </para></listitem>
  53. <listitem><para>
  54. Chapter 6: Only copy the man pages from the ld.so package. We don't need
  55. the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
  56. working versions.
  57. </para></listitem>
  58. <listitem><para>
  59. Chapter 6: Added the creation of the lex symlink to the flex
  60. installation.
  61. </para></listitem>
  62. <listitem><para>
  63. Chapter 6: Changed $* into "$@" in the yacc script during bison's
  64. installation. "$@" allows usage of quoted arguments with blanks.
  65. </para></listitem>
  66. <listitem><para>
  67. Chapter 6: Fixed the man page installation during console-tools'
  68. installation.
  69. </para></listitem>
  70. <listitem><para>
  71. Chapter 6: When entering chroot the $TERM variable inside chroot is set
  72. properly. This is accomplished by: chroot ... -i HOME=/root TERM=$TERM ...
  73. </para></listitem>
  74. <listitem><para>
  75. Chapter 6: Merged the different sulogin lines from the inittab file
  76. into one line.
  77. </para></listitem>
  78. </itemizedlist>
  79. </sect1>