[gtk/gtk-3-22] 3.22.29



commit 9f6deab88cfbcfd7ebf5431495453adcab9f0639
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Mar 12 21:34:03 2018 +0000

    3.22.29

 NEWS         | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  4 ++--
 2 files changed, 49 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index fb7dd4cab6..cdbb92e3e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+Overview of Changes in GTK+ 3.22.29
+====================================
+
+* Wayland 
+ - add an input method based on the text protocol
+
+* File chooser
+ - Stop activating without double-click
+
+* Bugs fixed:
+ 710888 GtkInfoBar not shown after calling gtk_widget_show
+ 743975 Better deprecation information for GtkStatusIcon
+ 775546 gdkscreen-x11: Don't try to calculate a refresh rate for RandR 1.3...
+ 794008 GtkListBoxRow signal poorly documented 
+
+* Translation updates:
+ Brazilian Portuguese
+ British English
+ Catalan
+ Croatian
+ Czech
+ Danish
+ Dutch
+ Esperanto
+ Estonian
+ French
+ Friulian
+ Galician
+ German
+ Hungarian
+ Icelandic
+ Indonesian
+ Italian
+ Kazakh
+ Korean
+ Latvian
+ Lithuanian
+ Polish
+ Russian
+ Scottish Gaelic
+ Serbian
+ Serbian Latin
+ Slovak
+ Swedish
+ Turkish
+
+
 2Overview of Changes in GTK+ 3.22.28
 ===================================
 
diff --git a/configure.ac b/configure.ac
index bb3aed9d39..a510c53d8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,8 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [22])
-m4_define([gtk_micro_version], [28])
-m4_define([gtk_interface_age], [28])
+m4_define([gtk_micro_version], [29])
+m4_define([gtk_interface_age], [29])
 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]