summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 06324ac1..16c03a32 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+3.6.3
+=====
+
+GTK2 fixes:
+- Fix toolbar styling in Eclipse/SWT
+- Fix completion tooltips styling in Eclipse/SWT
+- Fix a bug rendering menus in Opera
+- Fix missing shadow for frames with embedded labels
+- Fix missing SELECTED states for check/radio assets
+- Make it possible to override GtkEntry's background color
+- Fix stray shadow for frames with GTK_SHADOW_NONE
+- Workaround an OpenOffice.org scrollbar rendering bug
+- Require GTK+ 2.24.15 and 3.6.2
+
3.6.2
=====
diff --git a/configure.ac b/configure.ac
index 530d57e8..182ac971 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT([gnome-themes-standard], [3.6.2],
+AC_INIT([gnome-themes-standard], [3.6.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard])
AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-xz no-dist-gzip])