diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-10 15:57:01 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-05-10 15:57:01 +0000 |
commit | 68beab5ecebf0fb46e945471c178b9941c57f49c (patch) | |
tree | 9781e6d58a311aaa0c767f1643a2c6ead237f21c | |
parent | 4238149d57965726ba357a52f7953727d2cb01bb (diff) |
Upgraded to Linux 2.6.6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3544 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | general.ent | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a90b7ebca..7821ff274 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,7 +36,7 @@ first a summary, then a detailed log.</para> <listitem><para>less-382</para></listitem> <listitem><para>lfs-bootscripts-2.0.4</para></listitem> <listitem><para>libtool-2.5.6</para></listitem> -<listitem><para>linux-2.6.5</para></listitem> +<listitem><para>linux-2.6.6</para></listitem> <listitem><para>man-pages-1.66</para></listitem> <listitem><para>ncurses-5.4</para></listitem> <listitem><para>perl-5.8.4</para></listitem> @@ -94,6 +94,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>May 10th, 2004 [winkie]: Chapter 8 - Upgraded to Linux 2.6.6. +</para></listitem> + <listitem><para>May 7th, 2004 [winkie]: Chapter 6 - When configuring Vim, pass the <quote>--enable-multibyte</quote> option.</para></listitem> diff --git a/general.ent b/general.ent index 1ada51a5b..a8f5412ed 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "CVS-20040507"> -<!ENTITY releasedate "May 7, 2004"> +<!ENTITY version "CVS-20040510"> +<!ENTITY releasedate "May 10, 2004"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> @@ -44,7 +44,7 @@ <!ENTITY kbd-version "1.12"> <!ENTITY less-version "382"> <!ENTITY libtool-version "1.5.6"> -<!ENTITY linux-version "2.6.5"> +<!ENTITY linux-version "2.6.6"> <!ENTITY linux-libc-headers-version "2.6.5.1"> <!ENTITY m4-version "1.4"> <!ENTITY make-version "3.80"> |