From a45ec611caf64633e48b478f13bf767581e159fe67527ec216a649c005a69689 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 22 Aug 2014 21:09:40 +0000 Subject: [PATCH] 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 --- libinput.changes | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/libinput.changes b/libinput.changes index 4bfa5cd..5ae61a6 100644 --- a/libinput.changes +++ b/libinput.changes @@ -2,18 +2,18 @@ Sun Jul 13 11:22:54 UTC 2014 - dimstar@opensuse.org - Update to version 0.4.0: - + The logging system now works per-context instead of per library - and dropped the userdata argument. - + libinput_destroy() was changed to libinput_unref(), plus you - now have libinput_ref() too. - + A couple of renames of constants for API consistency. - + Triggered by the logging changes, creation of udev seats is now - different. - + A couple of bugfixes, mainly in the touchpad code. - + Absolute event coordinates are now provided in mm, not - device-specific coordinates. This doesn't change anything for - callers using the respective_get_transformed() function. - + ref/unref() is now available for the libinput context itself. +* The logging system now works per-context instead of per library + and dropped the userdata argument. +* libinput_destroy() was changed to libinput_unref(), plus you + now have libinput_ref() too. +* A couple of renames of constants for API consistency. + Triggered by the logging changes, creation of udev seats is now + different. +* A couple of bugfixes, mainly in the touchpad code. + Absolute event coordinates are now provided in mm, not + device-specific coordinates. This doesn't change anything for + callers using the respective_get_transformed() function. +* ref/unref() is now available for the libinput context itself. ------------------------------------------------------------------- Thu May 1 21:25:26 UTC 2014 - dimstar@opensuse.org