summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-03-12 21:34:03 +0000
committerMatthias Clasen <mclasen@redhat.com>2018-03-12 22:22:05 -0400
commit9f6deab88cfbcfd7ebf5431495453adcab9f0639 (patch)
tree741132088db94a738c5b335b065d9c69e3cfa87b
parent0f3396d7423d9f76506f91ac8a97adc1df5cf50f (diff)
downloadgtk+-9f6deab88cfbcfd7ebf5431495453adcab9f0639.tar.gz
3.22.293.22.29
-rw-r--r--NEWS47
-rw-r--r--configure.ac4
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],