summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 15247ec7..7135e090 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+3.5.5
+=====
+
+Don't use a blue border for focused buttons
+Use CSS gradients instead of GTK gradients
+Improve styling for GtkLevelBar
+Improve bottom tab styling
+Improve theming support for Nautilus
+Add support for new Baobab style
+
3.5.4
=====
diff --git a/configure.ac b/configure.ac
index b9cabb58..3fd3da5c 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.5.4],
+AC_INIT([gnome-themes-standard], [3.5.5],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard])
AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-xz no-dist-gzip])