summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS10
-rw-r--r--configure.in2
3 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index be8a04b55..a90bb97be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-02-06 Rodney Dawes <dobey@novell.com>
+ * NEWS:
+ * configure.in: Update for 2.13.7 release
+
+2006-02-06 Rodney Dawes <dobey@novell.com>
+
* configure.in:
* 24x24/Makefile.am:
* 48x48/Makefile.am:
diff --git a/NEWS b/NEWS
index 5a0cafa1a..c82d19d6f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
-Version 2.13.6
+Version 2.13.7
-* Requires icon-naming-utils 0.6.7 fore updates (Rodney Dawes)
+* Add in spinner animations to replace gnome-spinner images
+ (Jakub Steiner, Rodney Dawes)
+* Update scalable folders to match the pixmaps better (Jakub Steiner)
+
+Changes since 2.13.6
+
+* Require icon-naming-utils 0.6.7 for updates (Rodney Dawes)
* Replace gnome-fs-regular with text-x-preview (Rodney Dawes)
* Remove the old gnome-mime-application-x-gnome-saved-search icons that were
replaced with the folder-saved-search icon (Rodney Dawes)
diff --git a/configure.in b/configure.in
index 23e63c67f..c70fc39d1 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.6],
+AC_INIT([gnome-icon-theme], [2.13.7],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
AC_CONFIG_SRCDIR(index.theme.in)