3.22.29
authorMatthias Clasen <mclasen@redhat.com>
Mon, 12 Mar 2018 21:34:03 +0000 (21:34 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 13 Mar 2018 02:22:05 +0000 (22:22 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index fb7dd4cab65f2a2d9720f0e4c3ac411a0ef8fe9d..cdbb92e3e3041162ce53b2b7c5e54ab7376a7512 100644 (file)
--- 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
 ===================================
 
index bb3aed9d3919232a971700b065d642d6b302c887..a510c53d8dbb5c3f26bcf3a0938dcc403cde244b 100644 (file)
@@ -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],