[gtk+/gtk-3-14] 3.14.15



commit 8c9e611b269877a713ae418253789fda5e423002
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jul 21 10:31:01 2015 -0400

    3.14.15

 NEWS         |   20 +++++++++++++++++++-
 configure.ac |    4 ++--
 2 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index b78d5b9..3ab1ca7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Overview of Changes in GTK+ 3.14.14 to 3.14.15
+==============================================
+
+* Bugs fixed:
+ 741800 GTK3 apps have huge rendering pauses/hangs over SSH connection
+ 751401 crash on DnD
+ 752016 testgmenu: use the menu binding code
+        listbox: listen for adjustment changes
+        many coverity warning fixes
+
+* Translation updates:
+ Czech
+ Hungarian
+ Lithuanian
+ Polish
+ Slovenian
+
+
 Overview of Changes in GTK+ 3.14.13 to 3.14.14
 ==============================================
 
@@ -11,7 +29,7 @@ Overview of Changes in GTK+ 3.14.13 to 3.14.14
  750870 gtk3 does apparently ignore replayed events?
  750994 X11: First mouse wheel event ignored after right click or Alt+Tab...
  751050 Moving the mouse while a stepper is activated causes the scrollba...
- 751227 file picker list box height stretches to match extra widgets area...
+ 751227 file picker list box height stretches to matchtk extra widgets area...
  751443 resource_path value cleared in gtk_image_set_from_resource
  751739 Deadlock in X11 when setting XSetErrorHandler while another threa...
  751752 Memleak when both opening shm and opening file in tmp fail
diff --git a/configure.ac b/configure.ac
index 680c1ee..3115734 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,8 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [14])
-m4_define([gtk_micro_version], [14])
-m4_define([gtk_interface_age], [14])
+m4_define([gtk_micro_version], [15])
+m4_define([gtk_interface_age], [15])
 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]