From 909865ed8de2a603fb20e9d26fe91be88ff66dce Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Thu, 19 Aug 2021 19:18:48 +0200 Subject: [PATCH] Release 1.94.0 --- NEWS | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0e79696..0866bfc 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,18 @@ This file lists notable changes in each release. For the full history of all changes, see ChangeLog. +2021-06-30: v1.94.0 release + +Highlights: + * Implement suspend/resume handling including USB wakeup configuration. + This requires writing the "persist" and "wakeup" sysfs attributes. + * Add simple temperature module to prevent devices from becoming too hot + * Add feature for continuous scanning + * New internal "critical section" API to simplify driver development + * elan: new PID 0x0c58 + * elanmoc: Fixes for multi-user handling and FW changes + * virtual-device: Do not time out for SCAN command + 2021-06-30: v1.92.1 release Highlights: diff --git a/meson.build b/meson.build index 2916364..52d3c7b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfprint', [ 'c', 'cpp' ], - version: '1.92.1', + version: '1.94.0', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized',