changelog.xml 8.6 KB

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