summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-07-19 12:50:13 +0200
committerBenjamin Berg <bberg@redhat.com>2021-07-19 12:50:13 +0200
commita68fce0f2caac09b9de2562b1c34efe37b273e91 (patch)
treea709bd13349038d8477e0055688d88a2ed5e3178
parent1f5e0821e03c73a5a9cca1e531a051a8e152e948 (diff)
Release 1.92.1v1.92.1
-rw-r--r--NEWS9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b512c2a..0e79696 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
+2021-06-30: v1.92.1 release
+
+Highlights:
+ * elanmoc: New driver for ELAN match-on-chip devices
+ * egis0570: New driver for some Egis Technology devices
+ * synaptics: Fix empty identify causing enroll issues
+ * elan: Support more PIDs
+ * misc: Architecture related bugfixes
+
2021-06-30: v1.92.0 release
Highlights:
diff --git a/meson.build b/meson.build
index 96a3634..2916364 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libfprint', [ 'c', 'cpp' ],
- version: '1.92.0',
+ version: '1.92.1',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',