[gtk+/gtk-3-18] 3.18.7



commit 78b81924085707a9341773c3752c18903d166caf
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jan 27 22:53:37 2016 -0500

    3.18.7

 NEWS         |   41 +++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 43 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 67040da..c06478e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+Overview of Changes in GTK+ 3.18.7
+==================================
+
+* Bugs fixed:
+ 688524 Expose gtk-primary-button-warps-slider as an X setting
+ 722937 problem rendering asymmetric borders with dotted style
+ 728344 Collate setting in Print Dialog does not override PPD setting for...
+ 754868 visual anomaly in gtk path bar
+ 757147 gdk_pixbuf_get_from_window() doesn't honor device scale
+ 758908 The app chooser dialog uses a non standard icon and doesn't wrap ...
+ 758929 GtkEntryCompletion should allow for changing the popdown delay
+ 759079 GtkComboBox triggers segmentation fault in update_menu_sensitivit...
+ 759081 Add 'nullable' to return type of gtk_cell_layout_get_area.
+ 759091 notebook tab stays hovered if mouse leaves slowly
+ 759260 [Adwaita:dark] menus on GtkTreeView barely visible because menu s...
+ 759757 Flow box redraws all children on hover
+ 760141  New gdk_cursor_new_from_name() fallback breaks behavior expected...
+ 760169 GtkColorButton sensitive and insensitive appearances are barely d...
+ 760416 broadwayd --help shows translated characters as question marks on...
+ 760445 regression: openQA no longer able to press ctrl-alt-del to get to...
+ 760615 GTK FTBFS with MinGW-w64
+ 760680 Emitting "shutdown" signal twice leads to a crash
+ 760891 GtkTreeView Cannot expand/collapse rows by mouse
+ 760897 A few clean ups to the shm handling code
+ 760964 hardcodes temp dir to /tmp
+ 761005 GtkColorChooser: make set_rgba work in editor mode
+ 761095 wayland: use shm_open instead of open in tmpdir
+
+* Translation updates
+ Arabic
+ Brazilian Portuguese
+ Czech
+ German
+ Hungarian
+ Indonesian
+ Lithuanian
+ Polish
+ Portuguese
+ Swedish
+
+
 Overview of Changes in GTK+ 3.18.6
 ==================================
 
diff --git a/configure.ac b/configure.ac
index 69b3e7b..eadd107 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,8 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [18])
-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]