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 b0a802259..48735a80b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -28,7 +28,7 @@ First a summary, then a detailed log.</para> <listitem><para>Upgraded to:</para> <itemizedlist> <!-- <listitem><para>Autoconf &autoconf-version;</para></listitem> --> -<!-- <listitem><para>Automake &automake-version;</para></listitem> --> +<listitem><para>Automake &automake-version;</para></listitem> <!-- <listitem><para>Bash &bash-version;</para></listitem> --> <listitem><para>Binutils &binutils-version;</para></listitem> <!-- <listitem><para>Bison &bison-version;</para></listitem> --> @@ -107,6 +107,8 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>July 13th, 2005 [matt]: Updated to automake-1.9.6.</para></listitem> + <listitem><para>July 9th, 2005 [archaic]: Rewrote kernel notes. </para></listitem> diff --git a/general.ent b/general.ent index 302deb913..559e1a7b7 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050709"> -<!ENTITY releasedate "July 09, 2005"> +<!ENTITY version "SVN-20050713"> +<!ENTITY releasedate "July 13, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> @@ -24,7 +24,7 @@ <!ENTITY sourceforge "http://prdownloads.sourceforge.net/"> <!ENTITY autoconf-version "2.59"> -<!ENTITY automake-version "1.9.5"> +<!ENTITY automake-version "1.9.6"> <!ENTITY bash-version "3.0"> <!ENTITY binutils-version "2.16.1"> <!ENTITY bison-version "2.0"> |