From 7276b717890b3146a08150afd0799b38f673d339cc179fa52d724cd64acdfa2d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 30 Oct 2013 19:44:31 +0000 Subject: [PATCH] Trim changelog to a readable size OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=21 --- weston.changes | 48 ++++++++++++++++-------------------------------- 1 file changed, 16 insertions(+), 32 deletions(-) diff --git a/weston.changes b/weston.changes index b39a776..4157e3e 100644 --- a/weston.changes +++ b/weston.changes @@ -1,38 +1,22 @@ ------------------------------------------------------------------- Thu Oct 17 22:12:31 UTC 2013 - tobias.johannes.klausmann@mni.thm.de -- Update to version 1.3.0: - + HW accelerated screen capture using libva - This adds realtime h.264 screen capture to Weston - + libhybris support (Adrian Negreanu). - Added support for using libhybris with the fbdev backend. - This means that it's possible to use weston with Android - EGL/GLES2 drivers. - + Multi-resource input events (Rob Bradford and Neil Roberts). - + Better touch support: better support in clients (Rusty Lynch and - Brian Lovin), critical bug fixes in the evdev touch code (Neil Roberts). - + XWM: better fullscreen support, support for drag-and-drop from X to - wayland (other direction coming next). (Kristian Høgsberg) - + weston-launch: modified behavior, now two modes of - operation: run from a vt after logging in or run from an init - script with -u. setup and restore tty in weston-launch, handle vt - switch and drop/set master in weston-launch (Kristian Høgsberg). - + Support for RGB565 client buffers in gl and pixman renderers (Tomeu Vizoso). - + New WL_OUTPUT udev attribute for matching touch screen input - devices to their outputs. (krh) - - A new configure summary from Armin K and a few new configure options: - --with-cairo=image/gl/glesv2 - --enable-demo-clients - + New weston.ini options: - -[touchpad] - constant_accel_factor=... - min_accel_factor=... - max_accel_factor=... - - [xwayland] - path=... - + New weston command line options: - --shell=shell.so - + weston-terminal: Better support for wide (CJK) characters (Peng Wu). +- Update to version 1.3.0 +* HW accelerated screen capture using libva. This adds realtime + H.264 screen capture to Weston +* Multi-resource input events +* Better touch support: better support in clients, critical bug + fixes in the evdev touch code +* XWM: better fullscreen support, support for drag-and-drop from + X to wayland +* weston-launch: modified behavior, now two modes of operation: run + from a vt after logging in or run from an init script with -u. + setup and restore tty in weston-launch, handle vt switch and + drop/set master in weston-launch. +* Support for RGB565 client buffers in gl and pixman renderers +* New WL_OUTPUT udev attribute for matching touch screen input + devices to their outputs. +* weston-terminal: Better support for wide (CJK) characters ------------------------------------------------------------------- Thu Sep 19 21:55:30 UTC 2013 - hrvoje.senjan@gmail.com