summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-11-02 16:20:32 +0100
committerBenjamin Berg <bberg@redhat.com>2021-11-02 16:28:13 +0100
commit5e4bb268012f4051fc72578e6a1866c729cd8a2f (patch)
treefef6911ac48c903f6665eb045e9cb20cf60e13f2
parent2cfff27729e9faa12e1e5de3788b431adeb3e7c3 (diff)
Release 1.94.2v1.94.2
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cf96ff3..eacd99c 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.
+2021-11-02: v1.94.2 release
+
+Highlights:
+ * goodixmoc: Fix protocol error with certain username lengths
+ * elanmoc: New PID 0x0c7d
+ * goodixmoc: New PID 0x63cc
+
2021-09-24: v1.94.1 release
Highlights:
diff --git a/meson.build b/meson.build
index 795f313..f275051 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libfprint', [ 'c', 'cpp' ],
- version: '1.94.1',
+ version: '1.94.2',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',