mirror of
https://github.com/Lekensteyn/ltunify.git
synced 2025-12-09 02:03:22 +00:00
Add NEWS file, update to 0.2
This commit is contained in:
14
NEWS
Normal file
14
NEWS
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
Version 0.2 - 23 July 2013
|
||||||
|
|
||||||
|
* ltunify: display HID++ version and supported HID++ 2.0 features for `info`
|
||||||
|
option.
|
||||||
|
* ltunify: print HID++ version of receiver.
|
||||||
|
* ltunify: support c52f Nano receiver.
|
||||||
|
* udev: use uaccess to allow seated users to login without joining a group.
|
||||||
|
* Add various installation targets and variables to Makefile.
|
||||||
|
* Updated registers.txt and monitoring tools with battery and keyboard
|
||||||
|
information.
|
||||||
|
|
||||||
|
Version 0.1 - 25 April 2013
|
||||||
|
|
||||||
|
* Initial release.
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
#include <libgen.h> /* for basename, used during discovery */
|
#include <libgen.h> /* for basename, used during discovery */
|
||||||
|
|
||||||
#ifndef PACKAGE_VERSION
|
#ifndef PACKAGE_VERSION
|
||||||
# define PACKAGE_VERSION "0.1"
|
# define PACKAGE_VERSION "0.2"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ARRAY_SIZE(a) (sizeof (a) / sizeof *(a))
|
#define ARRAY_SIZE(a) (sizeof (a) / sizeof *(a))
|
||||||
|
|||||||
Reference in New Issue
Block a user