diff --git a/NEWS b/NEWS index 103740f6..44a048f8 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. +2024-02-20: v1.94.7 release + +Highlights: + * synaptics: fix enroll identify problem after user reset database. + * synaptics: New PIDs 0x0173, 0x0106, 0x0124. + * goodixmoc: New PID 0x6582. + * build: Do not require bash to build, only posix sh. + * fp-image: Simplify minutiae detection tasks. + * GLib 2.68 is now required to build libfprint. + +New drivers: + * realtek (PID 0x5813). + * focaltech_moc (PIDs 0x9E48, 0xD979, 0xA959). + * egismoc (PIDs 0x0582, 0x05a1). + 2023-08-17: v1.94.6 release Highlights: diff --git a/meson.build b/meson.build index 984f26e6..435827ce 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfprint', [ 'c', 'cpp' ], - version: '1.94.6', + version: '1.94.7', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized',