[gtk+/gtk-2-24] 2.24.20



commit 158fc5d9e0f541420708a22ce0b120f25df996dc
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jul 4 09:51:49 2013 -0400

    2.24.20

 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9b68574..72bb877 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Overview of Changes from GTK+ 2.24.19 to 2.24.20
+================================================
+
+* Backport changes from GTK+ 3 to look for rc files in system
+  config dirs in addition to /etc/gtk-2.0 and ~/.gtkrc.
+
+* Backport changes from GTK+ 3 to look for the immodules cache
+  file in libdir. gtk-query-immodules-2.0 gained an --update-cache
+  option to write the output to the correct location. Note that
+  this may require slight adjustment of distro packaging.
+
+* Bug fixes:
+ 560337 GtkFileChooser hour time missing for current date files
+ 649390 CRLF text is copied to clipboard as CRCRLF on Windows
+ 698183 quartz: Text input is too slow and some keys are broken...
+ 702455 Add support for Avahi printers to gtk 2.24.x
+
+* Translation updates:
+ Polish
+
+
 Overview of Changes from GTK+ 2.24.18 to 2.24.19
 ================================================
 
diff --git a/configure.ac b/configure.ac
index 50e27b0..ddf8206 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], [19])
-m4_define([gtk_interface_age], [19])
+m4_define([gtk_micro_version], [20])
+m4_define([gtk_interface_age], [20])
 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]