<div dir="ltr">1. congratulations!<div><br></div><div>2. I cannot build weston anymore, it complained about the RPI backend compositor first, and now it's complaining about the udev_input_destroy, libinput-seat, and a bounce of other stuff</div>
<div><br></div><div>I'm on an Intel laptop that built weston on "pure wayland" 'till yesterday, any idea what could cause this?</div><div><br></div><div>Thanks</div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Tue, Jun 24, 2014 at 9:06 PM, Peter Hutterer <span dir="ltr"><<a href="mailto:peter.hutterer@who-t.net" target="_blank">peter.hutterer@who-t.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
A new release of libinput, 0.4, is available.<br>
<br>
There are a number of API breaks in this version, every user of libinput<br>
will need some changes, sorry.<br>
<br>
* The logging system now works per-context instead of per library and<br>
  dropped the userdata argument.<br>
* libinput_destroy() was changed to libinput_unref(), plus you now have<br>
  libinput_ref() too<br>
* A couple of renames of constants for API consistency:<br>
  LIBINPUT_KEYBOARD_KEY_STATE -> LIBINPUT_KEY_STATE<br>
  LIBINPUT_POINTER_VERTICAL_SCROLL -> LIBINPUT_POINTER_SCROLL_VERTICAL<br>
  LIBINPUT_POINTER_HORIZONTAL_SCROLL -> LIBINPUT_POINTER_SCROLL_HORIZONTAL<br>
* Triggered by the logging changes, creation of udev seats is now different.<br>
  Instead of libinput_udev_create_for_seat() use:<br>
      libinput = libinput_udev_context_create(...)<br>
      libinput_udev_assign_seat(libinput, "seat name");<br>
<br>
Other changes include:<br>
* A couple of bugfixes, mainly in the touchpad code<br>
* Absolute event coordinates are now provided in mm, not device-specific<br>
coordinates. This doesn't change anything for callers using the respective<br>
_get_transformed() function.<br>
* ref/unref() is now available for the libinput context itself.<br>
<br>
The full commit shortlog is below:<br>
<br>
Hans de Goede (11):<br>
      Add a timer subsystem<br>
      evdev-mt-touchpad-buttons: Switch over to new timer subsystem<br>
      evdev-mt-touchpad-tap: Switch over to new timer subsystem<br>
      timer.h: Add #include libinput-util.h<br>
      Add a log_msg_va function<br>
      touchpad: tp_current_touch: Fix off by one error<br>
      test: Add touchpad 2 finger scroll test<br>
      touchpad: Avoid spurious motion event for scroll movement below threshold<br>
      tp_post_twofinger_scroll: Move setting of t->is_pointer = false up a bit<br>
      test: Prefix litest created device names with litest<br>
      timer: Complain if a timer is set more than 5 seconds from now<br>
<br>
Jonas Ådahl (5):<br>
      doc: Fix spelling<br>
      event-gui: Don't drop fraction of pointer motion events<br>
      Make ref count unref/ref() functions return resulting object pointer<br>
      Make context reference counted<br>
      test: Add context reference counting test<br>
<br>
Peter Hutterer (41):<br>
      tools: add a script to push the doxygen output to <a href="http://freedesktop.org" target="_blank">freedesktop.org</a><br>
      Drop empty FFI_CFLAGS<br>
      test: fix compiler warning for is_debugger_attached<br>
      test: fix compiler warnings for missing prototypes<br>
      test: fix compiler warnings for missing field initializers<br>
      test: silence compiler warning for C++ build test<br>
      test: drop TEST_CFLAGS<br>
      test: add --verbose flag to litests<br>
      Mark the log function as attribute printf<br>
      test: drop unused includes for libinput-util.h<br>
      test: use check's strcmp API instead of strcmp<br>
      touchpad: log the invalid event as bug, not just as info<br>
      touchpad: Prefix tap-debugging message<br>
      touchpad: always call into the the tap state machine<br>
      test: add litest_assert_empty_queue helper function<br>
      test: add a bunch of test for click behavior on touchpads<br>
      test: add clickpad software button tests<br>
      test: Add description for the T440 synaptics touchpad<br>
      test: add a couple of top software button test<br>
      Add two doxygen cross-references for the logging functions<br>
      doc: ignore LIBINPUT_ATTRIBUTE_PRINTF in doxygen<br>
      path: log two errors as application bugs<br>
      test: fix a path test<br>
      Document the top software button behavior<br>
      tools: fix the publish-doc script<br>
      evdev: keep the absinfo struct around instead of min/max<br>
      evdev: force a resolution of 1 where no resolution is set<br>
      Change absolute and touch events to use mm as default unit<br>
      Add a function to get the size of a device<br>
      Name-space the scroll event types<br>
      tools: add a tool for GUI-based debugging<br>
      Rename KEYBOARD_KEY_STATE to KEY_STATE<br>
      test: move the interface declaration up<br>
      udev: split libinput_udev context init into two functions<br>
      Change the logging system to be per-context<br>
      Add msleep() helper function<br>
      test: add one more test for two-finger tapping<br>
      Drop the deprecated LIBINPUT_POINTER_*_SCROLL enums<br>
      Fix a few comments referring to udev_create_for_seat()<br>
      Drop the deprecated libinput_udev_create_for_seat()<br>
      <a href="http://configure.ac" target="_blank">configure.ac</a>: libinput 0.4<br>
<br>
Stephen Chandler Paul (1):<br>
      touchpad: Fix typo in documentation<br>
<br>
git tag: 0.4.0<br>
<br>
<a href="http://wayland.freedesktop.org/releases/libinput-0.4.0.tar.xz" target="_blank">http://wayland.freedesktop.org/releases/libinput-0.4.0.tar.xz</a><br>
MD5:  60969c60e11792fab4ecaa7222f43697  libinput-0.4.0.tar.xz<br>
SHA1: f7638a1e7f1306976211c6b11fce19e68ad2ac8e  libinput-0.4.0.tar.xz<br>
SHA256: 4a6f2990f65384df012d45e5f58732fae06abb53318bf23e99c818c36184a7d1  libinput-0.4.0.tar.xz<br>
PGP:  <a href="http://wayland.freedesktop.org/releases/libinput-0.4.0.tar.xz.sig" target="_blank">http://wayland.freedesktop.org/releases/libinput-0.4.0.tar.xz.sig</a><br>
<br>
<br>_______________________________________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
<br></blockquote></div><br></div>