diff --git a/NEWS b/NEWS index 5167f8a6d9..e8970937d5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ +Overview of Changes in GTK+ 3.11.9 to 3.12.0 +============================================ + +* Wayland: + - Add support for input regions + - Correctly report display capabilities + - Fix resizing from the north-east corner + +* Bugs fixed: + 723045 Window re-size causes artifacts + 724728 GtkPrintOperation is below is parent in fullscreen mode + 726369 gnome-terminal crashes when closing a window + 726476 New fontchooser dialog doesn't update font list upon change + 726717 Nesting GtkExpander gives Gdk-CRITICAL error + 726749 Segmentation fault in libglib-2.0.so.0 with glib-2.39.92 + 726825 possible invalid reads on delete event + 726838 crash when unsetting GtkTreeView model + 726855 When subdirectory selected, subdirectory name only briefly appears... + 726858 GTK_ENABLE_DEBUG should be G_ENABLE_DEBUG + 726900 gtk_recent_filter_filter() requirements aren't fully documented + +* Translation updates: + Czech + Danish + Germans + Hungarian + Indonesian + Italian + Scottish Gaelic + Serbian + Ukrainian + + Overview of Changes in GTK+ 3.11.8 to 3.11.9 ============================================ diff --git a/configure.ac b/configure.ac index 4683b5317b..0539eb5ea0 100644 --- a/configure.ac +++ b/configure.ac @@ -9,8 +9,8 @@ # set GTK_BINARY_AGE and GTK_INTERFACE_AGE to 0. m4_define([gtk_major_version], [3]) -m4_define([gtk_minor_version], [11]) -m4_define([gtk_micro_version], [10]) +m4_define([gtk_minor_version], [12]) +m4_define([gtk_micro_version], [0]) m4_define([gtk_interface_age], [0]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)])