File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Development
5+ ^^^^^^^^^^^
6+ Fixes:
7+ - Silence ``OSError `` in destructor (thanks `@polyphemus `_).
8+
9+ - Make ``InputDevice.close() `` work in cases in which stdin (fd 0)
10+ has been closed (thanks `@polyphemus `_).
11+
4120.4.2 (Dec 13, 2013)
513^^^^^^^^^^^^^^^^^^^^
614
2129^^^^^^^^^^^^^^^^^^^^
2230
2331Enhancements:
24- - Add ``FF_* `` and ``FF_STATUS `` codes to ``ecodes `` (thanks @bgilbert).
32+ - Add ``FF_* `` and ``FF_STATUS `` codes to ``ecodes `` (thanks ` @bgilbert `_ ).
2533
2634 - Reverse event code mappings (``ecodes.{KEY,FF,REL,ABS} `` and
2735 etc.) will now map to a list of codes, whenever a value
@@ -33,10 +41,10 @@ Enhancements:
3341 ... 'KEY_A'
3442
3543 - Set the state of a LED through ``device.set_led() `` (thanks
36- @accek). ``device.fd `` is opened in ``O_RDWR `` mode from now on.
44+ ` @accek `_ ). ``device.fd `` is opened in ``O_RDWR `` mode from now on.
3745
3846Fixes:
39- - Fix segfault in ``device_read_many() `` (thanks @bgilbert).
47+ - Fix segfault in ``device_read_many() `` (thanks ` @bgilbert `_ ).
4048
41490.3.3 (May 29, 2013)
4250^^^^^^^^^^^^^^^^^^^^
5159^^^^^^^^^^^^^^^^^^^^
5260
5361Fixes:
54- - Fix vendor id and product id order in ``DeviceInfo `` (thanks @kived).
62+ - Fix vendor id and product id order in ``DeviceInfo `` (thanks ` @kived `_ ).
5563
56640.3.1 (Nov 23, 2012)
5765^^^^^^^^^^^^^^^^^^^^
@@ -149,3 +157,8 @@ Fixes:
149157^^^^^^^^^^^^^^^^^^^^
150158
151159*Initial Release *
160+
161+ .. _`@polyphemus` : https://github.com/polyphemus
162+ .. _`@bgilbert` : https://github.com/bgilbert
163+ .. _`@accek` : https://github.com/accek
164+ .. _`@kived` : https://github.com/kived
You can’t perform that action at this time.
0 commit comments