[gtk+/gtk-3-14] 3.14.7
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-14] 3.14.7
- Date: Sun, 11 Jan 2015 04:14:57 +0000 (UTC)
commit ab31b0d1aa5d085837403b26ea15151b9743b161
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jan 10 22:00:13 2015 -0500
3.14.7
NEWS | 29 +++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9af0242..1ac07de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Overview of Changes in GTK+ 3.14.6 to 3.14.7
+============================================
+
+* Bugs fixed:
+ 477454 libgtk crashed in gtk_notebook_button_release
+ 705582 gtk_recent_manager_init fails to check settings==NULL
+ 735122 GtkApplication: fix global menubar on Mac OS
+ 739038 gtk_recent_manager_set_filename: assertion failed: (priv->fil...
+ 739729 Bookmarks in sidebar sometimes randomly change their order
+ 741130 Entry completion with multiple cells can size wrong on first ...
+ 741652 Leaking menus when attaching to a button
+ 741702 Right margin not respected with RTL text in non-wrapping mode...
+ 741827 Typo in testsuite/reftests/Makefile.am causes build failure o...
+ 741897 documentation fix
+ 741969 GTK_STOCK_COPY
+ 742010 GtkLabel eats thumb-button clicks
+ 742170 cut/copy/paste binding entries are registered 2x
+ 742311 On cellrenderertext, notify for "size" and "size-points" prop...
+ 742343 Hide scrollbar in GtkFileChooser if appropriate
+ 742631 Left padding on File Chooser List
+ 742653 gtkfilechooserwidget: When using an extra widget, show or hid...
+ 742664 Portabilitiy issues with GTK-Inspector 32-bit and non-gnome3 ...
+ GtkFileChooser: Don't crash if invisible files are deleted
+
+* Translation updates:
+ British English
+ Kannada
+
+
Overview of Changes in GTK+ 3.14.5 to 3.14.6
============================================
diff --git a/configure.ac b/configure.ac
index ba145f9..f24d928 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], [6])
-m4_define([gtk_interface_age], [6])
+m4_define([gtk_micro_version], [7])
+m4_define([gtk_interface_age], [7])
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]