summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-09-08 11:11:31 +0100
committerBastien Nocera <hadess@hadess.net>2010-09-08 11:11:31 +0100
commitaab031ce371e690eb550e8414282180190880ae3 (patch)
treeca105c2bef830bea47e325e33229d225bbbc0597
parent6bfc516553b8db1ed3a3d275eb3ff3f0bde24b48 (diff)
0.3.0v_0_3_0
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 291d625..a16c25f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
+2010-09-08: v0.3.0 release
+ * Add support for UPEK TCS4C (USB ID 147e:1000)
+ * Use NSS instead of OpenSSL for GPL compliance
+ * upeksonly driver bug fixes
+ * Fix a crash if a scan was shorter than 8 lines
+ * Fix compilation with C++ compiler
+
2010-08-19: v0.2.0 release (since 0.1.0-pre2)
* Add gdk-pixbuf support for image manipulation
* Add udev rules to allow devices to autosuspend
diff --git a/configure.ac b/configure.ac
index 714c44e..87a1fe8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libfprint], [0.2.0])
+AC_INIT([libfprint], [0.3.0])
AM_INIT_AUTOMAKE([1.11 dist-bzip2 no-dist-gzip check-news])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([libfprint/core.c])