diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-12-03 17:40:02 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-12-03 17:40:02 +0000 |
commit | 43ccc22bf046970e3a0e0032bccfe98be7d4f9ff (patch) | |
tree | 6998d70cfc97777e9d92bf809ddd66ab8d5a9369 | |
parent | aff249ccebb73482d95a6522c202528c858bc730 (diff) |
added lfs-3.0 changelog entries
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1353 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 235e91f55..ccfd80901 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -119,5 +119,53 @@ descriptions into alphabetical order.</para></listitem> </itemizedlist> +<para>3.1 - September 21st, 2001</para> + +<itemizedlist> + +<listitem><para>Updated to: + +<itemizedlist> + +<listitem><para>e2fsprogs-1.24</para></listitem> + +</itemizedlist> + +</para></listitem> + +<listitem><para>September 21st, 2001 [markh]: Chapter 1+7: Changed the +mailing list information to reflect the new ml +structure. The Ch7 change is that the rc and rcS scripts now ask people +to report problems to lfs-dev instead of lfs-discuss.</para></listitem> + +<listitem><para>September 18th, 2001 [gerard]: Chapter 5+6 - GCC: +Added --enable-threads=posix to chapter 5, and changed --enable-threads to +--enable-threads=posix in chapter 6. Although the default is posix threads +when +not specified, it's clearer this way what's being +enabled.</para></listitem> + +<listitem><para>September 17th, 2001 [gerard]: Chapter 6 - Psmisc: +Added notes how to deal with psmisc's pidof symlink (in case sysvinit +isn't installed) and man page. Also, added --exec-prefix=/ to psmisc's +configure script in order for the programs to be installed in /bin +rather than /usr/bin (bootscripts may use them, so they must be in +/bin).</para></listitem> + +<listitem><para>September 16th, 2001 [markh]: Chapter 6 - Util-linux: +Added USRGAMES_DIR=/usr/bin to the make install routine so that +/usr/games isn't created for banner and it is installed in +/usr/bin.</para></listitem> + +<listitem><para>September 14th, 2001 [markh]: Chapter 6 - E2fsprogs: +Updated to version 1.24.</para></listitem> + +<listitem><para>September 11th, 2001 [gerard]: Chapter 6 - Man: Added +missing && to 'done' and chmod the configure script to mode 755 +instead of 700 (more of a default mode so people don't _have_ to be +running as the owner of that file).</para></listitem> + +</itemizedlist> + </sect1> |