This commit is contained in:
Matthias Clasen 2015-09-14 07:09:02 -04:00
parent 7c4c8b90f0
commit faeaa2f91e
2 changed files with 60 additions and 1 deletions

59
NEWS
View File

@ -1,3 +1,62 @@
Overview of Changes in GTK+ 3.17.9
==================================
* GtkPopover has been changed back to not inherit its style
from the widget it is attached to
* The Ctrl-K key binding has been dropped from GtkEntry to avoid
conflict with a firefox shortcut
* Theme
- Adwaita: fixes for rubberbanding, icon view highlighting
- HighContrast: fixes for path bar, linked entries, color button
* Wayland
- Fix assertions when using GL
* gtk3-demo can now launch individual demos from the commandline
* Various optimizations
- Use g_object_notify_by_pspec
- Reduce g_return_if_fail in internal APIs
- Speed up some bitmask operations
- Avoid some copies in inner loops
- Make better use of GQuarks
- Use CAIRO_CONTENT_COLOR when possible
- Avoid allocations and referencing during repaint
- Stop sending Expose events for most widgets
- Avoid ::draw and ::size-allocate signal overhead when possible
* Bugs fixed:
753431 Scroll events from wireless mouse are ignored
753628 user options of wrong printer are used
754143 Popover and GLarea crash on wayland
754410 "Open" popover item on selected sidebar row does nothing
754411 sidebar row popover confusing with bookmarks with short names
754535 Cursor disappears only on adding characters
754559 GtkFlowBox: bad allocation of the children in RTL locales
754658 GtkTextView should always use RGB (no-alpha) when drawing to pi...
754687 Drop the GSlice allocator
754746 Add afp and google-drive to list of remote filesystems
754770 GtkGLArea and gtk_window_present() crash on Wayland
754854 unexpected background color in tray icon
754866 [HighContrast] GtkListBoxRow should have the same height than i...
754928 Broken .ui translations
754987 Inspector can't show GtkAdjustments anymore
754839 wayland: Make subsurface desynchronized after first parent surf...
* Translation updates:
French
Greek
Kazakh
Korean
Lithuanian
Norwegian bokmål
Polish
Portuguese
Slovak
Overview of Changes in GTK+ 3.17.8
==================================

View File

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