This commit is contained in:
Matthias Clasen
2015-02-25 13:13:46 -05:00
parent f9be976836
commit 488d6bbebc
2 changed files with 25 additions and 2 deletions

23
NEWS
View File

@@ -1,3 +1,26 @@
Overview of Changes in GTK+ 3.14.8 to 3.14.9
============================================
* GtkScrolledWindow
- Avoid 'jumping' when zoom scrolling kicks in
- Make zoom scrolling less easy to trigger
* Bugs fixed:
743323 avahi-discovered CUPS printers don't work
744172 Wayland: Clients won't work on compositors that support wl_...
744683 Tooltips should have ATK_ROLE_TOOL_TIP (like they did before)
744942 quartz: Avoid segfaulting when calling gdk_window_ensure_native
744991 Fix loading of GResource SVGs
745052 Icon theme code assumes directories with mtime 0 don't exist
Fix crash and miscalculation in css bitmask manipulation
Fix a crash due to too large surfaces
Update on text scale factor changes
* Translation updates:
Slovenian
Turkish
Overview of Changes in GTK+ 3.14.7 to 3.14.8
============================================

View File

@@ -10,8 +10,8 @@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [14])
m4_define([gtk_micro_version], [8])
m4_define([gtk_interface_age], [8])
m4_define([gtk_micro_version], [9])
m4_define([gtk_interface_age], [9])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
m4_define([gtk_version],