diff --git a/NEWS b/NEWS index 95c8b2a1..1b87665e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,21 @@ This file lists notable changes in each release. For the full history of all changes, see ChangeLog. +2023-08-17: v1.94.6 release + +Highlights: + * goodixmoc: New PIDs 0x60A4, 0x60BC, 0x6092, 0x633C and 0x6304. + * goodixmoc: Fix missing "enroll create" state. + * elanmoc: New PID 0x0C99. + * upektc: Improve compatibility with sensors 147e:2016. + * aes4000: Actually support 08FF:5501 devices. + * virtual-device-listener: Fix failing tests with GLib 2.76 + * tests: Add installed tests + +Bugs fixed: + * #526 libfprint: fpcmoc: use after free if enrollment or identification is + cancelled (Vasily Khoruzhick) + 2022-10-13: v1.94.5 release Highlights: diff --git a/meson.build b/meson.build index 80389b75..0b7569bd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfprint', [ 'c', 'cpp' ], - version: '1.94.5', + version: '1.94.6', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized',