[gtk+/gtk-3-18] 3.18.8



commit fe0a4aed27c50acd2b41bbbca0a3540d55ec99cc
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Feb 24 00:03:51 2016 -0500

    3.18.8

 NEWS         |   20 ++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c06478e..6c8a8f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Overview of Changes in GTK+ 3.18.8
+==================================
+
+* Bugs fixed:
+ 756751 Keypad decimal point patch prevents entry of comma in german key...
+ 761026 Pressing ESC in a file chooser dialog doesn't dismiss it
+ 761552 Warnings in filechooser when typing-to-search in Recent
+ 761757 Crash in GtkFileChooserWidget
+ 761838 Editing widgets may be drawn off the visible area if the column ...
+ 762315 Assistant pages have no padding which looks weird
+ 762319 issues with randr 1.5
+        Fix Quartz clipboard image retrieval
+        Fix Quartz Full Screen Crash
+        box: Fix rtl allocation with center widget
+
+* Translation updates:
+ French
+ Scottish Gaelic
+
+
 Overview of Changes in GTK+ 3.18.7
 ==================================
 
diff --git a/configure.ac b/configure.ac
index eadd107..95d1a02 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], [7])
-m4_define([gtk_interface_age], [7])
+m4_define([gtk_micro_version], [8])
+m4_define([gtk_interface_age], [8])
 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]