summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2022-02-11 18:35:15 +0100
committerBenjamin Berg <bberg@redhat.com>2022-02-11 19:36:43 +0100
commit8fad2652ee75836e5a60c73af0f06cc8b57a07f5 (patch)
tree4be522259fcb1adc950f5b54a876f029121afe1b
parent6f5ba3cbb5925691b09dbc5cd9852cb95f2def37 (diff)
Release 1.94.3v1.94.3
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eacd99c..2e0a2c6 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-11-02: v1.94.3 release
+
+Highlights:
+ * Ensure idle mainloop before completing enumeration (fprintd#119)
+ * It is now possible to extend already enrolled prints
+ * elanspi: Fix timeout error with some hardware (#438)
+ * elanspi: Fix cancellation issues
+ * goodixmoc: Return matching device print; fixes duplicate checking (#444)
+ * goodixmoc: Support clearing the storage (usually unused)
+
2021-11-02: v1.94.2 release
Highlights:
diff --git a/meson.build b/meson.build
index f275051..c937d28 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libfprint', [ 'c', 'cpp' ],
- version: '1.94.2',
+ version: '1.94.3',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',