summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS27
-rw-r--r--configure.ac2
2 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0e21187c..f76a4a55 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+3.1.1
+=====
+
+Reintroduce the dark theme variant
+Add inset shades on various elements
+Render the menus fill in dark
+Tweak GtkSwitch inactive label color
+Fix progressbar gradients and GtkCellRendererProgress
+Improve the maximized windows titlebar height
+
+3.0.1
+=====
+
+Reduce vertical padding for most of the common widgets, requires GTK+ 3.0.9
+
+3.0.0
+=====
+
+Don't propagate an 1px separator width to the whole toolbar
+Add icon-size property for NaTrayApplet
+
+2.91.93
+=======
+
+Remove the dark theme variant for 3.0
+Fix gnome-terminal background
+
2.91.92.1
=========
diff --git a/configure.ac b/configure.ac
index 97921471..10ba93d2 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.1.0],
+AC_INIT([gnome-themes-standard], [3.1.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard])
AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-bzip2 no-dist-gzip])