From 4b2816db6404604ba7a89d8610f7572f5032c746 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Mon, 8 Jun 2020 11:37:51 +0200 Subject: [PATCH] Update for 1.90.2 --- NEWS | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e7a2b66..e7568d6 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-06-08: v1.90.2 release + +This release contains a large amount of bug and regression fixes. These +are not listed explicitly, but affect the majority of drivers. + +Highlights: + * A patch for nbis required for some sensors was accidentally dropped in + an earlier release. Users of these sensors/drivers (aes1610, aes2501, + aes2550, aes1660, aes2660, elan, upektc_img) need to re-enroll (#142). + 2019-11-20: v1.90.1 release This release fixes a lot of the regressions introduced in 1.90.0. Please note diff --git a/meson.build b/meson.build index 7bb52b4..27dfd06 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfprint', [ 'c', 'cpp' ], - version: '1.90.1', + version: '1.90.2', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized',