summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2006-03-14 20:28:30 +0000
committerRodney Dawes <dobey@src.gnome.org>2006-03-14 20:28:30 +0000
commitf02b83cad3d78d2ba6a5b0af00773384617cc8e2 (patch)
tree27a84f52ca596b40e2391879bee6d9252ff8e5cd
parentd4c2d8179bcf37283714468a1f86c9e9fe0d711b (diff)
downloadadwaita-icon-theme-f02b83cad3d78d2ba6a5b0af00773384617cc8e2.tar.gz
Update for 2.14.2 releaseGNOME_ICON_THEME_2_14_2
2006-03-14 Rodney Dawes <dobey@novell.com> * NEWS: * configure.in: Update for 2.14.2 release
-rw-r--r--ChangeLog5
-rw-r--r--NEWS6
-rw-r--r--configure.in2
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f5336505..2558adbfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-03-14 Rodney Dawes <dobey@novell.com>
+ * NEWS:
+ * configure.in: Update for 2.14.2 release
+
+2006-03-14 Rodney Dawes <dobey@novell.com>
+
* index.theme.in: Remove MinSize for 48x48 icons, and make apps scalable too
2006-02-25 Rodney Dawes <dobey@novell.com>
diff --git a/NEWS b/NEWS
index cf78f7165..55f6a5eb4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 2.14.2
+
+* Make 48x48/apps Scalable as well (Rodney Dawes)
+* Remove MinSize setting from 48x48 contexts set as Scalable
+ -- bug #332894 (Rodney Dawes)
+
Version 2.14.1
* Revert to using Scalable for 48x48/{filesystems,mimetypes} (Rodney Dawes)
diff --git a/configure.in b/configure.in
index 61e9f63a0..c7c5ed981 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.14.1],
+AC_INIT([gnome-icon-theme], [2.14.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-icon-theme])
AC_CONFIG_SRCDIR(index.theme.in)