forked from tuomasjjrasanen/libsuinput
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
55 lines (34 loc) · 1.1 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
====================================================
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.