diff --git a/weston-1.6.92.tar.xz b/weston-1.6.92.tar.xz deleted file mode 100644 index b9f0aea..0000000 --- a/weston-1.6.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33377e21687265f8ed8929ca7aa4ddafe993ecc3c9cd19a20624517f3fff26de -size 1286096 diff --git a/weston-1.7.0.tar.xz b/weston-1.7.0.tar.xz new file mode 100644 index 0000000..cb06577 --- /dev/null +++ b/weston-1.7.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4511945f3f476c24af712e82a7b500ae91a99cbc0fe2e381da1449125166cd +size 1286904 diff --git a/weston.changes b/weston.changes index 6f92e48..8076d5f 100644 --- a/weston.changes +++ b/weston.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Tue Mar 10 12:04:57 UTC 2015 - mpluskal@suse.com + +- Update to 1.7.0 + * Improve the look of shadows for small (<128 pixel wide or high) + clients. This resulted in observable dark lines in menus with + fewer than 3 items. + * A handful of fixes for xwm/Xwayland oddities, including better + handling of popups/tooltips that to be top level, and better + sizing of fullscreened X apps to not include the border in + their height and + width calculations. + * An optimization to gl-renderer reduces the geometry needed for + representing complex scenes, by utilizing pixman's y-x banded + rectangles. + * Memory allocation is cleaned up and standardized internally, to + better demonstrate best practices in avoiding common leaks and + crashes. + * Doubleclicking on a window title bar now maximizes it. + * Several fixes to glitches found during mode switching or + restoring back to native. And refactor the mode switching code + into several specialized routines, so further mode switch + handling can be done more flexibly. + * Fix logind-util to do DRM-device synchronization only on DRM, + and to pass the Activate signal immediately for other + compositor backends. + * Fix a couple problematic tests in the testsuite to skip in + situations they're always going to fail. + * Fix hang when closing the output if colord plugin is enabled + due to an incorrect GMutex value in the mutex lock output + notifier handler. + * Multiple keyboard and pointer button events are better + handled; we only forward the first and less press and + release events, and suppress extraneous ones. + ------------------------------------------------------------------- Tue Jan 27 21:47:25 UTC 2015 - jengelh@inai.de diff --git a/weston.spec b/weston.spec index 1cea076..b28502f 100644 --- a/weston.spec +++ b/weston.spec @@ -1,7 +1,7 @@ # # spec file for package weston # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: weston %define lname libweston0 -Version: 1.6.92 +Version: 1.7.0 Release: 0 Summary: Wayland Reference Compositor License: HPND and CC-BY-SA-3.0