From 3c331ba78dfa9982c613c0e918b9288b57326b63 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 9 Nov 2015 10:12:46 -0500 Subject: [PATCH] 3.18.3 --- NEWS | 35 +++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 72b0e4f74a..5d6824a3c7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +Overview of Changes in GTK+ 3.18.3 +================================== + +* Bug fixes: + 735341 Fix/improve gtk_text_buffer_get_iter_at_*() functions + 753992 im-quartz discard_preedit segmentation fault + 755654 mmc/sd drive does not appear in Nautilus + 756160 Crash/segfault when dragging tabs (after 2nd/3rd/4th+ drag) + 756385 No more content in Anjuta project wizard + 756449 GtkTextHandle artifacts under Wayland + 756496 wayland: Make it possible to use a window type hint to map as a subsurface + 756505 Entering a dot removes all other characters from input + 756568 Some improvements to gtkplacesview + 756589 Improve the heuristics for external drives + 756625 segfault in captured_event_cb + 756751 Keypad decimal point patch prevents entry of comma in german keypad layout + 756780 wayland: Fix GtkTreeView's search window + 756886 The GtkWindow patch here is necessary to make transparent terminals work... + 757147 gdk_pixbuf_get_from_window() doesn't honor device scale + 757221 Memory leak in gtk-3.0.m4 + 757298 nautilus crashes on drag'n'drop over 'side bar' + 757303 Vertically align path labels in Other Locations view + 757324 win32: handle WM_DISPLAYCHANGE globally + 757358 single touch devices are not detected as touch devices + 757377 settings.ini is only loaded from first XDG_CONFIG_DIRS entry + 757544 GtkHeaderBar subclass template and does not work + +* Translation updates: + Basque + Czech + Icelandic + Norwegian bokmål + Slovak + + Overview of Changes in GTK+ 3.18.2 ================================== diff --git a/configure.ac b/configure.ac index 10038e0abc..735798a1b5 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], [2]) -m4_define([gtk_interface_age], [2]) +m4_define([gtk_micro_version], [3]) +m4_define([gtk_interface_age], [3]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) m4_define([gtk_version],