====================================================
 Libsuinput NEWS -- history of user-visible changes
====================================================

Release x.y.z
=============

- Link against libudev.so.1
- Update libudev.h to match with libudev.so.1 from systemd-215

Release 0.6.1
=============

- Compilation improvements (thanks to Eric Mikula and Vincent Bernat)
- Give credit to all AUTHORS

Release 0.6.0
=============

- API changes:

  - add new function `suinput_emit_click()`.
  - add new function `suinput_emit_combo()`.

- SO-version: 5.0.1

- Re-distribute libudev.h

Release 0.5
===========

- Use GNU Autotools as a build system.

- API change: `suinput_set_capabilites()` is replaced by
  `suinput_enable_event()`.

- API change: `suinput_write()` renamed to `suinput_emit()`.

- API change: removed `suinput_get_uinput_path()`.

- SO-version: 4

Release 0.4
===========

- Licensing changed from LGPLv3+ to GPLv3+.

- Usage examples are now included.

Release 0.3
===========

- More generic interface that is "compatible" with standard uinput.

- Functions operating on an uinput file descriptor.
