changelog.xml 4.4 KB

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