changelog.xml 8.5 KB

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