SHA256
1
0
forked from pool/weston

Trim changelog to a readable size

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=21
This commit is contained in:
Jan Engelhardt 2013-10-30 19:44:31 +00:00 committed by Git OBS Bridge
parent 166134f9f4
commit 7276b71789

View File

@ -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