changelog.xml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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. <para>
  12. We've (well mostly Gerard) been neglecting the changelog here a little
  13. bit during the last few weeks, so this list isn't complete and too much
  14. has changed to exactly remember what should be listed here (ie: what is
  15. worth mentioning here). We'll be paying closer attention to the
  16. changelog after lfs-3.0-pre2 has been released (which will be around
  17. April 13th, 2001).
  18. </para>
  19. <itemizedlist>
  20. <listitem><para>
  21. Converted the SGML source to XML.
  22. </para></listitem>
  23. <listitem><para>
  24. Chapter 4: Tell the user to use cfdisk rather than fdisk. The fdisk man
  25. page recommends cfdisk over fdisk because it's more stable.
  26. </para></listitem>
  27. <listitem><para>
  28. Chapter 4: Changed the wording to make it more general as ext2 no
  29. longer is the only used file system. Reiserfs, for example, is often used
  30. too now.
  31. </para></listitem>
  32. <listitem><para>
  33. Chapter 5: Added static mawk, texinfo, and partially gettext to facilitate
  34. the move of Glibc from Chapter 5 to Chapter 6.
  35. </para></listitem>
  36. <listitem><para>
  37. Chapter 5: Added Makedev to chapter 5. We don't create the device files
  38. here, only copy the MAKEDEV script and make a temp copy which will be
  39. used to create device files. This second file (MAKEDEV-temp) doesn't
  40. contain user names and group names but only user id's and group id's. We
  41. need a few device files to get Glibc installed, but, before Glibc is
  42. installed, user and group names are not recognized yet, only the numeric
  43. id's. This requires a slightly modified MAKEDEV script which will be
  44. generated by patching the original one. This patching is done here in
  45. chapter 5. Also, fixed the explanations on both makedev installations.
  46. </para></listitem>
  47. <listitem><para>
  48. Chapter 5: Recommended to install all the software while logged in (or
  49. su'ed to) user root.
  50. </para></listitem>
  51. <listitem><para>
  52. Chapter 5: Simplified ln commands.
  53. </para></listitem>
  54. <listitem><para>
  55. Chapter 5: Removed prefix=$LFS/usr from tar's make install.
  56. </para></listitem>
  57. <listitem><para>
  58. Chapter 5+6: Added the fileutils-4.0 patch which is needed to compile
  59. the fileutils package on Glibc-2.2 based systems (such as the upcoming
  60. LFS-3.0 system).
  61. </para></listitem>
  62. <listitem><para>
  63. Chapter 5+6: Removed --disable-nls from configuration of programs that don't
  64. need it (bash, diffutils, gzip, sed, m4).
  65. </para></listitem>
  66. <listitem><para>
  67. Chapter 5+6: Changed from "cd dir && make" to "make -C dir"
  68. (gettext-static, sysvinit).
  69. </para></listitem>
  70. <listitem><para>
  71. Chapter 5: Beautified the static link process for mawk.
  72. </para></listitem>
  73. <listitem><para>
  74. Chapter 5+6: Upgraded gcc-2.95.2 to gcc-2.95.2.1.
  75. </para></listitem>
  76. <listitem><para>
  77. Chapter 5: Changed the links we create during gcc-installation to
  78. $LFS/usr/bin/cpp.
  79. </para></listitem>
  80. <listitem><para>
  81. Chapter 5+6: Moved Glibc from chapter 5 to chapter 6.
  82. </para></listitem>
  83. <listitem><para>
  84. Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin.
  85. </para></listitem>
  86. <listitem><para>
  87. Chapter 6: Updated Glibc installation instructions. The 'configparms' file
  88. creation has been deleted. No need to pick a compiler (either distro's
  89. native or the /usr/local/gcc2952/bin/gcc one); we're in chroot
  90. now so we'll use the one we have.
  91. </para></listitem>
  92. <listitem><para>
  93. Chapter 6: Only copy the man pages from the ld.so package. We don't need
  94. the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
  95. working versions.
  96. </para></listitem>
  97. <listitem><para>
  98. Chapter 6: Changed the procps installation from sed'ing to an easier way.
  99. </para></listitem>
  100. <listitem><para>
  101. Chapter 6: Added the creation of the lex symlink to the flex
  102. installation.
  103. </para></listitem>
  104. <listitem><para>
  105. Chapter 6: Changed $* into "$@" in the yacc script during bison's
  106. installation. "$@" allows usage of quoted arguments with blanks.
  107. </para></listitem>
  108. <listitem><para>
  109. Chapter 6: Fixed the man page installation during console-tools'
  110. installation.
  111. </para></listitem>
  112. <listitem><para>
  113. Chapter 6: When entering chroot, the $TERM variable inside chroot is set
  114. properly. This is accomplished by: chroot ... -i HOME=/root TERM=$TERM ...
  115. </para></listitem>
  116. <listitem><para>
  117. Chapter 6: Merged the different sulogin lines from the inittab file
  118. into one line.
  119. </para></listitem>
  120. <listitem><para>
  121. Chapter 6: Changed all "rm file &amp;&amp; ln -s dest file" into
  122. "ln -sf file" (in glibc, bzip2 and gzip installations).
  123. </para></listitem>
  124. <listitem><para>
  125. Chapter 6: Added a sed to fix a problem during glibc-installation.
  126. pt_chown can not be installed setuid root, because "root" is not known by
  127. glibc yet (kind of hen and egg-problem).
  128. </para></listitem>
  129. <listitem><para>
  130. Chapter 6: Changed consoledata/tools to kbd, which is more actively developed,
  131. and less of a pain to install.
  132. </para></listitem>
  133. <listitem><para>
  134. Chapter 7: Fixed the delays in the killproc function in the functions
  135. script. Now, after kill, first check PIDs, then sleep 2 if needed. More
  136. details can be read in the comments in the script itself.
  137. </para></listitem>
  138. <listitem><para>
  139. Chapter 7: Added the explanation how the runlevels and boot process
  140. works when using the LFS scripts.
  141. </para></listitem>
  142. <listitem><para>
  143. Chapter 10: Added this chapter. It contains "thanks and good luck"
  144. notes and suggest creating the /etc/lfs-&version; file.
  145. </para></listitem>
  146. <listitem><para>
  147. Appendix A: Added the description of the Netkit-base and Net-tools packages.
  148. </para></listitem>
  149. </itemizedlist>
  150. </sect1>