From fe0a4aed27c50acd2b41bbbca0a3540d55ec99cc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 24 Feb 2016 00:03:51 -0500 Subject: [PATCH] 3.18.8 --- NEWS | 20 ++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c06478e6e5..6c8a8f7865 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 eadd107914..95d1a0270a 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],