summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2024-02-19 23:39:50 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2024-02-20 01:09:54 +0100
commitbebe8565cd7e2c89c0b0c5e6ee7353b80d6a51e1 (patch)
tree774fd5b13cd71104805d695740c5541516cd8ac6
parent5501dc7b4753c01b4c03bdc9f82fad1b98b63e41 (diff)
Release 1.94.7v1.94.7
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 103740f..44a048f 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.
+2024-02-20: v1.94.7 release
+
+Highlights:
+ * synaptics: fix enroll identify problem after user reset database.
+ * synaptics: New PIDs 0x0173, 0x0106, 0x0124.
+ * goodixmoc: New PID 0x6582.
+ * build: Do not require bash to build, only posix sh.
+ * fp-image: Simplify minutiae detection tasks.
+ * GLib 2.68 is now required to build libfprint.
+
+New drivers:
+ * realtek (PID 0x5813).
+ * focaltech_moc (PIDs 0x9E48, 0xD979, 0xA959).
+ * egismoc (PIDs 0x0582, 0x05a1).
+
2023-08-17: v1.94.6 release
Highlights:
diff --git a/meson.build b/meson.build
index 984f26e..435827c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libfprint', [ 'c', 'cpp' ],
- version: '1.94.6',
+ version: '1.94.7',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',