[gtk+] 3.20.1
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] 3.20.1
- Date: Fri, 25 Mar 2016 02:43:51 +0000 (UTC)
commit 447325b1e475c2f9fb21e62daf3d6f91b74581d5
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Mar 24 21:34:35 2016 -0400
3.20.1
NEWS | 34 ++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 36 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b933ce5..00241c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Overview of Changes in GTK+ 3.20.1
+==================================
+
+* Active GtkSwitch widgets now use the :checked state, to match GtkToggleButton
+
+* Bugs fixed:
+ 641354 Look for themes in XDG folders
+ 763350 drawing performance worse than X
+ 763604 The search button of a GtkShortcutsWindow should have the image-button...
+ 763659 DND Drop on root with Pixbuf leaves image behind
+ 763731 Return GTK_PRINT_OPERATION_RESULT_ERROR even if error == NULL
+ 763741 Wavy/squiggly underline not properly removed
+ 763758 Do not use fixed values for widgets size in foreign drawing demo
+ 763779 [PATCH] quartz: fix pixelated image surfaces in retina/hidpi mode
+ 763802 [HighContrastInverse] the “ON” text of a GtkSwitch should be black (on...
+ 763804 [HighContrastInverse] menuitem:hover colors
+ 763808 .dnd styleclass still used
+ 763859 gdkdevice-wayland.c cleanups
+ 763900 stack: fix warnings during GtkStack size_allocate
+ 764118 Glitches in menu scroll arrow rendering
+
+* Translation updates:
+ Basque
+ Bulgarian
+ Danish
+ Galician
+ Greek
+ Russian
+ Slovak
+ Slovenian
+ Spanish
+ Swedish
+
+
Overview of Changes in GTK+ 3.20.0
==================================
diff --git a/configure.ac b/configure.ac
index 5c9a94f..0d72724 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,8 @@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [20])
-m4_define([gtk_micro_version], [0])
-m4_define([gtk_interface_age], [0])
+m4_define([gtk_micro_version], [1])
+m4_define([gtk_interface_age], [1])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
m4_define([gtk_version],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]