changelog.xml 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  1. <sect1 id="ch01-changelog">
  2. <title>Changelog</title>
  3. <?dbhtml filename="changelog.html" dir="chapter01"?>
  4. <para>&version; - &releasedate;</para>
  5. <itemizedlist>
  6. <listitem><para>Updated to:
  7. <itemizedlist>
  8. <listitem><para>autoconf-2.53</para></listitem>
  9. <listitem><para>automake-1.6</para></listitem>
  10. <listitem><para>bin86-0.16.2</para></listitem>
  11. <listitem><para>binutils-2.12</para></listitem>
  12. <listitem><para>bison-1.34</para></listitem>
  13. <listitem><para>bzip2-1.0.2</para></listitem>
  14. <listitem><para>diffutils-2.8</para></listitem>
  15. <listitem><para>e2fsprogs-1.27</para></listitem>
  16. <listitem><para>gawk-3.1.0</para></listitem>
  17. <listitem><para>gettext-0.11.1</para></listitem>
  18. <listitem><para>grep-2.5</para></listitem>
  19. <listitem><para>less-374</para></listitem>
  20. <listitem><para>lfs-bootscripts-1.8</para></listitem>
  21. <listitem><para>lilo-22.2</para></listitem>
  22. <listitem><para>linux-2.4.18</para></listitem>
  23. <listitem><para>man-pages-1.48</para></listitem>
  24. <listitem><para>modutils-2.4.15</para></listitem>
  25. <listitem><para>reiserfsprogs-3.x.1b</para></listitem>
  26. <listitem><para>shadow-4.0.3</para></listitem>
  27. <listitem><para>texinfo-4.1</para></listitem>
  28. <listitem><para>util-linux-2.11o</para></listitem>
  29. <listitem><para>vim-6.1</para></listitem>
  30. </itemizedlist>
  31. </para></listitem>
  32. <listitem><para>April 3rd, 2002 [gerard]: Chapter 05 - Mounting $LFS/proc:
  33. Added <userinput>chown root.root $LFS/proc</userinput>. The recursive chown
  34. operation in chapter 6 doesn't touch proc, so this'll remain owned by user
  35. <emphasis>lfs</emphasis>. It's not a big deal, just not a very clean thing
  36. to do.</para></listitem>
  37. <listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - Groff: Added a few
  38. symlinks that are used by programs like <userinput>xman</userinput> and
  39. others.</para></listitem>
  40. <listitem><para>April 3rd, 2002 [gerard]: Chapter 04 - Mounting partitions:
  41. Added some notes how to deal with multiple partitions ($LFS, $LFS/usr and
  42. so on).</para></listitem>
  43. <listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - E2fsprogs: Added
  44. <userinput>install-info</userinput> command to finish off the info page
  45. installation.</para></listitem>
  46. <listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - Bzip2: Reversed the
  47. <userinput>make</userinput> and <userinput>make -f
  48. Makefile-libbz2_so</userinput>. This is needed so all object files are
  49. compiled with the PIC option (Position Independant Code).</para></listitem>
  50. <listitem><para>April 3rd, 2002 [gerard]: Chapter 05 - Linux: Shortened the
  51. installation instructions by cutting out the <userinput>make
  52. config</userinput> and <userinput>make dep</userinput>
  53. stages.</para></listitem>
  54. <listitem><para>April 1st, 2002 [gerard]: This is not a joke: Chapter 5+6 -
  55. Gawk: Added a warning to never run <userinput>make uninstall</userinput> on
  56. the package. It will be pretty much equivalent to <userinput>rm -rf
  57. /usr/bin/*</userinput> because we override the <filename
  58. class="directory">libexec</filename> directory definition to <filename
  59. class="directory">/usr/bin</filename></para></listitem>
  60. <listitem><para>March 29th, 2002 [markh]: Chapter 05 and 06 - Updated to
  61. diffutils-2.8, modutils-2.4.15 and vim-6.1. Removed PR_PROGRAM setting
  62. for diffutils as /usr/bin/pr is now detected by the configure script.
  63. Removed sed to fix problem with shell syntax highlighting in vim as that
  64. is fixed in the new version.</para></listitem>
  65. <listitem><para>March 26th, 2002 [markh]: Chapter 02 - Asking for help:
  66. Added reference to ESR's smart-questions document.</para></listitem>
  67. <listitem><para>March 25th, 2002 [markh]: Binutils - Added libopcodes
  68. library description.</para></listitem>
  69. <listitem><para>March 21st, 2002 [gerard]: Chapter 06 - Bzip2: Before we
  70. move <filename>/usr/bin/bzless</filename> and
  71. <filename>/usr/bin/bzmore</filename> to the <filename
  72. class="directory">/bin</filename> directory, we first remove the
  73. <filename>/bin/bzless</filename> and <filename>/bin/bzmore</filename>
  74. files. On some systems overwriting the existing files doesn't work due to
  75. hardlinks being used.</para></listitem>
  76. <listitem><para>March 21st, 2002 [gerard]: Appendix A - Sysklogd: Updated
  77. the download location to <ulink url="http://www.infodrom.org/projects/sysklogd/">http://www.infodrom.org/projects/sysklogd/</ulink></para></listitem>
  78. <listitem><para>March 20th, 2002 [gerard]: Chapter 06 - Configure Dynamic
  79. Loader: Removed the <filename class="directory">/lib</filename> and
  80. <filename class="directory">/usr/lib</filename> directories from the
  81. <filename>ld.so.conf</filename> file. They were
  82. unnecessary.</para></listitem>
  83. <listitem><para>March 16th, 2002 [gerard]: Chapter 06+Appendix A: Removed
  84. the chroot dependencies. It's not a package so it's a bit out of
  85. place.</para></listitem>
  86. <listitem><para>March 16th, 2002 [gerard]: Chapter 05+06 - Gawk: Added
  87. commands to sed the <filename>awklib/Makefile.in</filename> file to change
  88. the <emphasis>datadir</emphasis> and <emphasis>libexecdir</emphasis>
  89. definitions</para></listitem>
  90. <listitem><para>March 15th, 2002 [gerard]: Chapter 01 - Mailing lists:
  91. Added lfs-chat description</para></listitem>
  92. <listitem><para>March 15th, 2002 [gerard]: Chapter 06-Shadow: Move
  93. <filename>libmisc.*a</filename> to
  94. <filename class="directory">/usr/lib</filename> too.</para></listitem>
  95. <listitem><para>March 14th, 2002 [gerard]: Upgraded to
  96. bison-1.34, gettext-0.11.1, grep-2.5, lfs-bootscripts-1.8,
  97. shadow-4.0.3</para></listitem>
  98. <listitem><para>March 11th, 2002 [gerard]: Upgraded to
  99. binutils-2.12</para></listitem>
  100. <listitem><para>March 11th, 2002 [gerard]: Chapter 07 - Setclock: The text
  101. here hinted towards the fact that you could skip configuring this step
  102. which isn't true unless the entire script would be removed. So the text was
  103. changed a bit to just have them create the file no matter how the hardware
  104. clock is setup.</para></listitem>
  105. <listitem><para>March 11th, 2002 [gerard]: Chapter 07 - Loadkeys: Removed
  106. the need to configure a <filename>/etc/sysconfig/keyboard</filename> file.
  107. The kbd patch makes this obsolete (loadkeys -d is used
  108. now).</para></listitem>
  109. <listitem><para>March 11th, 2002 [gerard]: Chapter 05 - Gawk: Added
  110. -Dre_max_failures=re_max_failures2 bug fix for glibc-2.1.x
  111. systems.</para></listitem>
  112. <listitem><para>March 11th, 2002 [gerard]: Chapter 06 - Bzip2: Before
  113. installing, remove <filename>/usr/bin/bz*</filename>. The bzip2
  114. installation doens't deal with existing files properly when making hard
  115. links, so we remove the files first.</para></listitem>
  116. <listitem><para>March 10th, 2002 [gerard]: Chapter 06 - Configure keyboard:
  117. Added section to configure keyboard keymap file by creating the <filename
  118. class="symlink">/usr/share/kbd/keymaps/defkeymap.map.gz</filename>
  119. symlink.</para></listitem>
  120. <listitem><para>March 9th, 2002 [gerard]: Chapter 08 - Make bootable: Added
  121. a <userinput>cp</userinput> command that finds all the kernel images from
  122. <filename>/etc/lilo.conf</filename> automatically and copies them to
  123. <filename class="directory">$LFS/boot</filename>.</para></listitem>
  124. <listitem><para>March 9th, 2002 [gerard]: Chapter 06 - Man: Moved the
  125. <filename>man.conf</filename> from <filename
  126. class="directory">/usr/share/misc</filename> to <filename
  127. class="directory">/etc</filename>.</para></listitem>
  128. <listitem><para>March 9th, 2002 [gerard]: Chapter 07: Added a page about
  129. the sysklogd script and explain that the default script includes the
  130. <emphasis>-m 0</emphasis> option to
  131. <userinput>syslogd</userinput>.</para></listitem>
  132. <listitem><para>March 8th, 2002 [gerard]: Removed the Mawk package and
  133. replaced with the Gawk package. This was done because mawk is no longer
  134. being developed, while gawk is. Mawk has some POSIX compliance bugs that
  135. are fixed in Gawk.</para></listitem>
  136. <listitem><para>March 8th, 2002 [gerard]: Updated to the following
  137. packages: autoconf-2.53, automake-1.6, bin86-0.16.2, bison-1.33,
  138. bzip2-1.0.2, e2fsprogs-1.27, gawk-3.1.0, gettext-0.11, less-374, lilo-22.2,
  139. linux-2.4.18, man-pages-1.48, modutils-2.4.14, reiserfsprogs-3.x.1b,
  140. shadow-4.0.2, texinfo-4.1, util-linux-2.11o</para></listitem>
  141. </itemizedlist>
  142. <para>3.2 - March 7th, 2002</para>
  143. <itemizedlist>
  144. <listitem><para>Updated to:
  145. <itemizedlist>
  146. <listitem><para>lfs-bootscripts-1.6</para></listitem>
  147. </itemizedlist>
  148. </para></listitem>
  149. <listitem><para>March 1st, 2002 [gerard]: Chapter 05 - Creating
  150. directories: Removed the <filename class="directory">/usr/var</filename>
  151. and <filename class="directory">/usr/local/var</filename> directories. They
  152. aren't recommended by the <emphasis>FHS</emphasis>.</para></listitem>
  153. <listitem><para>February 27th, 2002 [gerard]: Chapter 06 - Make: Added
  154. commands to remove the setgid kmem bit from
  155. <filename>/usr/bin/make</filename>. This isn't needed on Linux systems to
  156. deal with the system load and it causes some other problems too that are
  157. fixed by removing the setgid bit.</para></listitem>
  158. <listitem><para>February 26th, 2002 [gerard]: Upgraded to
  159. lfs-bootscripts-1.6</para></listitem>
  160. <listitem><para>February 17th, 2002 [gerard]: Chapter 05 - Sh-utils: Added
  161. the command again that moves $LFS/usr/bin/chroot to
  162. $LFS/usr/sbin</para></listitem>
  163. <listitem><para>February 17th, 2002 [gerard] Updated dependencies for all
  164. packages.</para></listitem>
  165. <listitem><para>February 15th, 2002 [gerard] Chapter 01: Added a new mirror
  166. to the list located in The Netherlands (www.nl and
  167. ftp.nl).</para></listitem>
  168. <listitem><para>February 11th, 2002 [markh] Chapter 05: Sh-utils:
  169. Removed extra &amp;&amp; from end of install
  170. instructions.</para></listitem>
  171. <listitem><para>February 10th, 2002 [gerard]: Chapter 05 - Sh-utils:
  172. Removed <emphasis>su</emphasis> from the <emphasis>mv</emphasis> command
  173. as this isn't installed in chapter 5.</para></listitem>
  174. </itemizedlist>
  175. <para>3.2-RC1 - February 10th, 2002</para>
  176. <itemizedlist>
  177. <listitem><para>Updated to:
  178. <itemizedlist>
  179. <listitem><para>bison-1.31</para></listitem>
  180. <listitem><para>file-3.37</para></listitem>
  181. <listitem><para>glibc-2.2.5</para></listitem>
  182. <listitem><para>kbd-1.06-2.patch</para></listitem>
  183. <listitem><para>lfs-bootscripts-1.5</para></listitem>
  184. <listitem><para>linux-2.4.17</para></listitem>
  185. <listitem><para>man-pages-1.47</para></listitem>
  186. <listitem><para>psmisc-20.2</para></listitem>
  187. <listitem><para>sysvinit-2.84</para></listitem>
  188. <listitem><para>util-linux-2.11n</para></listitem>
  189. </itemizedlist>
  190. </para></listitem></itemizedlist>
  191. <itemizedlist>
  192. <listitem><para>February 10th, 2002 [gerard]: Chapter 6: Added a sed
  193. command to change gzexe's hardcoded /usr/bin/gzip path and change it to
  194. /bin/gzip.</para></listitem>
  195. <listitem><para>February 10th, 2002 [gerard]: Chapter 5 + 6: Moved
  196. additional programs to the ($LFS)/bin directory that are used by the
  197. bootscripts. No programs used by bootscripts (except daemons themselves)
  198. should be in the /usr directory in case /usr isn't available until far
  199. along in the boot process (when it's an NFS share for
  200. example).</para></listitem>
  201. <listitem><para>February 6th, 2002 [markh]: Appendix A - All
  202. descriptions now synced and updated.</para></listitem>
  203. <listitem><para>February 2nd, 2002 [gerard]: Chapter 6 - Changing owner:
  204. Added <quote>cd /</quote> so the leading slash can be removed from all the
  205. directories in the chown commands. It's more pleasant to type out this
  206. way.</para></listitem>
  207. <listitem><para>February 2nd, 2002 [gerard]: Updated to
  208. lfs-bootscripts-1.5</para></listitem>
  209. <listitem><para>February 2nd, 2002 [gerard]: Chapter 6 - Gzip: Removed the
  210. compress symlink. Gzip can uncompress .Z files but it can't compress into
  211. that format.</para></listitem>
  212. <listitem><para>February 1st, 2002 [gerard]: Updated to
  213. lfs-bootscripts-1.3</para></listitem>
  214. <listitem><para>February 1st, 2002 [gerard]: Chapter 6 - Glibc: Instead of
  215. sed'ing the <filename>config.make</filename> file, create the
  216. <filename>glibc-build/configparms</filename> file containing
  217. <quote>cross-compiling = no</quote>.</para></listitem>
  218. <listitem><para>January 30th, 2002 [marcheerdink]: Chapters 5: Changed
  219. the commands to copy the header files to support versions of cp older
  220. than 4.1.</para></listitem>
  221. <listitem><para>January 30th, 2002 [markh]: Chapters 5+6: Added
  222. CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" to the configure command for patch.
  223. This fixes compilation on PPC and m68k platforms and doesn't hurt on
  224. x86.</para></listitem>
  225. <listitem><para>January 30th, 2002 [gerard]: Chapter 5 - Mounting proc:
  226. Rephrased the text a bit (it implied you can only mount the proc fs more
  227. than once, which isn't true anymore these days).</para></listitem>
  228. <listitem><para>January 30th, 2002 [markh]: Chapter 5: Enhanced the make
  229. mrproper explanation.</para></listitem>
  230. <listitem><para>January 30th, 2002 [marcheerdink]: Chapters 5+6: Removed
  231. the --libexecdir flag from fileutils' configure options.</para></listitem>
  232. <listitem><para>January 30th, 2002 [marcheerdink]: Chapters 6: Added a
  233. symlink from vipw to vigr after installing shadow.</para></listitem>
  234. <listitem><para>January 30th, 2002 [markh]: Chapters 5+6: Changed
  235. binutils and e2fsprogs installation instructions to use separate
  236. directories ala gcc and glibc.</para></listitem>
  237. <listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Bootscripts: Added
  238. a chown root.root after the cp.</para></listitem>
  239. <listitem><para>January 30th, 2002 [gerard]: Appendix A - Texinfo: the info
  240. programs works on the /usr/share/info directory not
  241. /usr/doc/info.</para></listitem>
  242. <listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Procps: Fixed typo
  243. the path to the app-defaults directory (it's
  244. /usr/X11R6/lib/X11/app-defaults and not
  245. usr/X11R6/lib/app-defaults).</para></listitem>
  246. <listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Configure
  247. software: Simplified the commands to create the utmp, btmp, lastlog and
  248. wtmp files.</para></listitem>
  249. <listitem><para>January 30th, 2002 [gerard]: Chapter1: Moved
  250. Acknowledgements to be displayed as the first page in chapter
  251. 1.</para></listitem>
  252. <listitem><para>January 30th, 2002 [gerard]: Chapter 1: Created a separate
  253. page to list the HTTP and FTP mirrors.</para></listitem>
  254. <listitem><para>January 30th, 2002 [gerard]: Chapter 4 - Creating
  255. partition: increased the suggested partition size from 750 MB to 1
  256. GB.</para></listitem>
  257. <listitem><para>January 29th, 2002 [gerard]: Chapter 6 - Shadow: Combined
  258. the <quote>mv libshadow.a /usr/lib</quote> and
  259. <quote>mv libshadow.la /usr/lib</quote> commands into
  260. <quote>mv libshadow.*a /usr/lib</quote></para></listitem>
  261. <listitem><para>January 26th, 2002 [gerard]: Upgraded to
  262. lfs-bootscripts-1.2</para></listitem>
  263. <listitem><para>January 26th, 2002 [marcheerdink]: Chapter 6: Removed the
  264. datadir option from bisons configure flags, because recent bisons use the
  265. correct directory by default.</para></listitem>
  266. <listitem><para>January 23rd, 2002 [markh]: Chapter 6: Added the section
  267. Create /etc/mtab symlink.</para></listitem>
  268. <listitem><para>January 23rd, 2002 [gerard]: Removed the file -C command
  269. from the file installation. This package runs this command at the very end
  270. of the installation so we don't need to do this anymore.</para></listitem>
  271. <listitem><para>January 23rd, 2002 [marcheerdink]: Chapter 4+5+6: The static
  272. environment is now built as an unprivileged user, removing the risk of
  273. overwriting files of the host distribution.</para></listitem>
  274. <listitem><para>January 22nd, 2002 [markh]: Back out linuxthreads
  275. man-page installation instructions as they don't work (they need perl
  276. which we don't have installed at that point).</para></listitem>
  277. <listitem><para>January 21st, 2002 [markh]: Updated to glibc-2.2.5. At
  278. the same time, fixed the glibc installation so that the linuxthreads man
  279. pages are installed.</para></listitem>
  280. <listitem><para>January 21st, 2002 [markh]: Updated to bison-1.31,
  281. file-3.37, kernel-2.4.17, psmisc-20.2 and
  282. sysvinit-2.84.</para></listitem>
  283. <listitem><para>January 21st, 2002 [markh]: Updated to util-linux-2.11n
  284. and removed ADD_RAW=yes as it's no longer needed.</para></listitem>
  285. <listitem><para>January 21st, 2002 [markh]: Updated to man-pages-1.47
  286. and removed the man-pages patch.</para></listitem>
  287. <listitem><para>January 15th, 2002 [gerard]: Appendix A: Added bootscripts
  288. files (dependencies, download location, descriptions)</para></listitem>
  289. <listitem><para>January 15th, 2002 [gerard]: Chapter 6: Added bootscripts
  290. installation.</para></listitem>
  291. <listitem><para>January 15th, 2002 [gerard]: Chapter 7: Removed most of the
  292. scripts, only left the part of a few where we setup up config files in
  293. /etc/sysconfig.</para></listitem>
  294. <listitem><para>January 15th, 2002 [gerard]: Chapter 6 - Configuring
  295. Sysvinit: Changed the inittab contents to match the new
  296. bootscripts.</para></listitem>
  297. <listitem><para>January 15th, 2002 [marcheerdink]: Chapter 6 - file: changed
  298. the installation instruction so the sed isn't necessary anymore.</para></listitem>
  299. <listitem><para>January 14th, 2002 [marcheerdink]: Changed the kernel header
  300. files installation in chapter 5 so it's a bit more portable.</para></listitem>
  301. <listitem><para>January 6th, 2002 [gerard]: Reformatted the dependency
  302. lists.</para></listitem>
  303. <listitem><para>January 1st, 2002 [gerard]: Happy New Year
  304. LFS!</para></listitem>
  305. <listitem><para>January 1st, 2002 [markh]: First Changelog of New Year!
  306. Update copyright notice to cover 2002 ;-) OK - I'm
  307. sad...</para></listitem>
  308. <listitem><para>December 16th, 2001 [gerard]: Chapter 6 - Ed: Reworded why
  309. ed is optional to eliminate some confusion.</para></listitem>
  310. <listitem><para>December 16th, 2001 [gerard]: Chapter 6 - Texinfo: Reworded
  311. the TEXMF explanation to eliminate some confusion.</para></listitem>
  312. <listitem><para>December 15th, 2001 [gerard]: Chapter 4: Replaced the "One
  313. partition hint" reference with lfs_next_to_existing_systems.txt hint
  314. reference.</para></listitem>
  315. <listitem><para>December 15th, 2001 [markh]: Finish Appendix merge. All
  316. of the old appendices A, B and D are now in one (large) Appendix
  317. A.</para></listitem>
  318. <listitem><para>December 14th, 2001 [markh]: Merged appendices A and
  319. B.</para></listitem>
  320. <listitem><para>December 13th, 2001 [markh]: Appendix B: Changed dbhtml
  321. tag so that the flex page is now created as flex.html instead of
  322. flex</para></listitem>
  323. <listitem><para>December 13th, 2001 [markh]: Appendix D: Moved
  324. metalab.unc.edu and ftp.ibiblio.org references to the proper URL
  325. ibiblio.org.</para></listitem>
  326. <listitem><para>December 12th, 2001 [marcheerdink]: Chapter 6: Moved
  327. the kbd patch to the default installation instructions; upgraded to
  328. kbd-1.06-2.patch to fix installation of some programs; added the
  329. descriptions for these programs; removed the loadkeys -d warning that
  330. was a leftover from the time where loadkeys -d wasn't fixed yet.</para></listitem>
  331. <listitem><para>December 11th, 2001 [markh]: Chapter 6: Add the "why we
  332. cd $LFS before chroot" explanation.</para></listitem>
  333. <listitem><para>December 10th, 2001 [markh]: Chapter 6: Add kbd patch
  334. for loadkeys -d behaviour (patch by Matthias Benkmann; originally posted
  335. to the lfs-dev list).</para></listitem>
  336. <listitem><para>December 10th, 2001 [markh]: Chapter 6: Re-create
  337. symlinks in bash, fileutils and gcc instructions to make the Chapter 6
  338. instructions independent of those in chapter 5.</para></listitem>
  339. <listitem><para>December 10th, 2001 [marcheerdink]: Chapter 5+6: Cleaned
  340. up the sed commands to use the backup file that was created earlier instead
  341. of writing to an intermediate 'tmp~' file.</para></listitem>
  342. <listitem><para>December 10th, 2001 [marcheerdink]: Chapter 5+6: 'make'
  343. command for diffutils installation changed to 'make PR_PROGRAM=/usr/bin/pr.'
  344. This bug was reported by Greg Schafer.</para></listitem>
  345. <listitem><para>December 7th, 2001 [gerard]: Chapter 6: Change the
  346. configure command from <emphasis>./Configure -Dprefix=/usr</emphasis> to
  347. <emphasis>./configure.gnu --prefix=/usr</emphasis>. This is more consistent
  348. with the installation instructions for the other packages, and the result
  349. is identical to the old way.</para></listitem>
  350. <listitem><para>December 3rd, 2001 [markh]: Chapter 2: Added the Which
  351. Platform? section.</para></listitem>
  352. </itemizedlist>
  353. <para>3.1 - December 3rd, 2001</para>
  354. <itemizedlist>
  355. <listitem><para>Added:
  356. <itemizedlist>
  357. <listitem><para>reiserfsprogs-3.x.0j</para></listitem>
  358. </itemizedlist>
  359. </para></listitem>
  360. <listitem><para>Updated to:
  361. <itemizedlist>
  362. <listitem><para>MAKEDEV-1.4</para></listitem>
  363. <listitem><para>bash-2.05a</para></listitem>
  364. <listitem><para>e2fsprogs-1.25</para></listitem>
  365. <listitem><para>gettext-0.10.40</para></listitem>
  366. <listitem><para>libtool-1.4.2</para></listitem>
  367. <listitem><para>lilo-22.1</para></listitem>
  368. <listitem><para>linux-2.4.16</para></listitem>
  369. <listitem><para>man-1.5j</para></listitem>
  370. <listitem><para>man-pages-1.43</para></listitem>
  371. <listitem><para>modutils-2.4.12</para></listitem>
  372. <listitem><para>sysvinit-2.83</para></listitem>
  373. <listitem><para>util-linux-2.11m</para></listitem>
  374. <listitem><para>vim-6.0</para></listitem>
  375. </itemizedlist>
  376. </para></listitem>
  377. <listitem><para>November 30th, 2001 [markh]: Chapter 6: Updated to
  378. man-1.5j. Removed the sed which we had to use with the old version as
  379. the new one detects awk properly.</para></listitem>
  380. <listitem><para>November 30th, 2001 [markh]: Chapter 5: Added static
  381. library explanation originally posted on lfs-apps (when it still
  382. existed) by Plasmatic.</para></listitem>
  383. <listitem><para>November 26th, 2001 [markh]: Chapter 5+6: Updated to
  384. kernel-2.4.16 and modutils-2.4.12.</para></listitem>
  385. <listitem><para>November 26th, 2001 [markh]: Chapter 6: Added FHS
  386. compliance notes to the findutils installation.</para></listitem>
  387. <listitem><para>November 19th, 2001 [markh]: Chapter 5+6: Updated to
  388. bash-2.05a, lilo-22.1, MAKEDEV-1.4, man-pages-1.43 and
  389. util-linux-2.11m.</para></listitem>
  390. <listitem><para>November 5th, 2001 [markh]: Chapter 6: Created new lex
  391. script instead of link to flex following comment on lfs-dev. (This is
  392. similar to what we do with bison and yacc).</para></listitem>
  393. <listitem><para>October 27th, 2001 [markh]: General: Large XML Tidy-up.
  394. Shouldn't affect the book text or layout. If it does, something has
  395. gone wrong!</para></listitem>
  396. <listitem><para>October 27th, 2001 [markh]: Chapter 6: Added
  397. reiserfsprogs-3.x.0j and updated to lilo-22.0.2.</para></listitem>
  398. <listitem><para>October 24th, 2001 [markh]: General: Fixed a bundle of
  399. spelling errors which were reported.</para></listitem>
  400. <listitem><para>October 12th, 2001 [markh]: Chapter 5 - Kernel: Added
  401. explanation as to why we copy the kernel headers rather than symlink
  402. them.</para></listitem>
  403. <listitem><para>October 12th, 2001 [markh]: Appendix A - Gzip: Added
  404. uncompress to the gunzip description as it was
  405. missing.</para></listitem>
  406. <listitem><para>October 12th, 2001 [markh]: Chapter 6 - Util-linux:
  407. Removed the USRGAMES_DIR=/usr/bin entry as it's no longer needed with
  408. util-linux-2.11l.</para></listitem>
  409. <listitem><para>October 9th, 2001 [gerard]: Chapter 6 - Kbd: Removed the
  410. --datadir option, kbd's default is set properly already.</para></listitem>
  411. <listitem><para>October 7th, 2001 [gerard]: Chapter 6 - Shadow: Mentioned
  412. the <ulink url="http://hints.linuxfromscratch.org/hints/shadowpasswd_plus.txt">http://hints.linuxfromscratch.org/hints/shadowpasswd_plus.txt</ulink>
  413. lfs-hint</para></listitem>
  414. <listitem><para>October 7th, 2001 [gerard]: Chapter 6 - Vim: Changed the
  415. installation instructions to fix a bug in vim-6.0's
  416. <filename>syntax/sh.vim</filename> file, and added the CPPFLAGS variable
  417. to specify the global vimrc file as
  418. <filename>/etc/vimrc</filename></para></listitem>
  419. <listitem><para>October 7th, 2001 [gerard]: Chapter 6: Updated to
  420. libtool-1.4.2, lilo-22.0, man-pages-1.40, modutils-2.4.10, sysvinit-2.83,
  421. util-linux-2.11l and vim-6.0</para></listitem>
  422. <listitem><para>October 2nd, 2001 [gerard]: Chapter 9 - The End: Added the
  423. reference to the LFS Counter at
  424. <ulink url="http://linuxfromscratch.org/cgi-bin/lfscounter.cgi">
  425. http://linuxfromscratch.org/cgi-bin/lfscounter.cgi</ulink></para></listitem>
  426. <listitem><para>September 26th, 2001 [gerard]: Chapter 1 - News server:
  427. Added reference to the news server</para></listitem>
  428. <listitem><para>September 26th, 2001 [markh]: Chapter 6 - E2fsprogs: Changed
  429. --with-root-prefix=/ to --with-root-prefix="" in e2fsprogs install
  430. instructions. The reason for the change is that a value of / will cause
  431. symlinks and installation paths to use things like //lib instead of
  432. just /lib. This isn't bad perse, it just doesn't look
  433. nice.</para></listitem>
  434. <listitem><para>September 26th, 2001 [markh]: Chapter 5+6: Updated to
  435. e2fsprogs-1.25, gettext-0.10.40, linux-2.4.10, modutils-2.4.9 and
  436. util-linux-2.11i.</para></listitem>
  437. <listitem><para>September 22nd, 2001 [markh]: Appendix A: Re-ordered the
  438. descriptions into alphabetical order.</para></listitem>
  439. </itemizedlist>
  440. <para>3.0 - September 21st, 2001</para>
  441. <itemizedlist>
  442. <listitem><para>Updated to:
  443. <itemizedlist>
  444. <listitem><para>e2fsprogs-1.24</para></listitem>
  445. </itemizedlist>
  446. </para></listitem>
  447. <listitem><para>September 21st, 2001 [markh]: Chapter 1+7: Changed the
  448. mailing list information to reflect the new ml
  449. structure. The Ch7 change is that the rc and rcS scripts now ask people
  450. to report problems to lfs-dev instead of lfs-discuss.</para></listitem>
  451. <listitem><para>September 18th, 2001 [gerard]: Chapter 5+6 - GCC:
  452. Added --enable-threads=posix to chapter 5, and changed --enable-threads to
  453. --enable-threads=posix in chapter 6. Although the default is posix threads
  454. when
  455. not specified, it's clearer this way what's being
  456. enabled.</para></listitem>
  457. <listitem><para>September 17th, 2001 [gerard]: Chapter 6 - Psmisc:
  458. Added notes how to deal with psmisc's pidof symlink (in case sysvinit
  459. isn't installed) and man page. Also, added --exec-prefix=/ to psmisc's
  460. configure script in order for the programs to be installed in /bin
  461. rather than /usr/bin (bootscripts may use them, so they must be in
  462. /bin).</para></listitem>
  463. <listitem><para>September 16th, 2001 [markh]: Chapter 6 - Util-linux:
  464. Added USRGAMES_DIR=/usr/bin to the make install routine so that
  465. /usr/games isn't created for banner and it is installed in
  466. /usr/bin.</para></listitem>
  467. <listitem><para>September 14th, 2001 [markh]: Chapter 6 - E2fsprogs:
  468. Updated to version 1.24.</para></listitem>
  469. <listitem><para>September 11th, 2001 [gerard]: Chapter 6 - Man: Added
  470. missing &amp;&amp; to 'done' and chmod the configure script to mode 755
  471. instead of 700 (more of a default mode so people don't _have_ to be
  472. running as the owner of that file).</para></listitem>
  473. </itemizedlist>
  474. </sect1>