diff --git a/NEWS b/NEWS index b945e9f..fb9c229 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,22 @@ This file lists notable changes in each release. For the full history of all changes, see ChangeLog. +2026-02-10: v1.94.10 release + +Highlights: + * synaptics: Add USB reset in probe to recover stall condition + * synaptics: New PIDs 0x0169, 0x019F, 0x00E9, 0x01A0, 0x0109, 0x010A + * goodixmoc: New PID 0x66A9 + * goodixmoc: Fix crash in exit callback handler + * fpcmoc: New PID 0xA306 + * fpcmoc: Fix interrupt cancellable leak + * elanmoc: New PIDs 0x0CA7, 0x0CA8, 0x0CB0 + * egismoc: New PIDs 0x0584, 0x0588 + * focaltech_moc: New PIDs 0xA27A, 0x1579 + * realtek: New PID 0xFA03 + * fp-device: Clarify getter for open property + * libfprint: Use fatal-warnings on g-i-scanner + 2025-02-20: v1.94.9 release Highlights: diff --git a/meson.build b/meson.build index baafa19..14fb11f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfprint', [ 'c', 'cpp' ], - version: '1.94.9', + version: '1.94.10', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized',