[gtk+/gtk-3-20] 3.20.3



commit 8e6171d68e6a1869c77e20c6c3e2470901d0fded
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Apr 11 11:46:55 2016 -0400

    3.20.3

 NEWS         |   24 ++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d0e2d37..6ffc89a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Overview of Changes in GTK+ 3.20.3
+==================================
+
+* Bugs fixed:
+ 764174 Configuration dialog is too small
+ 764203 Default background color for the 'textview border' node
+ 764204 Primary and secondary carets/cursors not distinguishable by default
+ 764261 gtkplacesviewrow: untranslated "%s / %s available"
+ 764374 Busy loop while "Displays" page is active
+ 764378 gtk3-demo won't run without hicolor-icon-theme
+ 764540 gtk_scrollable_get_border is missing annotations
+ 764585 Fix "format not a string literal" errors
+ 764686 build failure after "make distclean"
+ 764710 GtkListBox row CSS nodes do not reflect visual order
+ 764835 broadway: fix documentation, correct display port details
+ 764664 Segfault when initializing WINTAB pressure-sensitive tablets
+
+* Translation updates:
+ Bulgarian
+ Esperanto
+ Greek
+ Persian
+
+
 Overview of Changes in GTK+ 3.20.2
 ==================================
 
diff --git a/configure.ac b/configure.ac
index 5b8023f..a3324b0 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], [2])
-m4_define([gtk_interface_age], [2])
+m4_define([gtk_micro_version], [3])
+m4_define([gtk_interface_age], [3])
 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]