summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2006-01-17 02:57:13 +0000
committerRodney Dawes <dobey@src.gnome.org>2006-01-17 02:57:13 +0000
commite036833743cce74b8cfdcc8b778f9f89c842223e (patch)
tree63b39db69c859a3f9abd1a1a5baafe0a3d2a0cf7
parent1c6b55dd08a725f22a620f00b5e6ac5f3e8b6e45 (diff)
downloadadwaita-icon-theme-GNOME_ICON_THEME_2_13_5.tar.gz
Update for 2.13.5 releaseGNOME_ICON_THEME_2_13_5
2006-01-16 Rodney Dawes <dobey@novell.com> * NEWS: * configure.in: Update for 2.13.5 release
-rw-r--r--ChangeLog5
-rw-r--r--NEWS12
-rw-r--r--configure.in2
3 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ef29c0fb2..521d5fa8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-01-16 Rodney Dawes <dobey@novell.com>
+ * NEWS:
+ * configure.in: Update for 2.13.5 release
+
+2006-01-16 Rodney Dawes <dobey@novell.com>
+
* configure.in: Require icon-naming-utils >= 0.6.5 for compat
Set the themedir variable here, to improve maintainability
diff --git a/NEWS b/NEWS
index c3e3e0d8c..14e1bc4c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
-Version 2.13.4
+Version 2.13.5
+
+* Initial major cleanup and porting to Icon Naming Spec
+ -- bugs #317460, #318505, #163693, #303601, #112909, #169745 (Rodney Dawes)
+* Replace the stock person icon with an abstract person icon
+ -- bug #311844 (Jakub Steiner)
+* No longer install icons to hicolor to prevent conflicts (Rodney Dawes)
+ (This change requires gtk+ 2.8.10 or newer for themes that do not explicitly
+ have a fallback hierarchy which includes "gnome" for several applications)
+
+Changes since 2.13.4
* Do not use Scalable as the type for bitmap icons (Rodney Dawes)
* New saved search icon (Jakub Steiner)
diff --git a/configure.in b/configure.in
index e2612f214..c70f5bfe7 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.4.1],
+AC_INIT([gnome-icon-theme], [2.13.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
AC_CONFIG_SRCDIR(index.theme.in)