summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-03-05 14:53:13 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2013-03-05 14:53:13 -0500
commitad0ec5dace01c1cb4e4ceae16ba726592bb1aeed (patch)
tree870c9c7e0013d76b3da0f36ebea9fa3b1fc46901
parent7e46ee1d19a3bc362258b183d7fdfee6f2ea972e (diff)
downloadgnome-themes-standard-ad0ec5dace01c1cb4e4ceae16ba726592bb1aeed.tar.gz
release: prepare for 3.7.913.7.91
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2ed7dba1..0606f2bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+3.7.91
+======
+
+GTK3:
+ Support linked entries on primary toolbars
+ Use stock GTK style for expanders
+ Make progressbar colors darker in backdrop
+ Fix insensitive state of OSD scales and buttons
+ Fix a minor glitch in spinbuttons in RTL mode
+ Fix some glitches in header bar style
+ Fix content view checkboxes in backdrop
+ Remove special case of Nautilus pathbar buttons
+GTK2:
+ Fix white border around background when overridden
+ Fix a regression in Chrome/Chromium toolbar drawing
+WM:
+ Fix centering of the window title
+
3.7.90
======
diff --git a/configure.ac b/configure.ac
index c060fcc2..209b2985 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.7.90],
+AC_INIT([gnome-themes-standard], [3.7.91],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard])
AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-xz no-dist-gzip])