~tuomasjjrasanen/python-uinput/master

« back to all changes in this revision

Viewing changes to libsuinput/NEWS

  • Committer: Tuomas Jorma Juhani Räsänen
  • Date: 2012-05-16 19:07:31 UTC
  • mfrom: (0.1.62)
  • Revision ID: git-v1:e1b41d4d233f4ee4fc3694d0a4eff872f3acbbcb
libsuinput as a subtree

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
====================================================
 
2
 Libsuinput NEWS -- history of user-visible changes
 
3
====================================================
 
4
 
 
5
Release M.m
 
6
===========
 
7
 
 
8
- Use GNU Autotools as a build system.
 
9
 
 
10
Release 0.5
 
11
===========
 
12
 
 
13
- API change: `suinput_set_capapbilites()` is replaced by
 
14
`suinput_enable_event()`.
 
15
 
 
16
- API change: `suinput_write()` renamed to `suinput_emit()`.
 
17
 
 
18
- API change: removed `suinput_get_uinput_path()`.
 
19
 
 
20
- SO-version: 4
 
21
 
 
22
Release 0.4
 
23
===========
 
24
 
 
25
- Licensing changed from LGPLv3+ to GPLv3+.
 
26
 
 
27
- Usage examples are now included.
 
28
 
 
29
Release 0.3
 
30
===========
 
31
 
 
32
- More generic interface that is "compatible" with standard uinput.
 
33
 
 
34
- Functions operating on an uinput file descriptor.