SHA256
1
0
forked from pool/libinput

Changelogs ought to use the asterisk for 2nd level messages

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=8
This commit is contained in:
Jan Engelhardt 2014-08-22 21:09:40 +00:00 committed by Git OBS Bridge
parent 55f6f6f9ad
commit a45ec611ca

View File

@ -2,18 +2,18 @@
Sun Jul 13 11:22:54 UTC 2014 - dimstar@opensuse.org Sun Jul 13 11:22:54 UTC 2014 - dimstar@opensuse.org
- Update to version 0.4.0: - Update to version 0.4.0:
+ The logging system now works per-context instead of per library * The logging system now works per-context instead of per library
and dropped the userdata argument. and dropped the userdata argument.
+ libinput_destroy() was changed to libinput_unref(), plus you * libinput_destroy() was changed to libinput_unref(), plus you
now have libinput_ref() too. now have libinput_ref() too.
+ A couple of renames of constants for API consistency. * A couple of renames of constants for API consistency.
+ Triggered by the logging changes, creation of udev seats is now Triggered by the logging changes, creation of udev seats is now
different. different.
+ A couple of bugfixes, mainly in the touchpad code. * A couple of bugfixes, mainly in the touchpad code.
+ Absolute event coordinates are now provided in mm, not Absolute event coordinates are now provided in mm, not
device-specific coordinates. This doesn't change anything for device-specific coordinates. This doesn't change anything for
callers using the respective_get_transformed() function. callers using the respective_get_transformed() function.
+ ref/unref() is now available for the libinput context itself. * ref/unref() is now available for the libinput context itself.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 1 21:25:26 UTC 2014 - dimstar@opensuse.org Thu May 1 21:25:26 UTC 2014 - dimstar@opensuse.org