diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | general.ent | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1f9eacd97..570c56826 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -20,7 +20,7 @@ first a summary, then a detailed log.</para> <listitem><para>Upgraded to:</para> <itemizedlist> <listitem><para>autoconf-2.59</para></listitem> -<listitem><para>automake-1.8.4</para></listitem> +<listitem><para>automake-1.8.5</para></listitem> <listitem><para>binutils-2.15.90.0.3</para></listitem> <listitem><para>bison-1.875a</para></listitem> <listitem><para>coreutils-5.2.1</para></listitem> @@ -97,6 +97,8 @@ first a summary, then a detailed log.</para> </itemizedlist> </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. </para></listitem> diff --git a/general.ent b/general.ent index 90ad697aa..b899fb8e4 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "CVS-20040515"> -<!ENTITY releasedate "May 15, 2004"> +<!ENTITY version "CVS-20040516"> +<!ENTITY releasedate "May 16, 2004"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> @@ -17,7 +17,7 @@ <!ENTITY diskspace "Required disk space: "> <!ENTITY autoconf-version "2.59"> -<!ENTITY automake-version "1.8.4"> +<!ENTITY automake-version "1.8.5"> <!ENTITY bash-version "2.05b"> <!ENTITY binutils-version "2.15.90.0.3"> <!ENTITY bison-version "1.875a"> |