summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
2 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d6d1d6b1..319d54c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+3.9.3
+=====
+
+Wallpaper update for 3.10
+Add HC icon for system-software-update
+
+GTK3:
+ Initial support for GTK client side decorations
+ Adapt to changes in GTK master state propagation
+ Add support for activity on top of GdMainView cells (Zeeshan Ali)
+ Improve theming for GEdit, Baobab (Ignacio Casal Quinteiro, Stefano Facchini)
+
+3.8.1
+=====
+
+GTK3:
+ Improve style of GtkScale's trough
+ Add prelight and dark variants of pane separator grip assets
+ Add a style class for Photos emblems
+ Add support for dark theme to Documents-style collection icons
+ Add support for selection rubberbands in content-view
+ Add a workaround for backdrop selected text in Evolution
+ Fix text selection in GEdit's search entry
+GTK2:
+ Improve style of GtkScale's trough
+
3.8.0
=====
diff --git a/configure.ac b/configure.ac
index aeca63a0..6ac36f31 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.9.0],
+AC_INIT([gnome-themes-standard], [3.9.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])