summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-08-11 17:53:21 +0200
committerBastien Nocera <hadess@hadess.net>2013-08-11 17:53:21 +0200
commit9e2f8b5e754bf57fe0379428e7a382dacda165fe (patch)
tree88cd258fa5a40d868c458ef3a40ad8bc9995e30d
parentc14ebd8b636574cbe74aa05db0d0c1f6da9e2410 (diff)
0.5.1v_0_5_1
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fc99c1a..c9d2b9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
+2013-08-11: v0.5.1 release
+
+* Drivers
+ - Add support for 147e:2020 to upeke2 driver
+ - Fix possible race condition, and cancellation in uru4000 driver
+
+* Udev rules:
+ - Add Microsoft keyboard to the suspend blacklist
+
+* Plenty of build fixes
+
2012-12-03: v0.5.0 release
* Drivers:
diff --git a/configure.ac b/configure.ac
index deb2b90..d4536f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libfprint], [0.5.0])
+AC_INIT([libfprint], [0.5.1])
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz check-news])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([libfprint/core.c])