summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-06-21 18:32:06 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-06-21 18:32:06 -0400
commit7c17cba7d6d4b29bfb5f19648671f0c71cb464c6 (patch)
tree661c570e22ab8c01a7f0d0bf6c5b6207231e08f9
parentc4a9bb6838878a605a239f60171f13fcd52f4bde (diff)
downloadgtk+-7c17cba7d6d4b29bfb5f19648671f0c71cb464c6.tar.gz
3.9.63.9.6
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4e1f7c93c7..bd562c42f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Overview of Changes in GTK+ 3.9.4 to 3.9.6
+==========================================
+
+* GtkListBox:
+ - handle double-clicks properly
+ - add an example in gtk3-demo
+
+* Bugs fixed:
+ 390048 Patch for adding "whole word" search for gtk_text_iter...
+ 560337 GtkFileChooser hour time missing for current date files
+ 649390 CRLF text is copied to clipboard as CRCRLF on Windows
+ 679930 gtk_builder_add_* should not use GError
+ 698183 Text input is too slow and some keys are broken after...
+ 701174 Update misleading filechooser documentation
+ 702598 Invalid read of size 4 in gtk_icon_info_get_embedded_rect
+ 702695 typo: "and thus will thus"
+ 702763 ellipsize placeholder text
+
+* Translation updates:
+ Italian
+ Tajik
+
+
Overview of Changes in GTK+ 3.9.2 to 3.9.4
==========================================
diff --git a/configure.ac b/configure.ac
index 18ba0d1528..a8502cb608 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [9])
-m4_define([gtk_micro_version], [5])
+m4_define([gtk_micro_version], [6])
m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])