From: Matthias Clasen Date: Mon, 12 Mar 2018 21:34:03 +0000 (+0000) Subject: 3.22.29 X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~37^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9f6deab88cfbcfd7ebf5431495453adcab9f0639;p=gtk%2B3.0.git 3.22.29 --- 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],