diff options
-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 33e4ee845..fb1fd6d55 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,7 +35,7 @@ first a summary, then a detailed log.</para> <listitem><para>grub-0.94</para></listitem> <listitem><para>kbd-1.12</para></listitem> <listitem><para>less-382</para></listitem> -<listitem><para>lfs-bootscripts-2.1.1-pre2</para></listitem> +<listitem><para>lfs-bootscripts-2.1.1</para></listitem> <listitem><para>libtool-2.5.6</para></listitem> <listitem><para>linux-2.6.6</para></listitem> <listitem><para>man-pages-1.66</para></listitem> @@ -97,6 +97,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>May 18th, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.1. +</para></listitem> + <listitem><para>May 16th, 2004 [winkie]: Upgraded to Automake-1.8.5.</para></listitem> <listitem><para>May 15th, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.1-pre2. diff --git a/general.ent b/general.ent index 64cdb5b02..1227741e1 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "CVS-20040516"> -<!ENTITY releasedate "May 16, 2004"> +<!ENTITY version "CVS-20040518"> +<!ENTITY releasedate "May 18, 2004"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> @@ -21,7 +21,7 @@ <!ENTITY bash-version "2.05b"> <!ENTITY binutils-version "2.15.90.0.3"> <!ENTITY bison-version "1.875a"> -<!ENTITY bootscripts-version "2.1.1-pre2"> +<!ENTITY bootscripts-version "2.1.1"> <!ENTITY bzip2-version "1.0.2"> <!ENTITY coreutils-version "5.2.1"> <!ENTITY dejagnu-version "1.4.4"> |