diff --git a/NEWS b/NEWS index eacd99c9..2e0a2c6a 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. +2021-11-02: v1.94.3 release + +Highlights: + * Ensure idle mainloop before completing enumeration (fprintd#119) + * It is now possible to extend already enrolled prints + * elanspi: Fix timeout error with some hardware (#438) + * elanspi: Fix cancellation issues + * goodixmoc: Return matching device print; fixes duplicate checking (#444) + * goodixmoc: Support clearing the storage (usually unused) + 2021-11-02: v1.94.2 release Highlights: diff --git a/meson.build b/meson.build index f2750519..c937d281 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfprint', [ 'c', 'cpp' ], - version: '1.94.2', + version: '1.94.3', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized',