From 7c2a67a9544dd5b7bfa134ad7add566590f9c913 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Wed, 13 Jan 2021 13:18:58 +0100 Subject: [PATCH] Release 1.90.7 --- NEWS | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 335986e..c7a9c70 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,16 @@ This file lists notable changes in each release. For the full history of all changes, see ChangeLog. +2020-12-01: v1.90.7 release + +Highlights: + * vfs5011: Fix possible use-after-free + * goodixmoc: Add two new PIDs (0x63AC, 0x639C) + * goodixmoc: Support finger status API + * synaptics: Only identify within provided prints + * synaptics: Reject devices with old firmware during probe (#239) + + 2020-12-01: v1.90.6 release This release is primarily a bugfix release for some older issues. diff --git a/meson.build b/meson.build index a2b849b..139c571 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfprint', [ 'c', 'cpp' ], - version: '1.90.6', + version: '1.90.7', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized',