aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-01-09 11:57:59 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-01-09 11:57:59 +0000
commit48cb4aeb32c8a3f5fc7cec871085f4c9cadc50c8 (patch)
tree0c1022dd610afc0edbacf36b6bdf0f3ac1d02bd5
parent529e4e5bd835333f59c80ed180816acefa83c960 (diff)
* Upgrade to automake-1.9.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4514 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--general.ent6
2 files changed, 6 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index d5f0e3a0f..e6256bb28 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -19,7 +19,7 @@ first a summary, then a detailed log.</para>
<listitem><para>Upgraded to:</para>
<itemizedlist>
-<listitem><para>Automake 1.9.3</para></listitem>
+<listitem><para>Automake 1.9.4</para></listitem>
<listitem><para>Binutils 2.15.94.0.2</para></listitem>
<listitem><para>File 4.12</para></listitem>
<listitem><para>Findutils 4.2.3</para></listitem>
@@ -63,6 +63,8 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>January 9, 2005 [matt]: Upgraded to autoconf-1.9.4</para></listitem>
+
<listitem><para>January 5, 2005 [jeremy]: Minor textual correction in network
configuration, since iproute will not recognize the old eth0:1 format for
ip aliasing. Closes bug 1013.</para></listitem>
diff --git a/general.ent b/general.ent
index c6580ed09..81f14de4a 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "6.1-testing-20050105">
-<!ENTITY releasedate "January 5, 2005">
+<!ENTITY version "6.1-testing-20050109">
+<!ENTITY releasedate "January 9, 2005">
<!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
@@ -16,7 +16,7 @@
<!ENTITY diskspace "Required disk space">
<!ENTITY autoconf-version "2.59">
-<!ENTITY automake-version "1.9.3">
+<!ENTITY automake-version "1.9.4">
<!ENTITY bash-version "3.0">
<!ENTITY binutils-version "2.15.94.0.2">
<!ENTITY bison-version "1.875a">