summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--NEWS10
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.in4
4 files changed, 21 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f3fd6719..8a11a9442 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
+2005-07-14 Rodney Dawes <dobey@novell.com>
+
+ * NEWS: Updated for release
+
+ * autogen.sh: Require automake 1.9
+
+ * configure.in: Up version to 2.11.5
+ Require automake 1.9 and use tar-ustar
+
2005-07-11 Rodney Dawes <dobey@novell.com>
- * configure.ac: Add -f argument to the $LN_S variable so that we do
+ * configure.in: Add -f argument to the $LN_S variable so that we do
not error out if the link already exists
Fixes #309635
diff --git a/NEWS b/NEWS
index b339eab52..810c08680 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
-Version 2.11.4
+Version 2.11.5
+
+Changes since 2.11.4
+
+* Add -f argument to $LN_S variable
+ -- bug #309635 (Rodney Dawes)
+* Require automake 1.9 and use tar-ustar (Shaun McCance, Rodney Dawes)
Changes since 2.10.1
@@ -7,7 +13,7 @@ Changes since 2.10.1
* New icon for Evolution (Jakub Steiner)
* Support for Win32 (Tor Lillqvist, Rodney Dawes)
* New stock_database icon at 16 and 24 px sizes
- -- bug #132769 (Jakub Steiner)
+ -- bug #132769 (Jakub Steiner)
* Fix python mime type icon
-- bug #167182 (Jakub Steiner)
* New and updated translations [gl, fa, rw, th, vi, xh, zh_TW]
diff --git a/autogen.sh b/autogen.sh
index d815f5237..eefbe0d19 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@ srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
PKG_NAME="gnome-icon-theme"
-REQUIRED_AUTOMAKE_VERSION=1.6
+REQUIRED_AUTOMAKE_VERSION=1.9
(test -f $srcdir/configure.in \
&& test -f $srcdir/index.theme.in \
diff --git a/configure.in b/configure.in
index eab26619f..c1d93f807 100644
--- a/configure.in
+++ b/configure.in
@@ -1,11 +1,11 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT([gnome-icon-theme], [2.11.4],
+AC_INIT([gnome-icon-theme], [2.11.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
AC_CONFIG_SRCDIR(index.theme.in)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+AM_INIT_AUTOMAKE([1.9 tar-ustar])
AC_PROG_INTLTOOL
AC_PROG_LN_S