summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS9
-rw-r--r--configure.in2
3 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fe477c73b..e073606f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-24 Rodney Dawes <dobey@novell.com>
+
+ * NEWS:
+ * configure.in: Update for 2.13.0 release
+
2005-10-24 Jakub Steiner <jimmac@ximian.com>
* gnome-mime-image: fixups
diff --git a/NEWS b/NEWS
index 268ee657d..2e8bef8ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
-Version 2.12.1
+Version 2.13.0
-Changes since 2.12.0
+* Removed specific image mime type icons (Rodney Dawes)
+* Added ruby mime type icon
+ -- bug #317102
+* Updated translations [sk]
+
+Changes since 2.12.1
* Improve architecture independence
-- bug #316200 (Stanislav Brabec)
diff --git a/configure.in b/configure.in
index 4370adaae..d1a65b079 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.12.1],
+AC_INIT([gnome-icon-theme], [2.13.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
AC_CONFIG_SRCDIR(index.theme.in)