changelog.xml 8.3 KB

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