wayland/wayland.changes

134 lines
5.5 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Oct 17 22:10:02 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
- Update to version 1.3.0:
+ More pixel formats for wl_shm (Tomeu Vizoso). We can now create
RGB565 (and many more) shm surfaces and a compositor can indicate
which ones it supports.
+ Doc work (Peter Hutterer, Bryce Harrington, Aaron Faanes). Much
work on the doc build system from Peter and general wording and
grammer improvements all around.
+ Multi resource support (Rob Bradford). Rob added support for
dealing with lsits of resources which the weston side
multi-resource fix builds on.
+ Support for language bindings (Jason Ekstrand). After a long time
and many detours into fixing other parts of Wayland and Weston,
Jason finally landed the language binding support. This feature
lets you bind a higher level language to libwayland-client/server
by providing custom dispatch functions.
+ Release requests for wl_pointer, wl_keyboard and wl_touch (Rob
Bradford). We don't have a way for a client to deregister its
interest in receiving input events, we just drop them on the client
side when the client destroys the proxy. With the release
requests, we now have a way to stop the server from sending them in
the first place.
+ Install the wayland.xml protocol defintion (Jason Ekstrand). We
now install the core Wayland XML protocol definition in a public
location. Language bindings can parse this to generate code or
bind dynamically. This also introduces a well known protocol
directory where other projects can install protocol files.
+ Very few bug fixes in this release. There was only a couple of
actual bug fixes this time around, which again is a sign that core
wayland is settling down.
-------------------------------------------------------------------
Tue Oct 15 20:29:24 UTC 2013 - dmueller@suse.com
- skip testsuite on QEMU Userspace build (fixes hang on ARMv6 build)
-------------------------------------------------------------------
Thu Sep 19 21:58:52 UTC 2013 - hrvoje.senjan@gmail.com
- Update to new upstream release 1.2.1
* Bug fixes and documentation tweaks
* Touch support for toytoolkit and other clients.
-------------------------------------------------------------------
Mon Jul 15 08:38:47 UTC 2013 - jengelh@inai.de
- Update to new upstream release 1.2.0
* This release provides a stable wayland-server API and improved
thread safety and relaxed thread-model assumptions in
libwayland-client.
* New features include color management, a subsurface protocol,
output scaling (HiDPI), Rasperry Pi backend and renderer,
and multi-seat support.
-------------------------------------------------------------------
Wed Apr 17 05:41:15 UTC 2013 - jengelh@inai.de
- Update to new upstream release 1.1.0
* Optimize damage handling when moving surfaces in and out of planes
* Touch screen calibration feature and client
* Proper support for popup surfaces
- Use a header location that does not change with every release
-------------------------------------------------------------------
Sun Mar 24 15:46:12 UTC 2013 - hrvoje.senjan@gmail.com
- Update to new upstream release 1.0.6
* protocol: remove implicit attach semantics
* client: Invoke new_id closure arguments as pointers instead of integers
* client: Check reference count only for destroyed proxies
* client: add wl_proxy_get_class()
* scanner: Fix 'destroy)' typo in check for destroy request presence
* scanner: remove list_length in favor of wl_list_length
* connection.c: Align pointer extra storage correctly
-------------------------------------------------------------------
Tue Dec 18 12:46:10 UTC 2012 - jengelh@inai.de
- Update to new upstream release 1.0.3
* a couple of documentation fixes
* the test suite now cleans up its temporary files
-------------------------------------------------------------------
Sat Dec 1 06:18:11 UTC 2012 - jengelh@inai.de
- Update to new upstream release 1.0.2
* new wl_display_dispatch_queue_pending() entry point that allows
avoiding triple buffering in Mesa
* avoid premature exit and potential memory corruption in
wl_display_roundtrip()
- Put all include files in a separate directory so that we see
when downstream users forget to use pkgconfig
-------------------------------------------------------------------
Mon Nov 26 20:45:44 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
- Add initial baselibs.conf
With this we can provide 32bit x86_64.rpm
-------------------------------------------------------------------
Tue Nov 20 10:28:39 UTC 2012 - jengelh@inai.de
- Update to new upstream release 1.0.1
* Supply a fix for out-of-order delete_id events, which allows
to fix a crash that happens during EGLSurface destruction.
-------------------------------------------------------------------
Fri Nov 2 11:08:51 UTC 2012 - cfarrell@suse.com
- license update: HPND
http://spdx.org/licenses/HPND#licenseText
-------------------------------------------------------------------
Tue Oct 23 12:17:02 UTC 2012 - jengelh@inai.de
- Update to new upstream release 1.0
* more consistent error checking
-------------------------------------------------------------------
Fri Oct 19 21:33:55 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
- Update to version 0.99.0
* responsible error handling
* well-defined atomic update mechanism and event dispatching
(thread safe)
* Some API breakage
-------------------------------------------------------------------
Sat Feb 11 15:55:16 UTC 2012 - jengelh@inai.de
- Initial package for build.opensuse.org (0.85)