summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS8
-rw-r--r--configure.in2
3 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fa1703454..e6acb3c4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-02 Rodney Dawes <dobey@novell.com>
+
+ * NEWS:
+ * configure.in: Update for 2.13.4 release
+
2006-01-02 Jakub Steiner <jimmac@ximian.com>
* index.theme.in: reverted on Rodney's request
diff --git a/NEWS b/NEWS
index 32e53882a..c3e3e0d8c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
-Version 2.13.2
+Version 2.13.4
+
+* Do not use Scalable as the type for bitmap icons (Rodney Dawes)
+* New saved search icon (Jakub Steiner)
+* New translations [te]
+
+Changes since 2.13.2
* Removed specific video mime type icons (Rodney Dawes)
* Fixups for generic image mime type icon (Jakub Steiner)
diff --git a/configure.in b/configure.in
index f5cdce934..15f84298c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT([gnome-icon-theme], [2.13.2],
+AC_INIT([gnome-icon-theme], [2.13.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
AC_CONFIG_SRCDIR(index.theme.in)