diff --git a/NEWS b/NEWS index 6d80a009bc..c274a11f01 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Overview of Changes in GTK+ 3.14.4 to 3.14.5 +============================================ + +* Bugs fixed: + 726316 Backdrop inconvenient on multimonitor for reading text + 737561 quartz: gtk+ 3.14.0 fails to build on 10.6.8, 'NSFullScreen... + 737891 mounting LUKS partition from nautilus takes very long + 738321 GtkMenu has unnecessary scroll buttons + 738648 gdk_window_get_content() causes creation/destruction of bac... + 738650 fix separator with iconic section and more + 738886 Out of bounds access in MyEnhancedXkbTranslateKeyCode` + 738955 Client-side decoration window menus appear at wrong positio... + 739005 gtkstatusicon.c won't build with both X11 and Quartz backen... + 739111 GtkFontChooserDialog fixes + +* Translation updates: + Czech + German + Hungarian + Lithuanian + Serbian + + Overview of Changes in GTK+ 3.14.3 to 3.14.4 ============================================ diff --git a/configure.ac b/configure.ac index 9f4a4afc00..cccdae9f45 100644 --- a/configure.ac +++ b/configure.ac @@ -10,8 +10,8 @@ m4_define([gtk_major_version], [3]) m4_define([gtk_minor_version], [14]) -m4_define([gtk_micro_version], [4]) -m4_define([gtk_interface_age], [4]) +m4_define([gtk_micro_version], [5]) +m4_define([gtk_interface_age], [5]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) m4_define([gtk_version],