[gtk+] 3.22.1
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] 3.22.1
- Date: Fri, 30 Sep 2016 20:07:38 +0000 (UTC)
commit ae7a1e0d08a19184b659ca38623431b210d0f84a
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Sep 30 15:29:50 2016 -0400
3.22.1
NEWS | 38 ++++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 40 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0a25b19..c365502 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Overview of Changes in GTK+ 3.22.1
+==================================
+
+* Reduce runtime warnings
+
+* Bug fixes:
+ 765649 icons missing in file chooser (errors on console)
+ 769500 adwaita: GtkWidget:sensitive animation should not cause "On" ...
+ 769554 [Mir] Touchpad scrolling not as smooth as it should be
+ 770388 GtkTreeView: attempt to underallocate GtkTreeView's child Gtk...
+ 771516 wayland: Only 'moved-to-rect' if move_to_rect() was used
+ 771553 Shrinking window generates a black patch when gl is used
+ 771666 sftp:// property not set for translation in 3.21.92
+ 771812 Crash when reparenting a popover with a non-null parent_scrol...
+ 771826 Some missing nullable annotation
+ 771915 [Wayland]: Totem window misplaced after a state change
+ 771959 gtk_init_with_args fails when no display is found / does not ...
+ 771963 GtkPaned warning in gtk_paned_realize
+ 772057 Fix wrong URL copy/paste (patch)
+ 772215 icon-theme: Fix leaks on error
+
+* Translation updates:
+ Arabic
+ Basque
+ Brazilian Portuguese
+ Croatian
+ Czech
+ French
+ German
+ Hebrew
+ Hungarian
+ Kazakh
+ Korean
+ Polish
+ Slovak
+ Swedish
+
+
Overview of Changes in GTK+ 3.22.0
==================================
diff --git a/configure.ac b/configure.ac
index d03503b..a0999a2 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], [0])
-m4_define([gtk_interface_age], [0])
+m4_define([gtk_micro_version], [1])
+m4_define([gtk_interface_age], [1])
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]