changelog.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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 corresponding chapter for the other
  6. architectures.
  7. </para>
  8. <para>
  9. &version; - &releasedate;
  10. </para>
  11. <itemizedlist>
  12. <listitem><para>
  13. Converted the SGML source to XML.
  14. </para></listitem>
  15. <listitem><para>
  16. Chapter 4: Tell the user to use cfdisk rather than fdisk. The fdisk man
  17. page recommends cfdisk over fdisk because it's more stable.
  18. </para></listitem>
  19. <listitem><para>
  20. Chapter 4: Changed the wording to make it more general as ext2 no
  21. longer is the only used file system. Reiserfs, for example, is often used
  22. too now.
  23. </para></listitem>
  24. <listitem><para>
  25. Chapter 5: Added static mawk, texinfo, and partially gettext to faciliate
  26. the move of Glibc from Chapter 5 to Chapter 6.
  27. </para></listitem>
  28. <listitem><para>
  29. Chapter 5: Added Makedev to chapter 5. We don't create the device files
  30. here, only copy the MAKEDEV script and make a temp copy which will be
  31. used to create device files. This second file (MAKEDEV-temp) doesn't
  32. contain user names and group names but only user id's and group id's. We
  33. need a few device files to get Glibc installed, but, before Glibc is
  34. installed, user and group names are not recognized yet, only the numeric
  35. id's. This requires a slightly modified MAKEDEV script which will be
  36. generated by patching the original one. This patching is done here in
  37. chapter 5. Also, fixed the explanations on both makedev installations.
  38. </para></listitem>
  39. <listitem><para>
  40. Chapter 5: Recommended to install all the software while logged in (or
  41. su'ed to) user root.
  42. </para></listitem>
  43. <listitem><para>
  44. Chapter 5: Simplified ln commands.
  45. </para></listitem>
  46. <listitem><para>
  47. Chapter 5: Removed --disable-nls from gzip's configure commands. It's
  48. useless there.
  49. </para></listitem>
  50. <listitem><para>
  51. Chapter 5: Removed prefix=$LFS/usr from tar's make install.
  52. </para></listitem>
  53. <listitem><para>
  54. Chapter 5+6: Added the fileutils-4.0 patch which is needed to compile
  55. the fileutils package on Glibc-2.2 based systems (such as the upcoming
  56. LFS-3.0 system).
  57. </para></listitem>
  58. <listitem><para>
  59. Chapter 5: Beautified the static link process for mawk.
  60. </para></listitem>
  61. <listitem><para>
  62. Chapter 5+6: Upgraded gcc-2.95.2 to gcc-2.95.2.1.
  63. </para></listitem>
  64. <listitem><para>
  65. Chapter 5+6: Moved Glibc from chapter 5 to chapter 6.
  66. </para></listitem>
  67. <listitem><para>
  68. Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin.
  69. </para></listitem>
  70. <listitem><para>
  71. Chapter 6: Updated Glibc installation instructions. The 'configparms' file
  72. creation has been deleted. No need to pick a compiler (either distro's
  73. native or the /usr/local/gcc2952/bin/gcc one); we're in chroot
  74. now so we'll use the one we have.
  75. </para></listitem>
  76. <listitem><para>
  77. Chapter 6: Only copy the man pages from the ld.so package. We don't need
  78. the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
  79. working versions.
  80. </para></listitem>
  81. <listitem><para>
  82. Chapter 6: Added the creation of the lex symlink to the flex
  83. installation.
  84. </para></listitem>
  85. <listitem><para>
  86. Chapter 6: Changed $* into "$@" in the yacc script during bison's
  87. installation. "$@" allows usage of quoted arguments with blanks.
  88. </para></listitem>
  89. <listitem><para>
  90. Chapter 6: Fixed the man page installation during console-tools'
  91. installation.
  92. </para></listitem>
  93. <listitem><para>
  94. Chapter 6: When entering chroot, the $TERM variable inside chroot is set
  95. properly. This is accomplished by: chroot ... -i HOME=/root TERM=$TERM ...
  96. </para></listitem>
  97. <listitem><para>
  98. Chapter 6: Merged the different sulogin lines from the inittab file
  99. into one line.
  100. </para></listitem>
  101. <listitem><para>
  102. Chapter 6: Changed all "rm file &amp;&amp; ln -s dest file" into
  103. "ln -sf file" (in glibc, bzip2 and gzip installations).
  104. </para></listitem>
  105. <listitem><para>
  106. Chapter 7: Fixed the delays in the killproc function in the functions
  107. script. Now, after kill, first check PIDs, then sleep 2 if needed. More
  108. details can be read in the comments in the script itself.
  109. </para></listitem>
  110. <listitem><para>
  111. Chapter 7: Added the explanation how the runlevels and boot process
  112. works when using the LFS scripts.
  113. </para></listitem>
  114. <listitem><para>
  115. Chapter 10: Added this chapter. It contains "thanks and good luck"
  116. notes and suggest creating the /etc/lfs-&version; file.
  117. </para></listitem>
  118. <listitem><para>
  119. Appendix A: Added the description of the Netkit-base and Net-tools packages.
  120. </para></listitem>
  121. </itemizedlist>
  122. </sect1>