Add NEWS file, update to 0.2

This commit is contained in:
Peter Wu
2013-07-23 14:22:20 +02:00
parent 9d5ac81f32
commit 63064a01f1
2 changed files with 15 additions and 1 deletions

14
NEWS Normal file
View 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.

View File

@@ -33,7 +33,7 @@
#include <libgen.h> /* for basename, used during discovery */
#ifndef PACKAGE_VERSION
# define PACKAGE_VERSION "0.1"
# define PACKAGE_VERSION "0.2"
#endif
#define ARRAY_SIZE(a) (sizeof (a) / sizeof *(a))