changelog.xml 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. <sect1 id="ch01-changelog">
  2. <title>Changelog</title>
  3. <para>
  4. &version; - &releasedate;
  5. </para>
  6. <itemizedlist>
  7. <listitem><para>
  8. Updated to:
  9. <itemizedlist>
  10. <listitem><para>MAKEDEV-1-1</para></listitem>
  11. <listitem><para>binutils-2.11.2</para></listitem>
  12. <listitem><para>e2fsprogs-1.22</para></listitem>
  13. <listitem><para>file-3.35</para></listitem>
  14. <listitem><para>groff-1.17.1</para></listitem>
  15. <listitem><para>new ncurses patch</para></listitem>
  16. </itemizedlist>
  17. </para></listitem>
  18. <listitem><para>
  19. Chapter 7: Changed $* into "$@" in the functions script. "$@" allows
  20. usage of quoted arguments with blanks.
  21. </para></listitem>
  22. </itemizedlist>
  23. <para>
  24. 3.0-pre4 - June 22nd, 2001
  25. </para>
  26. <itemizedlist>
  27. <listitem><para>
  28. Chapter 5: Reordered the installations alphabetically.
  29. </para></listitem>
  30. <listitem><para>
  31. Chapter 6: Moved the installations of ed and patch into their
  32. alphabetical positions.
  33. </para></listitem>
  34. <listitem><para>
  35. Chapter 7: Added [ ATTN ] warning message to the functions script. When
  36. you attemp to start a service that's arleady running or stop a service
  37. that's not running, it'll not print FAILED anymore but [ ATTN ] along
  38. with "Already running" or "Not running".
  39. </para></listitem>
  40. <listitem><para>
  41. Chapter 9: Renamed the network-scripts directory in nic-config.
  42. </para></listitem>
  43. </itemizedlist>
  44. <para>
  45. 3.0-pre3 - May 12th, 2001
  46. </para>
  47. <itemizedlist>
  48. <listitem><para>
  49. Added numerous FHS compliance notes. These instructions can be followed
  50. if one wishes to build a fully FHS-compliant system.
  51. </para></listitem>
  52. <listitem><para>
  53. Chapter 4: Updated the directory list to be more FHS compliant. Mainly
  54. this meant adding the opt directories and removing /usr/tmp and
  55. /usr/local/tmp
  56. </para></listitem>
  57. <listitem><para>
  58. Chapter 5: We now copy the kernel include directories instead of linking
  59. to them. This is theoretically safer if we plan on upgrading the kernel.
  60. </para></listitem>
  61. <listitem><para>
  62. Chapter 5+6: Removed fileutils-patch. After upgrading to fileutils-4.1
  63. the patch isn't needed anymore.
  64. </para></listitem>
  65. <listitem><para>
  66. Chapter 5+6: Put back the instructions on how to copy/remove the old NSS
  67. library files, in case the original distribution uses glibc-2.0.x.
  68. </para></listitem>
  69. <listitem><para>
  70. Chapter 5: Added the notice about an old version of install-info.
  71. </para></listitem>
  72. <listitem><para>
  73. Chapter 5: Removed the installation of a static gettext.
  74. </para></listitem>
  75. <listitem><para>
  76. Chapter 6: Changed bin86's installation from "make PREFIX=/usr install"
  77. to "make INSTALL_OPTS="-m 755" PREFIX=/usr install". This will prevent
  78. install from invoking strip -s on the files. This fails because a
  79. couple of the installed files are shell scripts rather than programs,
  80. so they can't be stripped.
  81. </para></listitem>
  82. <listitem><para>
  83. Chapter 6: Removed the ld.so section since we only used the man pages
  84. and replaced it with a patch to man-pages.
  85. </para></listitem>
  86. <listitem><para>
  87. Chapter 7+8: Moved the creation of /etc/fstab to chapter 8.
  88. </para></listitem>
  89. <listitem><para>
  90. Appendix A: Added missing descriptions of frcode, code and bigram in
  91. the findutils-4.1 package.
  92. </para></listitem>
  93. </itemizedlist>
  94. <para>
  95. 3.0-pre2 - April 14th, 2001
  96. </para>
  97. <itemizedlist>
  98. <listitem><para>
  99. Chapter 5: Simplified ln commands.
  100. </para></listitem>
  101. <listitem><para>
  102. Chapter 5: Removed prefix=$LFS/usr from tar's make install.
  103. </para></listitem>
  104. <listitem><para>
  105. Chapter 5+6: Removed --disable-nls from configuration of programs that
  106. don't need it (bash, diffutils, gzip, sed, m4).
  107. </para></listitem>
  108. <listitem><para>
  109. Chapter 5+6: Changed from "cd dir &amp;&amp; make" to "make -C dir"
  110. (gettext-static, sysvinit).
  111. </para></listitem>
  112. <listitem><para>
  113. Chapter 5: Beautified the static link process for mawk.
  114. </para></listitem>
  115. <listitem><para>
  116. Chapter 5: Changed the links we create during gcc-installation to
  117. $LFS/usr/bin/cpp.
  118. </para></listitem>
  119. <listitem><para>
  120. Chapter 6: Changed the procps installation from sed'ing to an easier
  121. way.
  122. </para></listitem>
  123. <listitem><para>
  124. Chapter 6: Changed all "rm file &amp;&amp; ln -s dest file" into
  125. "ln -sf file" (in glibc, bzip2 and gzip installations).
  126. </para></listitem>
  127. <listitem><para>
  128. Chapter 6: Added a sed to fix a problem during glibc-installation.
  129. pt_chown can not be installed setuid root, because "root" is not known
  130. by glibc yet (kind of hen and egg-problem).
  131. </para></listitem>
  132. <listitem><para>
  133. Chapter 6: Changed consoledata/tools to kbd, which is more actively
  134. developed, and less of a pain to install.
  135. </para></listitem>
  136. <listitem><para>
  137. Appendix A: Added the description of the Netkit-base and Net-tools
  138. packages.
  139. </para></listitem>
  140. </itemizedlist>
  141. <para>
  142. 3.0-pre1 - February 27th, 2001
  143. </para>
  144. <itemizedlist>
  145. <listitem><para>
  146. Converted the SGML source to XML.
  147. </para></listitem>
  148. <listitem><para>
  149. Chapter 4: Tell the user to use cfdisk rather than fdisk. The fdisk man
  150. page recommends cfdisk over fdisk because it's more stable.
  151. </para></listitem>
  152. <listitem><para>
  153. Chapter 4: Changed the wording to make it more general as ext2 no
  154. longer is the only used file system. Reiser for example is often used
  155. too now.
  156. </para></listitem>
  157. <listitem><para>
  158. Chapter 5: Added static mawk, texinfo and partially gettext to faciliate
  159. the move of Glibc from Chapter 5 to Chapter 6.
  160. </para></listitem>
  161. <listitem><para>
  162. Chapter 5: Added Makedev to chapter 5. We don't create the device files
  163. here, only copy the MAKEDEV script and make a temp copy which will be
  164. used to create device files. This second file (MAKEDEV-temp) doesn't
  165. contain user names and group names but only user id's and group id's. We
  166. need a few device files to get Glibc installed, but before GLibc is
  167. installed user and group names are not recognized yet; only the numeric
  168. id's. This requires a slightly modified MAKEDEV script which will be
  169. generated by patching the original one. This patching is done here in
  170. chapter 5. Also, fixed the explanations on both makedev installations.
  171. </para></listitem>
  172. <listitem><para>
  173. Chapter 5: Recommended to install all the software while logged in (or
  174. su'ed to) user root.
  175. </para></listitem>
  176. <listitem><para>
  177. Chapter 5+6: Added the fileutils-4.0 patch which is needed to compile
  178. the fileutils package on Glibc-2.2 based systems (such as the upcoming
  179. LFS-3.0 system).
  180. </para></listitem>
  181. <listitem><para>
  182. Chapter 5+6: Upgraded from gcc-2.95.2 to gcc-2.95.2.1
  183. </para></listitem>
  184. <listitem><para>
  185. Chapter 5+6: Moved Glibc from chapter 5 to chapter 6
  186. </para></listitem>
  187. <listitem><para>
  188. Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin
  189. </para></listitem>
  190. <listitem><para>
  191. Chapter 6: Updated Glibc installation instructions. 'configparms' file
  192. creation has been deleted. No need to pick a compiler (either distro's
  193. native or the /usr/local/gcc2952/bin/gcc one); we're in chroot
  194. now so we'll use the one we have
  195. </para></listitem>
  196. <listitem><para>
  197. Chapter 6: Only copy the man pages from the ld.so package. We don't need
  198. the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
  199. working versions.
  200. </para></listitem>
  201. <listitem><para>
  202. Chapter 6: Added the creation of the lex symlink to the flex
  203. installation.
  204. </para></listitem>
  205. <listitem><para>
  206. Chapter 6: Changed $* into "$@" in the yacc script during bison's
  207. installation. "$@" allows usage of quoted arguments with blanks.
  208. </para></listitem>
  209. <listitem><para>
  210. Chapter 6: Fixed the man page installation during console-tools'
  211. installation.
  212. </para></listitem>
  213. <listitem><para>
  214. Chapter 6: When entering chroot the $TERM variable inside chroot is set
  215. properly. This is accomplished by: chroot ... -i HOME=/root TERM=$TERM
  216. ...
  217. </para></listitem>
  218. <listitem><para>
  219. Chapter 6: Merged the different sulogin lines from the inittab file
  220. into one line.
  221. </para></listitem>
  222. <listitem><para>
  223. Chapter 7: Fixed the delays in the killproc function in the functions
  224. script. Now after kill, first check PIDs, then sleep 2 if needed. More
  225. details can be read in the comments in the script itself.
  226. </para></listitem>
  227. <listitem><para>
  228. Chapter 7: Added the explanation how the runlevels and boot process
  229. works when using the LFS scripts.
  230. </para></listitem>
  231. <listitem><para>
  232. Chapter 10: Added this chapter. It contains "thanks and good luck"
  233. notes and suggest creating the /etc/lfs-&version; file
  234. </para></listitem>
  235. </itemizedlist>
  236. </sect1>