This commit is contained in:
Matthias Clasen
2015-03-22 23:40:23 -04:00
parent b7f4c25ba4
commit 055d799f6a
2 changed files with 35 additions and 2 deletions

33
NEWS
View File

@@ -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
============================================

View File

@@ -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],