[gtk/gtk-3-22] 3.22.30
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gtk-3-22] 3.22.30
- Date: Mon, 16 Apr 2018 18:52:59 +0000 (UTC)
commit 2e7ac262be15fb402c4103d28533c6c6d955bf65
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Apr 16 14:06:02 2018 -0400
3.22.30
NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 46 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index cdbb92e3e3..22995c6f56 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+Overview of Changes in GTK+ 3.22.30
+===================================
+
+* gtk-demo has a new 'Widgetbowl' demo
+
+* The wayland backend now supports the stable xdg-shell protocol
+
+* Bugs fixed:
+ #28 Adwaita: Selection mode styling flickers
+ #83 Completion popup on non-default GdkDisplay freezes GtkFileChooserDialog
+ #88 GtkSpinButton: Buttons aren't de/sensitised as they were in GTK+ 3
+ #114 All Wayland apps crash when focused (gtk_gesture_multi_press_end→...
+ #129 Segfault in `wl_proxy_marshal()`
+ #132 GtkTextView auto-scrolling to insert mark upon focus changes due to...
+ #141 GtkEntry: add a way to set the font to monospace
+ #146 GtkExpander arrow is not dimmed when the Expander is not :sensitive
+ #156 Transfer annotation for gtk_gl_area_new is incorrect
+ #157 Crashes in gdkdisplay-wayland when clicking any button/menu item
+ #163 Unable to explicitly set GtkModelButton role
+ 705509 notebook popup window on tabs shows underscores
+ 745128 Search is useless for translated app names
+ 748784 GtkProgressBar text cannot be superimposed on the progress bar
+ 791939 Add xdg-shell (stable) support
+ 792632 Emoji Chooser: section buttons have no tooltips
+ 793062 Crash under gdk_wayland_window_attach_image()
+
+* Translation updates:
+ Brazilian Portuguese
+ Catalan
+ Chinese
+ Chinese (Taiwan)
+ Dutch
+ French
+ German
+ Hungarian
+ Indonesian
+ Italian
+ Latvian
+ Serbian
+ Slovak
+ Slovenian
+ Turkish
+
+
Overview of Changes in GTK+ 3.22.29
====================================
diff --git a/configure.ac b/configure.ac
index 0804206f6d..fef0ecebf3 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], [29])
-m4_define([gtk_interface_age], [29])
+m4_define([gtk_micro_version], [30])
+m4_define([gtk_interface_age], [30])
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]