changelog.xml 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815
  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>Upgraded to:
  7. <itemizedlist>
  8. <listitem><para>autoconf-2.57</para></listitem>
  9. <listitem><para>automake-1.7.2</para></listitem>
  10. <listitem><para>bison-1.875</para></listitem>
  11. <listitem><para>e2fsprogs-1.32</para></listitem>
  12. <listitem><para>gawk-3.1.1-3.patch</para></listitem>
  13. <listitem><para>gcc-3.2.1</para></listitem>
  14. <listitem><para>glibc-2.3.1</para></listitem>
  15. <listitem><para>groff-1.18.1</para></listitem>
  16. <listitem><para>kbd-1.08</para></listitem>
  17. <listitem><para>less-378</para></listitem>
  18. <listitem><para>libtool-1.4.3</para></listitem>
  19. <listitem><para>linux-2.4.20</para></listitem>
  20. <listitem><para>make-3.80</para></listitem>
  21. <listitem><para>man-1.5k-2.patch</para></listitem>
  22. <listitem><para>man-pages-1.54</para></listitem>
  23. <listitem><para>modutils-2.4.22</para></listitem>
  24. <listitem><para>ncurses-5.3</para></listitem>
  25. <listitem><para>procps-3.1.5</para></listitem>
  26. <listitem><para>psmisc-21.2</para></listitem>
  27. <listitem><para>sed-4.0.5</para></listitem>
  28. <listitem><para>texinfo-4.3</para></listitem>
  29. <listitem><para>util-linux-2.11y</para></listitem>
  30. </itemizedlist>
  31. </para></listitem>
  32. <listitem><para>Added:
  33. <itemizedlist>
  34. <listitem><para>findutils-4.1-segfault.patch</para></listitem>
  35. <listitem><para>glibc-2.3.1-libnss.patch</para></listitem>
  36. <listitem><para>glibc-2.3.1-root-perl.patch</para></listitem>
  37. <listitem><para>kbd-1.08.patch</para></listitem>
  38. <listitem><para>man-1.5k-80cols.patch</para></listitem>
  39. <listitem><para>man-1.5k-manpath.patch</para></listitem>
  40. <listitem><para>man-1.5k-pager.patch</para></listitem>
  41. </itemizedlist>
  42. </para></listitem>
  43. <listitem><para>Removed:
  44. <itemizedlist>
  45. <listitem><para>gcc-3.2.1-nofixincludes-2.patch</para></listitem>
  46. <listitem><para>glibc-2.3.1.patch</para></listitem>
  47. <listitem><para>kbd-1.06-3.patch</para></listitem>
  48. <listitem><para>man-1.5k-2.patch</para></listitem>
  49. <listitem><para>ncurses-5.2-2.patch</para></listitem>
  50. </itemizedlist>
  51. </para></listitem>
  52. <listitem><para>January 29th, 2003 [gerard]: Chapter 06 - GCC: Changed the
  53. install target to install-no-fixedincludes.</para></listitem>
  54. <listitem><para>January 29th, 2003 [gerard]: Downgraded to binutils-2.13.2
  55. due to a GCC bug that can't parse the version string of binutils 2.13.2.1.
  56. The only changes between 2.13.2 and 2.13.2.1 are documentation changes, so
  57. there is no actual code downgrade. A better fix will be added to the book
  58. later.</para></listitem>
  59. <listitem><para>January 27th, 2003 [gerard, timothy, billy]: Converted the
  60. software installation pages into a new format. Also merged software
  61. installations with their configure components from "Configuring essential
  62. software".</para></listitem>
  63. <listitem><para>January 22nd, 2003 [timothy]: Chapter 06 - Configuring
  64. essential software: Corrected kernel directory for keymap
  65. location.</para></listitem>
  66. <listitem><para>January 10th, 2003 [gerard]: Added a new chroot command after
  67. the second Glibc installation that is to be used from that point
  68. onwards.</para></listitem>
  69. <listitem><para>January 9th, 2003 [timothy]: Appendix A - Gzip:
  70. Added patch URL.</para></listitem>
  71. <listitem><para>January 9th, 2003 [timothy]: Chapter 05 - Findutils:
  72. Removed -D_GNU_SOURCE flag for now because it's breaking compilation;
  73. 4 people have reported this bug.</para></listitem>
  74. <listitem><para>January 8th, 2003 [timothy]: Chapter 05 - Findutils:
  75. Added missing <emphasis>/</emphasis> before <filename>configure</filename>
  76. line.</para></listitem>
  77. <listitem><para>January 6th, 2003 [gerard]: Chapter 06 - Bison: removed
  78. yacc script creation. Bison now installs this by default.</para></listitem>
  79. <listitem><para>January 6th, 2003 [gerard]: Upgraded to Binutils-2.13.2.1,
  80. Bison-1.875 and Man-pages-1.54</para></listitem>
  81. <listitem><para>January 6th, 2003 [gerard]: Chapter 05+06 - Findutils:
  82. Added <emphasis>CPPFLAGS=-D_GNU_SOURCE</emphasis> to promote proper
  83. compiling on non-x86 architectures.</para></listitem>
  84. <listitem><para>January 6th, 2003 [gerard]: Chapter 06 - Zlib: Added CFLAGS
  85. variable to define -fPIC so the dynamic library gets compiled properly at
  86. all times.</para></listitem>
  87. <listitem><para>January 5th, 2003 [timothy]: Chapter 05 - Applied a revised
  88. version of Alex's patch to split the <emphasis>Install all software as an
  89. unprivileged user</emphasis> page into two pages: <emphasis>Adding the user
  90. lfs</emphasis> and <emphasis>Setting up the
  91. environment</emphasis>.</para></listitem>
  92. <listitem><para>January 2nd, 2003 [gerard]: Chapter 05 - All packages whose
  93. configure script supports the LDFLAGS environment variable now use it
  94. rather than passing the variable down to
  95. <userinput>make</userinput>.</para></listitem>
  96. <listitem><para>January 2nd, 2003 [gerard]: Chapter 06 - Fixed the gawk
  97. patch. <userinput>make uninstall</userinput> will no longer wipe out the
  98. <filename class="directory">/usr/bin</filename> directory. Also, renamed
  99. <filename class="directory">/usr/share/gawk</filename> to
  100. <filename class="directory">/usr/share/gawk-3.1.1</filename>.</para></listitem>
  101. <listitem><para>January 2nd, 2003 [gerard]: Replaced the glibc-2.3.1
  102. mega-patch with two separate patches (glibc-2.3.1-root-perl.patch and
  103. glibc-2.3.1-libnss.patch).</para></listitem>
  104. <listitem><para>January 2nd, 2003 [gerard]: Replaced the man-1.5k
  105. mega-patch with three separate patches (man-1.5k-80cols.patch,
  106. man-1.5k-manpath.patch and man-1.5k-pager.patch).</para></listitem>
  107. <listitem><para>January 1st, 2003 [gerard]: Chapter 06 - Glibc Second Pass:
  108. Fixed typo in linuxthreads man pages installation.</para></listitem>
  109. <listitem><para>January 1st, 2003 [gerard]: Chapter 06 - Linux Kernel: The
  110. man pages can't be installed here because it requires Perl. Moved to end of
  111. chapter 6.</para></listitem>
  112. <listitem><para>December 31st, 2002 [gerard]: Chapter 06 - Man: Updated the
  113. patch so man pages are formatted properly on screens with more than 80
  114. columns.</para></listitem>
  115. <listitem><para>December 31st, 2002 [gerard]: Chapter 06 - Linux: Added
  116. <emphasis>make mandocs</emphasis> to create man pages and copy them to
  117. <filename
  118. class="directory">/usr/share/man/man9</filename></para></listitem>
  119. <listitem><para>December 31st, 2002 [gerard]: Appendix A - Bzip2: Changed
  120. the download location to http://sources.redhat.com/bzip2</para></listitem>
  121. <listitem><para>December 31st, 2002 [gerard]: Chapter 06: Added second
  122. Glibc installation at the end of the chapter. Removed the separate
  123. linuxthreads man-pages installation and moved that to the second Glibc
  124. installation.</para></listitem>
  125. <listitem><para>December 31st, 2002 [gerard]: Upgraded to
  126. Glibc-2.3.1</para></listitem>
  127. <listitem><para>December 31st, 2002 [gerard]: Chapter 05 - GCC: Removed
  128. nofixincludes patch and use the built-in
  129. <emphasis>install-no-fixedincludes</emphasis> make
  130. target.</para></listitem>
  131. <listitem><para>December 31st, 2002 [gerard]: Chapter 05 - GCC: Removed
  132. <emphasis>HAVE_GAS_HIDDEN</emphasis>, added <emphasis>--with-ld and
  133. --with-as</emphasis> configure switches.</para></listitem>
  134. <listitem><para>December 29th, 2002 [timothy]: Updated to
  135. binutils-2.13.2, procps-3.1.5.</para></listitem>
  136. <listitem><para>December 29th, 2002 [timothy]: Chapter 05:
  137. Changed all LDFLAGS=-static to LDFLAGS="-static".</para></listitem>
  138. <listitem><para>December 29th, 2002 [timothy]: Chapter 06 - Flex:
  139. Added symlink from libfl.a to libl.a.</para></listitem>
  140. <listitem><para>December 20th, 2002 [timothy]: Updated to
  141. sed-4.0.5.</para></listitem>
  142. <listitem><para>December 18th, 2002 [timothy]: Updated to
  143. procps-3.1.4.</para></listitem>
  144. <listitem><para>December 17th, 2002 [timothy]: Chapter 5 &amp; 6: Modified
  145. paragraphs about unpacking patches since they are no longer
  146. compressed.</para></listitem>
  147. <listitem><para>December 15th, 2002 [timothy]: Updated to autoconf-2.57,
  148. automake-1.7.2, binutils-2.13.1, e2fsprogs-1.32, gcc-3.2.1, libtool-1.4.3,
  149. linux-2.4.20, modutils-2.4.22, procps-3.1.3, sed-4.0.4, texinfo-4.3,
  150. util-linux-2.11y.</para></listitem>
  151. <listitem><para>December 15th, 2002 [timothy]: Chapter 06 - Glibc: Removed
  152. warning about --enable-kernel.</para></listitem>
  153. <listitem><para>December 10th, 2002 [gerard]: Chapter 04 - Changed all
  154. links into Freshmeat.net project links, removed lfs-packages tarball. This
  155. was done because the LFS FTP achive won't contain the packages anymore,
  156. instead you have to go to the package's download sites to get
  157. them.</para></listitem>
  158. <listitem><para>December 5th, 2002 [gerard]: Chapter 08 - Renamed
  159. <emphasis>usbdevfs</emphasis> into <emphasis>usbfs</emphasis> as the kernel
  160. guys made this change to reduce confusion with
  161. <emphasis>devfs</emphasis>.</para></listitem>
  162. <listitem><para>December 3rd, 2002 [gerard]: Chapter 05 - Sed: Added
  163. --disable-nls</para></listitem>
  164. <listitem><para>December 3rd, 2002 [gerard]: Chapter 03 - Creating
  165. filesystem: Added a note that <userinput>mkswap</userinput> has to be run
  166. if a new swap partition has been created.</para></listitem>
  167. <listitem><para>December 3rd, 2002 [gerard]: Chapter 06 - Bzip2: Removed
  168. unnecessary lines that first create a symlink, then remove it
  169. again.</para></listitem>
  170. <listitem><para>December 3rd, 2002 [gerard]: Appendix A - Bzip2: Updated
  171. the download URL.</para></listitem>
  172. <listitem><para>December 3rd, 2002 [gerard]: Chapter 06 - Groff: Removed
  173. the <emphasis>PROCESSEDEXAMPLEFILES=""</emphasis>
  174. variables.</para></listitem>
  175. <listitem><para>October 25th, 2002 [timothy]: Preface: Added
  176. "Prerequisites" section.</para></listitem>
  177. <listitem><para>October 25th, 2002 [timothy]: Chapter 09: Added "What now?"
  178. section.</para></listitem>
  179. <listitem><para>October 25th, 2002 [timothy]: Removed
  180. Appendix B.</para></listitem>
  181. <listitem><para>October 25th, 2002 [timothy]: Chapter 02: Removed "Which
  182. Platform" section.</para></listitem>
  183. <listitem><para>October 23rd, 2002 [timothy]: Swapped chapter03 and
  184. chapter04.</para></listitem>
  185. <listitem><para>October 23rd, 2002 [timothy]: Chapter 02: Removed "Where
  186. to store the downloaded software" and "How to install the software"
  187. sections.</para></listitem>
  188. <listitem><para>October 23rd, 2002 [timothy]: Upgraded to bison-1.75,
  189. sed-4.0. Moved m4 before bison to meet its dependency.</para></listitem>
  190. <listitem><para>October 21st, 2002 [timothy]: Chapter 06 - Linux-2.4.19:
  191. Replaced <userinput>mkdir /usr/include/asm</userinput> and
  192. <userinput>cp</userinput> command with
  193. <userinput>cp -HR</userinput>.</para></listitem>
  194. <listitem><para>October 21st, 2002 [timothy]: Added findutils-4.1-segfault.patch
  195. to fix a segfault in locate when it encounters a very long path
  196. name.</para></listitem>
  197. <listitem><para>October 21st, 2002 [timothy]: Added libtool-1.4.2.patch to fix
  198. an incompatibility between Autoconf 2.53 and Libtool 1.4.x.</para></listitem>
  199. <listitem><para>October 21st, 2002 [timothy]: Upgraded to automake-1.7.1,
  200. modutils-2.4.21, man-pages-1.53, kbd-1.08, util-linux-2.11w, autoconf-2.54,
  201. e2fsprogs-1.29, groff-1.18.1, psmisc-21.2, less-378, procps-3.0.4,
  202. make-3.80, ncurses-5.3.</para></listitem>
  203. <listitem><para>October 20th, 2002 [timothy]: Uncompressed
  204. patches.</para></listitem>
  205. <listitem><para>October 13th, 2002 [markh]: Chapter 05 - Bzip2: Added -s
  206. to CC argument to make it consistent.</para></listitem>
  207. <listitem><para>October 6th, 2002 [timothy]: Switched to gcc-core and
  208. gcc-g++.</para></listitem>
  209. <listitem><para>October 6th, 2002 [timothy]: Chapter 06 - Applied Bill
  210. Maltby's grammatic-fixes patch.</para></listitem>
  211. </itemizedlist>
  212. <para>4.0 - October 5th, 2002</para>
  213. <itemizedlist>
  214. <listitem><para>October 3rd, 2002 [gerard]: Chapter 06 - Linuxthreads:
  215. Instead of <userinput>cd man</userinput> use the <emphasis>-C</emphasis>
  216. option to <userinput>make</userinput> which makes a lot more sense (and
  217. it's shorter too).</para></listitem>
  218. <listitem><para>September 29th, 2002 [gerard]: Chapter 05 - GCC: Fixed the
  219. old nofixincludes patch and reinstated it.</para></listitem>
  220. <listitem><para>September 29th, 2002 [markh]: Chapter 05 - Bash: Correct
  221. reference to Debian to refer to the old stable release (potato) as it
  222. doesn't apply to the current one (woody). Reported by h2k1 on
  223. #lfs.</para></listitem>
  224. </itemizedlist>
  225. <para>4.0-RC1 - September 28th, 2002</para>
  226. <itemizedlist>
  227. <listitem><para>Upgraded to:
  228. <itemizedlist>
  229. <listitem><para>automake-1.6.3</para></listitem>
  230. <listitem><para>bin86-0.16.3</para></listitem>
  231. <listitem><para>binutils-2.13</para></listitem>
  232. <listitem><para>bison-1.35</para></listitem>
  233. <listitem><para>diffutils-2.8.1</para></listitem>
  234. <listitem><para>file-3.39</para></listitem>
  235. <listitem><para>gawk-3.1.1</para></listitem>
  236. <listitem><para>gcc-3.2</para></listitem>
  237. <listitem><para>gettext-0.11.5</para></listitem>
  238. <listitem><para>groff-1.18</para></listitem>
  239. <listitem><para>gzip-1.2.4b.patch</para></listitem>
  240. <listitem><para>lfs-bootscripts-1.10</para></listitem>
  241. <listitem><para>linux-2.4.19</para></listitem>
  242. <listitem><para>MAKEDEV-1.7</para></listitem>
  243. <listitem><para>man-1.5k</para></listitem>
  244. <listitem><para>man-pages-1.52</para></listitem>
  245. <listitem><para>modutils-2.4.19</para></listitem>
  246. <listitem><para>ncurses-5.2-2.patch</para></listitem>
  247. <listitem><para>perl-5.8.0</para></listitem>
  248. <listitem><para>psmisc-21</para></listitem>
  249. <listitem><para>texinfo-4.2</para></listitem>
  250. <listitem><para>textutils-2.1</para></listitem>
  251. <listitem><para>util-linux-2.11u</para></listitem>
  252. </itemizedlist>
  253. </para></listitem>
  254. <listitem><para>Added:
  255. <itemizedlist>
  256. <listitem><para>ed-0.2.patch</para></listitem>
  257. <listitem><para>fileutils-4.1.patch</para></listitem>
  258. <listitem><para>gawk-3.1.1-2.patch</para></listitem>
  259. <listitem><para>gcc-3.2.patch</para></listitem>
  260. <listitem><para>gcc-3.2-nofixincludes.patch</para></listitem>
  261. <listitem><para>glibc-2.2.5-2.patch</para></listitem>
  262. <listitem><para>gzip-1.2.4b.patch</para></listitem>
  263. <listitem><para>kbd-1.06-3.patch</para></listitem>
  264. <listitem><para>man-1.5k.patch</para></listitem>
  265. <listitem><para>ncurses-5.2.patch</para></listitem>
  266. <listitem><para>procps-2.0.7.patch</para></listitem>
  267. <listitem><para>sh-utils-2.0-hostname.patch</para></listitem>
  268. <listitem><para>vim-6.1.patch</para></listitem>
  269. <listitem><para>zlib-1.1.4</para></listitem>
  270. </itemizedlist>
  271. </para></listitem>
  272. <listitem><para>Removed:
  273. <itemizedlist>
  274. <listitem><para>gzip-1.2.4a.patch</para></listitem>
  275. <listitem><para>kbd-1.06-2.patch</para></listitem>
  276. <listitem><para>reiserfsprogs-3.x.1b</para></listitem>
  277. </itemizedlist>
  278. </para></listitem>
  279. <listitem><para>September 28th, 2002 [gerard]: Chapter 05 - GCC: Added the
  280. nofixincludes patch to prevent that script from running in Chapter
  281. 05. It should run in Chapter 06, so we need it to be a separate
  282. patch.</para></listitem>
  283. <listitem><para>September 28th, 2002 [gerard]: Chapter 06 - Man: Replaced
  284. the sed construction with a regular patch.</para></listitem>
  285. <listitem><para>September 28th, 2002 [gerard]: Chapter 06 - Bzip2: Removed
  286. the <emphasis>PREFIX=/usr</emphasis> from the
  287. <userinput>make install</userinput> command because the
  288. <emphasis>PREFIX</emphasis> is already set to <emphasis>/usr</emphasis> by
  289. default.</para></listitem>
  290. <listitem><para>September 28th, 2002 [gerard]: Chapter 06 - Vim: Removed
  291. the FHS compliance notes. They are bogus because Vim doesn't use the
  292. localstatedir at all.</para></listitem>
  293. <listitem><para>September 28th, 2002 [timothy]: Applied Bill Maltby's
  294. grammatic-fixes patch. Changed "$LFS" to "LFS" when speaking of the LFS
  295. environment variable.</para></listitem>
  296. <listitem><para>September 23rd, 2002 [timothy]: Applied Bill Maltby's
  297. grammatic-related patches.</para></listitem>
  298. <listitem><para>September 23rd, 2002 [timothy]: Added <userinput>-</userinput>
  299. before <userinput>tar</userinput> options (for clarity).</para></listitem>
  300. <listitem><para>September 22nd, 2002 [timothy]: Chapter 06: Applied Alex's
  301. grammatic-fixes patch.</para></listitem>
  302. <listitem><para>September 21st, 2002 [timothy]: Chapter 02: Applied Bill
  303. Maltby's grammatic-fixes patch.</para></listitem>
  304. <listitem><para>September 21st, 2002 [timothy]: Chapter 06 - Zlib:
  305. <userinput>mv</userinput> shared lib to /lib.</para></listitem>
  306. <listitem><para>September 20th, 2002 [timothy]: Chapter 05 - GCC:
  307. Removed the <userinput>--enable-threads=posix</userinput> flag since we
  308. don't build a C++ compiler in this chapter.</para></listitem>
  309. <listitem><para>September 18th, 2002 [timothy]: Chapter 05 - Introduction:
  310. Removed paragraph about static linking since it seems misleading and is
  311. covered in better detail in <emphasis>Why Static</emphasis>.</para></listitem>
  312. <listitem><para>September 18th, 2002 [timothy]: Chapter 08 - Linux:
  313. Removed <userinput>cd</userinput> command.</para></listitem>
  314. <listitem><para>September 18th, 2002 [timothy]: Chapter 06 - Ncurses:
  315. Removed old <userinput>mv /lib/*.a /usr/lib</userinput> command
  316. explanation.</para></listitem>
  317. <listitem><para>September 13th, 2002 [gerard]: Chapter 06 - Shadow: Added
  318. --libdir=/usr/lib to the configure script options. This way a proper
  319. <filename>libshadow.la</filename> is generated. Also changed the
  320. <userinput>mv</userinput> command to move all the
  321. <filename>libshadow.so*</filename> files to the <filename
  322. class="directory">/lib</filename> directory. The <filename>lib*a</filename>
  323. files are already in the <filename class="directory">/usr/lib</filename>
  324. directory.</para></listitem>
  325. <listitem><para>September 13th, 2002 [gerard]: Chapter 06 - Man: Added
  326. another regex to the <userinput>sed</userinput> command that modifies the
  327. <filename>man.conf</filename> file. The added regex comments out the
  328. <emphasis>MANPATH /usr/man</emphasis> line which causes for duplicate
  329. results when using the <userinput>whatis</userinput>
  330. command</para></listitem>
  331. <listitem><para>September 13th, 2002 [gerard]: Chapter 06: Added the
  332. <emphasis>Linux Threads Man Pages</emphasis> installation after the Perl
  333. installation.</para></listitem>
  334. <listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Create mtab
  335. link: Made the <userinput>ln</userinput> command an <userinput>ln
  336. -sf</userinput> so the existing <filename>/etc/mtab</filename> file, created
  337. by the <userinput>mount</userinput> command, will be removed before
  338. re-creating it as a symlink.</para></listitem>
  339. <listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Sh-utils: Added
  340. the sh-utils-hostname patch that suppresses the build of the hostname
  341. program. This is done because the hostname program from the net-tools
  342. package is superior over this version.</para></listitem>
  343. <listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Gawk: Updated
  344. the Gawk patch. It also changes the <emphasis>DDEFPATH</emphasis> directory
  345. location now.</para></listitem>
  346. <listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Procps: Added
  347. patch that fixes a locale problem that makes <userinput>top</userinput>
  348. crash under certain locale settings.</para></listitem>
  349. <listitem><para>September 12th, 2002 [timothy]: Chapter 04 - Creating a
  350. file system: Referenced alternative filesystems in BLFS.</para></listitem>
  351. <listitem><para>September 12th, 2002 [gerard]: Removed all superfluous
  352. <filename>/usr/lib/*.so</filename> symbolic links from library
  353. installations.</para></listitem>
  354. <listitem><para>September 12th, 2002 [gerard]: Upgraded to
  355. lfs-bootscripts-1.10</para></listitem>
  356. <listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Configure
  357. Sysvinit: Changed the sulogin line to <emphasis>once</emphasis> instead of
  358. having it respawn. This way it'll behave as expected (ie: a CTRL+D will
  359. continue instead of restart sulogin).</para></listitem>
  360. <listitem><para>September 12th, 2002 [gerard]: Chapter 06 - GCC: Added the
  361. <emphasis>--enable-clocale=gnu</emphasis> option to ensure the proper
  362. locale mode is used by the C++ libraries.</para></listitem>
  363. <listitem><para>September 11th, 2002 [timothy]: Preface: Grammatic
  364. changes.</para></listitem>
  365. <listitem><para>September 8th, 2002 [timothy]: Chapter 06: Applied Alex's
  366. grammar changes patch.</para></listitem>
  367. <listitem><para>September 7th, 2002 [timothy]: Chapter 06 - Gzip:
  368. Added gzip-1.2.4b.patch.</para></listitem>
  369. <listitem><para>September 7th, 2002 [timothy]: Chapter 05 - Textutils:
  370. Added re_max_failures2 for old host systems.</para></listitem>
  371. <listitem><para>September 2nd, 2002 [timothy]: Chapter 06 - Bash: Removed
  372. creation of sh symlink. Creating the bash and sh symlinks: Added /bin/bash
  373. symlink, symlinked sh to bash. Gzip, Sysvinit, Util-Linux: Shortened cp
  374. command. Makedev: Removed /bin/bash creation and removal. Man: Modified sed
  375. statement to edit less call, so SGR will work.</para></listitem>
  376. <listitem><para>September 1st, 2002 [timothy]: Chapter 06 - About
  377. debugging symbols: Removed info. about stripping /static. Man: Added sed
  378. statement to prevent groff from using SGR escape sequences.</para></listitem>
  379. <listitem><para>September 1st, 2002 [timothy]: Chapter 05 - Install all
  380. software as an unprivileged user: Added $CC='gcc -s' to omit the
  381. compilation of symbols in static packages.</para></listitem>
  382. <listitem><para>August 30th, 2002 [timothy]: Chapter 06 - Makedev:
  383. Put rm /bin/bash after device creation. Perl: Removed information
  384. about the old patch.</para></listitem>
  385. <listitem><para>August 30th, 2002 [timothy]: Chapter 05 - GCC: Re-added
  386. HAVE_GAS_HIDDEN; removed --enable-__cxa-atexit which was incorrect and
  387. not needed in this chapter; added information about the
  388. patch.</para></listitem>
  389. <listitem><para>August 26th, 2002 [gerard]: Added a new Glibc patch and
  390. introduced a GCC patch.</para></listitem>
  391. <listitem><para>August 26th, 2002 [gerard]: Updated to automake-1.6.3,
  392. gcc-3.2, groff-1.18, makedev-1.7, perl-5.8.0,
  393. util-linux-2.11u</para></listitem>
  394. <listitem><para>August 22nd, 2002 [timothy]: Appendix: Added
  395. missing URLs to patches.</para></listitem>
  396. <listitem><para>August 18th, 2002 [timothy]: Chapter 05 &amp; 06:
  397. Changed ln -sf to ln -s wherever possible.</para></listitem>
  398. <listitem><para>August 18th, 2002 [timothy]: Chapter 06 - Binutils: cp
  399. libiberty.h after install, as it is needed by certain software. Shadow:
  400. added command to remove the groups program installed by Shadow because
  401. Sh-utils installs a (better) groups program.</para></listitem>
  402. <listitem><para>August 18th, 2002 [timothy]: Chapter 05 - Sh-utils: Re-added
  403. sh-utils-2.0.patch.</para></listitem>
  404. <listitem><para>August 16th, 2002 [markh]: Chapter 06 - Move man-pages to
  405. just after the kernel headers installation.</para></listitem>
  406. <listitem><para>August 15th, 2002 [markh]: Chapter 06 - Move the MAKEDEV
  407. installation to before glibc and remove the temporary creation of
  408. <filename>/dev/null</filename> as we don't need it
  409. anymore.</para></listitem>
  410. <listitem><para>August 15th, 2002 [timothy]: Chapter 04 - Preparing a new
  411. partition: mentioned that a swap partition can be shared between the LFS
  412. and host systems, grammatic changes.</para></listitem>
  413. <listitem><para>August 13th, 2002 [gerard]: Chapter 06: Removed the
  414. <emphasis>--with-curses</emphasis> switch from the Bash installation as
  415. it's unnecessary here.</para></listitem>
  416. <listitem><para>August 9th, 2002 [timothy]: Updated to modutils-2.4.19,
  417. linux-2.4.19, gettext-0.11.5, binutils-2.13, textutils-2.1.</para></listitem>
  418. <listitem><para>August 9th, 2002 [timothy]: Chapter 06 - Vim: changed
  419. alternative editors link from hints to BLFS.</para></listitem>
  420. <listitem><para>August 8th, 2002 [gerard]: Chapter 06 - Ncurses: removed
  421. the <emphasis>--disable-termcap</emphasis> configure option. Termcap is
  422. disabled by default now, so no need for this option (left over from a long
  423. time ago when it was needed).</para></listitem>
  424. <listitem><para>August 8th, 2002 [gerard]: Chapter 06 - Linux: Added the
  425. command <userinput>cp include/asm-generic /usr/include</userinput>. There
  426. are programs which use the files in there, as well as headers in the
  427. <filename class="directory">asm</filename> directory may be split up in the
  428. future, and put in the
  429. <filename class="directory">asm-generic</filename>.</para></listitem>
  430. <listitem><para>August 8th, 2002 [gerard]: Appendix A - Gettext: added the
  431. missing program description of msgcat.</para></listitem>
  432. <listitem><para>August 4th, 2002 [timothy]: Added zlib-1.1.4.</para></listitem>
  433. <listitem><para>August 3rd, 2002 [timothy]: Updated to man-pages-1.52,
  434. man-1.5k, gettext-0.11.4, modutils-2.4.18.</para></listitem>
  435. <listitem><para>July 29th, 2002 [timothy]: Removed Reiserfsprogs.
  436. Updated to util-linux-2.11t and file-3.39.</para></listitem>
  437. <listitem><para>July 29th, 2002 [timothy]: Chapter 04 &amp; 05 - Creating
  438. a new partition, Introduction, Why static: grammatic changes. Diffutils,
  439. Fileutils, Grep, Texinfo: set LDFLAGS=-static before configure instead
  440. of as an argument to make. GCC: appended HAVE_GAS_HIDDEN to
  441. auto-host.h.</para></listitem>
  442. <listitem><para>July 29th, 2002 [timothy]: Chapter 06 - Glibc: added
  443. --disable-profile flag.</para></listitem>
  444. <listitem><para>July 29th, 2002 [timothy]: Chapter 08 - Linux:
  445. added information about modules and kernel documentation.</para></listitem>
  446. <listitem><para>July 29th, 2002 [timothy]: Chapter 09 - Rebooting the
  447. system: added a command to remove the static directory.</para></listitem>
  448. <listitem><para>July 8th, 2002 [timothy]: Chapter 09 - Rebooting the
  449. system: Pointed to BLFS as the next step.</para></listitem>
  450. <listitem><para>July 3rd, 2002 [timothy]: Chapter 06 - Sysvinit: Simplified
  451. the sed command and updated the installation description because init now
  452. prints "Sending processes" instead of "Sending all processes".</para></listitem>
  453. <listitem><para>July 2nd, 2002 [markh]: Internal change - Made all
  454. patches use a &amp;package-patch-version; entity and removed all
  455. hardcoding of patch versions.</para></listitem>
  456. <listitem><para>June 30th, 2002 [timothy]: Updated to man-pages-1.51 and
  457. automake-1.6.2</para></listitem>
  458. <listitem><para>June 24th, 2002 [timothy]: Chapter 06 - Shadow, Util-linux,
  459. LFS-Bootscripts: Updated package contents.</para></listitem>
  460. <listitem><para>June 23rd, 2002 [timothy]: Chapter 05 &amp; 06 - Net-tools,
  461. Perl, Texinfo, Autoconf, Automake, File, Libtool, Bin86, Vim, Linux, Bison,
  462. Less, Man-pages, Groff, Bzip2, E2fsprogs, Grep, Lilo, Modutils, Procps,
  463. Psmisc, Reiserfsprogs: Updated package contents.</para></listitem>
  464. <listitem><para>June 23rd, 2002 [timothy] Chapter 05 &amp; 06 - M4,
  465. Bzip2, File, E2fsprogs: Added "last checked against" for uniformity.
  466. GCC: Removed i686-specific programs.</para></listitem>
  467. <listitem><para>June 16th, 2002 [timothy]: Chapter 06 - Gettext:
  468. Updated package contents.</para></listitem>
  469. <listitem><para>June 14th, 2002 [timothy]: Chapter 05 &amp; 06 - Binutils,
  470. Bzip2, Diffutils, Grep: Updated package contents. GCC: Updated description
  471. of c++filt.</para></listitem>
  472. <listitem><para>June 13th, 2002 [timothy]: Chapter 09 - The End:
  473. Changed $LFS/etc/lfs-&version; to $LFS/etc/lfs and put the version
  474. number inside this file.</para></listitem>
  475. <listitem><para>June 12th, 2002 [timothy]: Chapter 05 - GCC:
  476. Modified the build instructions and command explanations to
  477. only build the C compiler. The C++ compiler is not needed
  478. until after the second GCC build.</para></listitem>
  479. <listitem><para>June 12th, 2002 [timothy]: Chapter 06 - Shadow: grammatic
  480. changes.</para></listitem>
  481. <listitem><para>June 11th, 2002 [timothy]: Chapter 05 &amp; 06 - Gawk:
  482. Created a list of package contents and descriptions. Fileutils:
  483. Removed a confusing paragraph about the fileutils patch. GCC:
  484. Updated the package contents.</para></listitem>
  485. <listitem><para>June 11th, 2002 [timothy] All software: Updated the
  486. estimated required disk space.</para></listitem>
  487. <listitem><para>June 9th, 2002 [markh]: Chapter 06 - Creating
  488. Directories: Changed usr,usr/local to just usr/local as we use the -p
  489. option to mkdir which will create the usr directory
  490. anyways.</para></listitem>
  491. <listitem><para>June 7th, 2002 [timothy] Chapter 06 - Reiserfsprogs:
  492. added a description for unpack.</para></listitem>
  493. <listitem><para>June 7th, 2002 [timothy] Chapter 02 - How to ask for
  494. help: mentioned the FAQ.</para></listitem>
  495. <listitem><para>June 6th, 2002 [markh] - Chapter 05 - Tidy up
  496. explanations following the /static change.</para></listitem>
  497. <listitem><para>June 5th, 2002 [timothy]: Preface - Who would not want to
  498. read this book: applied a revised version of Scot's grammar
  499. patch.</para></listitem>
  500. <listitem><para>June 5th, 2002 [timothy]: Chapter 09 - Rebooting the system, Lilo, Bootscripts: named the hint authors.
  501. Chapter 06 - Vim: updated the hint URL. Chapter 05 - Gawk: to avoid confusion,
  502. mentioned that the patch will be applied in Chapter 06.</para></listitem>
  503. <listitem><para>June 3rd, 2002 [timothy] Chapter 01 - FAQ: edited
  504. to include reporting typos.</para></listitem>
  505. <listitem><para>May 31st, 2002 [gerard] Chapter 05 - Findutils: Added the
  506. CPPFLAGS...re_max_failures fix which is needed on Glibc-2.1
  507. systems.</para></listitem>
  508. <listitem><para>May 30th, 2002 [markh]: Chapter 05 &amp; 06 - Update to
  509. binutils-2.12.1.</para></listitem>
  510. <listitem><para>May 30th, 2002 [markh]: Chapter 05 - Bash: Removed
  511. section about "last two commands executing anyways" because we no longer
  512. have the commands referred to there.</para></listitem>
  513. <listitem><para>May 30th, 2002 [gerard]: Chapter 06 - Glibc: Replaced the
  514. various sed fixes with a regular patch.</para></listitem>
  515. <listitem><para>May 30th, 2002 [gerard]: Chapter 06 - Gawk: Replaced the
  516. sed fix with a regular patch.</para></listitem>
  517. <listitem><para>May 30th, 2002 [gerard]: Chapter 05 - Fileutils: Replaced
  518. the sed fix with a regular patch.</para></listitem>
  519. <listitem><para>May 30th, 2002 [gerard]: Chapter 06 - Ed: Replaced the
  520. sed fix with a regular patch.</para></listitem>
  521. <listitem><para>May 28th, 2002 [gerard]: Chapter 06 - Changing ownership:
  522. removed the explicit command to chown <filename
  523. class="directory">/lost+found</filename>. This is done by the first command
  524. now that proc isn't mounted anymore in chapter 5.</para></listitem>
  525. <listitem><para>May 27th, 2002 [gerard]: Upgraded to
  526. ncurses-5.2-2.patch (this patch is smaller than the previously used
  527. one).</para></listitem>
  528. <listitem><para>May 26th, 2002 [gerard]: Upgraded to: automake-1.6.1,
  529. bin86-0.16.3, file-3.38, gawk-3.1.1, gcc-3.1, gettext-0.11.2,
  530. modutils-2.4.16, psmisc-21 and util-linux-2.11r. Added gcc-3.1 compile fix
  531. patches for ncurses, perl and vim.</para></listitem>
  532. <listitem><para>May 26th, 2002 [gerard]: Chapter 05+06 - Binutils: Removed
  533. the tooldir setting from chapter 05-binutils, moved its description to
  534. chapter 06-binutils.</para></listitem>
  535. <listitem><para>May 26th, 2002 [gerard]: Chapter 05 - Gawk &amp; Findutils:
  536. simplified the installation by removing the libexecdir modifications. We
  537. can live with a
  538. <filename class="directory">$LFS/static/libexecdir</filename> being created.
  539. The whole <filename class="directory">$LFS/static</filename> directory is
  540. temporarily anyways, so we're not all that concerned with what it looks
  541. like.</para></listitem>
  542. <listitem><para>May 26th, 2002 [gerard]: Chapter 06 - Creating Directories:
  543. removed the <userinput>cd /</userinput> command and changed the two
  544. <userinput>chmod</userinput> commands to use absolute paths
  545. instead.</para></listitem>
  546. <listitem><para>May 25th, 2002 [markh]: Chapter 06 - Some minor
  547. corrections dealing with removing the $LFS variable where it isn't
  548. wanted.</para></listitem>
  549. <listitem><para>May 23rd, 2002 [gerard]: Implemented the
  550. keep_chap5_and_chap6_sep lfs-hint. Highlights of the change: added
  551. findutils and util-linux to chapter 5, installed everything from chapter 5
  552. into <filename class="directory">$LFS/static</filename> and re-ordered the
  553. installation of packages in chapter 6 to prevent hard-wiring the wrong path
  554. (files from <filename class="directory">$LFS/static</filename>).</para></listitem>
  555. <listitem><para>May 23rd, 2002 [gerard]: Appendix A - E2fsprogs: Added some
  556. more descriptions.</para></listitem>
  557. <listitem><para>May 23rd, 2002 [gerard]: Appendix A - Bin86: Added some
  558. descriptions.</para></listitem>
  559. <listitem><para>May 23rd, 2002 [gerard]: Appendix A - Flex: Added some
  560. descriptions.</para></listitem>
  561. <listitem><para>May 23rd, 2002 [gerard]: Appendix A - Glibc: Added some
  562. more descriptions.</para></listitem>
  563. <listitem><para>May 18th, 2002 [gerard]: Appendix A - E2fsprogs: Added some
  564. descriptions.</para></listitem>
  565. <listitem><para>May 18th, 2002 [gerard]: Appendix A - Glibc: Added some
  566. more descriptions.</para></listitem>
  567. <listitem><para>May 17th, 2002 [markh]: Changed all chown X.X's to chown
  568. X:X's which is less likely to run into problems (according to info
  569. chown).</para></listitem>
  570. <listitem><para>May 16th, 2002 [gerard]: Chapter 01 - Mirror sites: Added
  571. http interface to FTP mirror at idge.net</para></listitem>
  572. <listitem><para>May 16th, 2002 [gerard]: Appendix A - Glibc: Added some
  573. more descriptions.</para></listitem>
  574. <listitem><para>May 15th, 2002 [markh]: Chapter 05 - Bzip2. Changed the
  575. instructions to deal with hard links in older distros a'la the Chapter
  576. 05 gzip instructions.</para></listitem>
  577. <listitem><para>May 11th, 2002 [markh]: Various XML
  578. fixups; mainly altering &lt;ulink&gt; tags to remove erroneous &amp;#13;
  579. in the HTML output.</para></listitem>
  580. <listitem><para>May 9th, 2002 [gerard]: Appendix A - Glibc: Filled in the
  581. missing descriptions.</para></listitem>
  582. <listitem><para>May 6th, 2002 [gerard]: Chapter 06 - Shadow: Fixed the
  583. symlink location of <filename class="symlink">vigr</filename> to
  584. <filename class="directory">/usr/sbin</filename></para></listitem>
  585. <listitem><para>May 2nd, 2002 [gerard]: Chapter 06 - Procps: Changed the
  586. two single quotes to two double quotes (the two single quotes can be
  587. mistaken for one double quote which will cause an error).</para></listitem>
  588. <listitem><para>May 2nd, 2002 [gerard]: Changed the
  589. <userinput>cd dir &amp;&amp; ln -sf</userinput> commands to one single command
  590. (such as <userinput>ln -sf bash $LFS/bin/sh</userinput> Same goes for
  591. <userinput>cd dir &amp;&amp; mv/cp</userinput> constructions which are now replaced
  592. with constructions like
  593. <userinput>mv $LFS/usr/bin/{bzcat,bzip2} $LFS/bin</userinput></para></listitem>
  594. <listitem><para>May 2nd, 2002 [markh]: Removed the "Removing old NSS
  595. library files" section.</para></listitem>
  596. <listitem><para>May 1st, 2002 [gerard]: Removed all Glibc-2.0 workarounds -
  597. gzip patch, sh-utils patch, copying of libnss files. Also removed the
  598. <userinput>export VAR=VALUE...unset VAR</userinput> constructions and
  599. changed them to <userinput>VAR=VALUE ./configure</userinput>
  600. constructions.</para></listitem>
  601. <listitem><para>April 26th, 2002 [marcheerdink]: Chapter 06 Findutils: added
  602. libexecdir=/usr/bin to the make command to fix a wrong libexecdir path in
  603. updatedb.</para></listitem>
  604. <listitem><para>April 25th, 2002 [gerard]: Chapter 06 Glibc: added a note
  605. that if you want to manually install some locales, instead of all of them,
  606. then you first need to create the
  607. <filename class="directory">/usr/lib/locale</filename> directory.</para></listitem>
  608. <listitem><para>April 21st,2002 [gerard &amp; markh]: Upgraded to
  609. MAKEDEV-1.5</para></listitem>
  610. <listitem><para>April 12th, 2002 [markh]: Added entities/ directory to
  611. cvs and split up index.xml.</para></listitem>
  612. <listitem><para>April 10th, 2002 [marcheerdink]: Updated to the following
  613. packages: bison-1.35, diffutils-2.8.1, texinfo-4.2, util-linux-2.11q
  614. </para></listitem>
  615. <listitem><para>April 9th, 2002 [marcheerdink]: Added --disable-perl-regexp
  616. to the grep configure flags to avoid linking against a non-existing static
  617. pcre library.</para></listitem>
  618. <listitem><para>April 8th, 2002 [gerard]: Added the
  619. http://ftp.de.linuxfromscratch.org mirror (to complement
  620. ftp://ftp.de).</para></listitem>
  621. </itemizedlist>
  622. </sect1>