From 8962e14fde5479cbc510b6a3c3f399244dc7dd0c Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Fri, 27 Nov 2020 13:55:14 +0100 Subject: [PATCH] Release 1.90.4 --- NEWS | 21 +++++++++++++++++++++ meson.build | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b01e023..955304c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,27 @@ This file lists notable changes in each release. For the full history of all changes, see ChangeLog. +2020-06-08: v1.90.4 release + +This release contains a number of important bugfixes. On the feature side, +the USB hotplug support was improved. A lot of drivers received fixes and +improvements. + +Highlights: + * Work around GUsb cancellation issue + * Redefine internal image device state machine for more robustness + * Add public finger-status reporting to FpDevice + * Rework device removal API to be convenient (#330) + * Enable powersave for unsupported USB devices + * Improvements to examples + * synaptics: Support identify operation + * synaptics: Fix possible crash when the interrupt transfer is resubmitted + * synaptics: Add support for PIDs 0x00f9, 0x00fc and 0x00c2 + * elan: Add PID 0x0c4d to supported device list + * aes3k: Fix driver and add CI test (#306) + * uru4000: Fix reference counting of image transfer + * vfs301: Fix driver and add CI test (#320) + 2020-06-08: v1.90.3 release This release mostly contains support for a number of new match-on-chip diff --git a/meson.build b/meson.build index daa5ed2..abfc5c4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfprint', [ 'c', 'cpp' ], - version: '1.90.3', + version: '1.90.4', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized',