summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-09-24 15:01:18 +0200
committerBenjamin Berg <bberg@redhat.com>2021-09-24 15:01:18 +0200
commit7efb860381f330b5706b672a4a4b4bf20b706942 (patch)
treed1b2fbd7fd80ac889db1d0402fae53f1ebdbe698
parentf9492d53452c8d8e1babd4279a47dc83fbaf502b (diff)
Release 1.94.1v1.94.1
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 125e4d5..cf96ff3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
+2021-09-24: v1.94.1 release
+
+Highlights:
+ * Ship a simple script to create new CI tests using tshark
+ * Added CI tests for elan, uru4000, aes2501
+ * goodixmoc: Remove duplicate checking during enroll and let fprintd handle it
+ * uru4000: Fix USB transfer type
+ * synaptics: Support for new PIDs
+ * goodixmoc: Support for new PIDs
+
2021-08-20: v1.94.0 release
Highlights:
diff --git a/meson.build b/meson.build
index 52d3c7b..795f313 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libfprint', [ 'c', 'cpp' ],
- version: '1.94.0',
+ version: '1.94.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',