Accepting request 451911 from GNOME:Next

Update to 3.89.2 - gtk4 entered oS:F and we can start updating it

OBS-URL: https://build.opensuse.org/request/show/451911
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=6
This commit is contained in:
Bjørn Lie
2017-01-23 12:33:09 +00:00
committed by Git OBS Bridge
parent 8a8ce99862
commit 44cc72624c
5 changed files with 61 additions and 42 deletions

View File

@@ -1,3 +1,56 @@
-------------------------------------------------------------------
Wed Jan 11 00:36:54 UTC 2017 - zaitor@opensuse.org
- Update to version 3.89.2:
+ gtk4-icon-browser works again.
+ gtk-encode symbolic works for icons with names containing dots.
+ GtkFlowBox and GtkListBox have been changed to no longer emit
the ::selected-children-changed signal during destruction.
+ gtk-demo has gained an example for using PangoTabArray with
GtkTextView.
+ We now support CSS border-spacing in GtkGrid, GtkBox and in
gadgets.
+ The rendering in GDK and GSK has been further refactored. We
now only draw toplevel windows, and we always redraw the whole
window.
+ A Vulkan implementation has been added in parallel to the GL
one.
+ Dropped APIs:
- gdk_window_process_updates.
- gdk_window_process_all_updates.
- gdk_window_reparent.
- Support for native and foreign subwindows.
- gsk_render_node_{append/prepend/insert} variations.
- gsk_render_node_make_immutable.
- gtk_cairo_should_draw_window.
- gtk_snapshot_append.
- GtkJunctionSides.
+ New APIs:
- gdk_rgba_is_clear.
- gdk_rgba_is_opaque.
- GdkDrawContext: A base class for vulkan and gl contexts.
- Render node subclasses.
- GskRoundedRect.
- gtk_container_snapshot_child.
+ The GSK_USE_SOFTWARE environment variable has been generalized
as GSK_RENDERER. Use GSK_RENDERER=help to learn about possible
values. Other environment variables that have gained new
possible values in clude GSK_DEBUG=vulkan and
GTK_DEBUG=snapshot.
+ Bugs fixed: bgo#749012, bgo#771242, bgo#772371, bgo#773299,
bgo#774265, bgo#774534, bgo#774686, bgo#774695, bgo#774743,
bgo#774760, bgo#774784, bgo#774790, bgo#774893, bgo#774915,
bgo#774917, bgo#774939, bgo#775038, bgo#775212, bgo#775316,
bgo#775319, bgo#775410, bgo#775525, bgo#775651, bgo#776132,
bgo#776187, bgo#776306.
+ Updated translations.
- Drop gtk4-find-wayland.patch: Fixed upstream. Following this,
drop gnome-common BuildRequires and autoreconf call as we no
longer carry any patches.
- Add vulkan-devel BuildRequires and Requires, also pass
--enable-vulkan to configure to ensure we build the vulkan
support.
-------------------------------------------------------------------
Fri Dec 9 16:29:19 UTC 2016 - dimstar@opensuse.org