summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7135e090..ebd7c31b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+3.5.90
+======
+
+Add a GTK2 version of Adwaita, based on the Bridge theme (Jack Gandy)
+New default wallpapers (Jakub Steiner)
+Improve metacity attached dialog styling (Florian Müllner)
+Improve custom theming for Nautilus (Lapo Calamandrei)
+Add generic theming support for selection-mode toolbar style classes
+Add generic theming support for in-app notifications
+Add generic theming support for suggested-action buttons
+Improve theming for GtkMenuButton
+
3.5.5
=====
diff --git a/configure.ac b/configure.ac
index 3fd3da5c..de6c6b62 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.5],
+AC_INIT([gnome-themes-standard], [3.5.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard])
AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-xz no-dist-gzip])