summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-08-29 13:08:47 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-08-29 13:08:47 -0400
commit50101fba11d9e172d3c04976ae8a467ec8491e89 (patch)
tree45a424d87cb55d5b05333be68a444bd0ef413f31
parent925ed7c70fb86e06aadbb1c29134573d57294e10 (diff)
downloadgtk+-50101fba11d9e172d3c04976ae8a467ec8491e89.tar.gz
3.1.143.1.14
-rw-r--r--NEWS40
-rw-r--r--configure.ac2
2 files changed, 41 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e2ea52cda0..08169f50ae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Overview of Changes in GTK+ 3.1.14
+==================================
+
+* GtkTreeView:
+ - The GtkTreeModelFilter and GtkTreeModelSort implementations
+ have been improved and a comprehensive test suite has been added.
+
+* GtkFileChooser:
+ - The selected file(s) can now be copied to the clipboard
+
+* Bugs fixed:
+ 656851 Allow use of GVariant in GtkListStore
+ 344858 gtk_menu_item_new_with_label() created widget with refcount 2
+ 349502 option to copy full path in "Save AS"/"Open file" dialogs
+ 621076 GtkTreeModelFilter does not emit all signals in some situations
+ 634136 GtkTable::children accessor
+ 649588 crash when sending a notification: "Gdk-CRITICAL **: gdk_visual_...
+ 650762 gtk_misc_set_alignment replacement with the new API functions
+ 651827 Crash in check_application()
+ 656986 GtkSwitch is unusable when added to primary toolbar.
+ 657146 Missing files in POTFILEs.in
+ 657260 Gtk should use AtkWindow and remove that hack on GailUtil
+ 657359 Crash when specifying data length in gtk_css_provider_load_...
+ 657384 missing accessors for GdkEvent structures
+
+* Translation updates:
+ Galician
+ German
+ Gujarati
+ Indonesian
+ Norwegian bokmål
+ Persian
+ Russian
+ Serbian
+ Spanish
+ Swedish
+ Traditional Chinese
+ Uighur
+
+
Overview of Changes in GTK+ 3.1.12
==================================
diff --git a/configure.ac b/configure.ac
index 48ca502ff0..906ff557ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [1])
-m4_define([gtk_micro_version], [13])
+m4_define([gtk_micro_version], [14])
m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])