summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2023-08-17 05:08:04 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2023-08-17 05:08:04 +0200
commit135a015b6a780e85f828a1bb9a62a2ee0c72e04b (patch)
tree6a747d372d18c4ae5ae9356d1771e84f208b6215
parent96645eaa7ae99a12e08b65e24a8610a3c57a92b3 (diff)
Release 1.94.6v1.94.61.94.6
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 95c8b2a..1b87665 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
+2023-08-17: v1.94.6 release
+
+Highlights:
+ * goodixmoc: New PIDs 0x60A4, 0x60BC, 0x6092, 0x633C and 0x6304.
+ * goodixmoc: Fix missing "enroll create" state.
+ * elanmoc: New PID 0x0C99.
+ * upektc: Improve compatibility with sensors 147e:2016.
+ * aes4000: Actually support 08FF:5501 devices.
+ * virtual-device-listener: Fix failing tests with GLib 2.76
+ * tests: Add installed tests
+
+Bugs fixed:
+ * #526 libfprint: fpcmoc: use after free if enrollment or identification is
+ cancelled (Vasily Khoruzhick)
+
2022-10-13: v1.94.5 release
Highlights:
diff --git a/meson.build b/meson.build
index 80389b7..0b7569b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libfprint', [ 'c', 'cpp' ],
- version: '1.94.5',
+ version: '1.94.6',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',