diff --git a/NEWS b/NEWS index 6d769a9536..77d634c51b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ +Overview of Changes in GTK+ 3.14.9 to 3.14.10 +============================================= + +* Bugs fixed: + 613833 Unnecessary queue_resize() for GtkImage + 669008 Kerberos authentication popup + 671362 Fixes for GtkRadioMenuItem + 703610 Problems with UC-Logic WA60 tablet + 741511 Critical message: NULL is passed to g_object_unref() in spi_atk... + 743323 avahi-discovered CUPS printers don't work + 745225 eventcontroller: Don't crash if the widget is destroyed first + 745829 crash when double-clicking close button while popover is visible + 746253 has-tooltip property interferes with event-compression + 746301 Opening "Sound" panel generates pixman error + 746458 Inspector: show accessible name and description + 746468 gtkcairoblur is slow + 746586 crtical warnings in a11y if focus widget is destroyed + 746602 Invalid writes through dangling weak pointers in DND code cause... + +* Translation updates: + Bosnian + Czech + Dutch + Hungarian + Indonesian + Lithuanian + Polish + Serbian + Slovenian + Swedish + Turkish + + Overview of Changes in GTK+ 3.14.8 to 3.14.9 ============================================ diff --git a/configure.ac b/configure.ac index 51ee41049b..43ed714200 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], [9]) -m4_define([gtk_interface_age], [9]) +m4_define([gtk_micro_version], [10]) +m4_define([gtk_interface_age], [10]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) m4_define([gtk_version],