[gtk+/gtk-2-24] 2.24.24



commit 9de65a11bbf974e62520c18c1d193a5655d02ca3
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jun 23 10:12:17 2014 -0400

    2.24.24

 NEWS         |   24 ++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index af9b1ed..412fbbc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Overview of Changes from GTK+ 2.24.23 to 2.24.24
+================================================
+
+* Bug fixes:
+ 686170 gdk/win32: VK_SNAPSHOT maps to GDK_Print
+ 693200 Printing via evince crashes badly when /tmp is not writable
+ 696232 win32: do not crash on invalid utf8 conversion
+ 711177 Print to file fails with default settings
+ 711553 gdk/win32: remove extra allocation for \r removal
+ 721895 Remove GtkIconCache
+ 723366 GtkFileChooser crashes due to a signal connection left behind...
+ 728745 win32: add more clipboard data checks to avoid crash
+ 731967 Pixmap leak with GtkNotebook under mingw 
+
+* Other changes:
+- This release changes the default behavior of gtk-update-icon-cache
+  to not include image data into the icon cache. Use the new
+  --include-image-data flag to get the old behavior back.
+
+* Translation updates:
+ Hebrew
+ Polish
+
+
 Overview of Changes from GTK+ 2.24.22 to 2.24.23
 ================================================
 
diff --git a/configure.ac b/configure.ac
index 245a87f..9ebda4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,8 +13,8 @@ AC_PREREQ(2.62)
 
 m4_define([gtk_major_version], [2])
 m4_define([gtk_minor_version], [24])
-m4_define([gtk_micro_version], [23])
-m4_define([gtk_interface_age], [23])
+m4_define([gtk_micro_version], [24])
+m4_define([gtk_interface_age], [24])
 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]