changelog.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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: Recommended to install all the software while logged in (or
  35. su'ed to) user root.
  36. </para></listitem>
  37. <listitem><para>
  38. Chapter 5+6: Added the fileutils-4.0 patch which is needed to compile
  39. the fileutils package on Glibc-2.2 based systems (such as the upcoming
  40. LFS-3.0 system).
  41. </para></listitem>
  42. <listitem><para>
  43. Chapter 5+6: Upgraded from gcc-2.95.2 to gcc-2.95.2.1
  44. </para></listitem>
  45. <listitem><para>
  46. Chapter 5+6: Moved Glibc from chapter 5 to chapter 6
  47. </para></listitem>
  48. <listitem><para>
  49. Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin
  50. </para></listitem>
  51. <listitem><para>
  52. Chapter 6: Updated Glibc installation instructions. 'configparms' file
  53. creation has been deleted. No need to pick a compiler (either distro's
  54. native or the /usr/local/gcc2952/bin/gcc one); we're in chroot
  55. now so we'll use the one we have
  56. </para></listitem>
  57. <listitem><para>
  58. Chapter 6: Only copy the man pages from the ld.so package. We don't need
  59. the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
  60. working versions.
  61. </para></listitem>
  62. <listitem><para>
  63. Chapter 6: Added the creation of the lex symlink to the flex
  64. installation.
  65. </para></listitem>
  66. <listitem><para>
  67. Chapter 6: Changed $* into "$@" in the yacc script during bison's
  68. installation. "$@" allows usage of quoted arguments with blanks.
  69. </para></listitem>
  70. <listitem><para>
  71. Chapter 6: Fixed the man page installation during console-tools'
  72. installation.
  73. </para></listitem>
  74. <listitem><para>
  75. Chapter 6: When entering chroot the $TERM variable inside chroot is set
  76. properly. This is accomplished by: chroot ... -i HOME=/root TERM=$TERM ...
  77. </para></listitem>
  78. <listitem><para>
  79. Chapter 6: Merged the different sulogin lines from the inittab file
  80. into one line.
  81. </para></listitem>
  82. <listitem><para>
  83. Chapter 7: Fixed the delays in the killproc function in the functions
  84. script. Now after kill, first check PIDs, then sleep 2 if needed. More
  85. details can be read in the comments in the script itself.
  86. </para></listitem>
  87. <listitem><para>
  88. Chapter 7: Added the explanation how the runlevels and boot process
  89. works when using the LFS scripts.
  90. </para></listitem>
  91. <listitem><para>
  92. Chapter 10: Added this chapter. It contains "thanks and good luck"
  93. notes and suggest creating the /etc/lfs-&version; file
  94. </para></listitem>
  95. </itemizedlist>
  96. </sect1>