summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS18
-rw-r--r--configure.in2
3 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f4713909b..d14f6e3ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-04 Rodney Dawes <dobey@novell.com>
+
+ * NEWS:
+ * configure.in: Update for 2.13.6 release
+
2006-02-03 Rodney Dawes <dobey@novell.com>
* configure.in: Up icon-naming-utils requirement to 0.6.7
diff --git a/NEWS b/NEWS
index 8376b2382..5a0cafa1a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
-Version 2.13.5.1
+Version 2.13.6
+
+* Requires icon-naming-utils 0.6.7 fore 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)
+* Update 24x24 icons to match the new 22x22 icons (Rodney Dawes)
+* Remove 48x48/mimetypes as they are replaced by scalable versions
+ (Rodney Dawes)
+* Updated style for icons (Jakub Steiner)
+* Fix typographical error in index.theme.in (Luca Ferretti)
+* Renamed volume-knob to multimedia-volume-control to match naming spec
+ (Rodney Dawes)
+* Match color in 16px computer screen with larger versions
+ -- bug #165860 (Rodney Dawes)
+
+Changes since 2.13.5.1
* Update a few icons to use hints from Tango Style Guidelines (Jakub Steiner)
* Fix some icons being installed to wrong size locations (Rodney Dawes)
diff --git a/configure.in b/configure.in
index ca3d1b1ca..6f81201f5 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.5.1],
+AC_INIT([gnome-icon-theme], [2.13.6],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
AC_CONFIG_SRCDIR(index.theme.in)