From dc8b05f0a30e93174e861977cede8427c22f8f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 20 Feb 2025 18:08:48 +0100 Subject: [PATCH] Release 1.94.9 --- NEWS | 15 +++++++++++++++ meson.build | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e488e574..b945e9f5 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. +2025-02-20: v1.94.9 release + +Highlights: + * uru4000: Use OpenSSL to perform AES-ECB encryption, as per this libfprint + does not support on NSS, but on openssl (>= 3.0). + * goodixmoc: New PIDs 0x60C2, 0x689A + * synaptics: New PIDs 0x016C, 0x0174, 0x0107, 0x0108, 0x00C2, 0x00F0 + * fpcmoc: New PID 0xC844 + * focaltech_moc: New PIDs 0xA99A, 0xA57A, 0xA78A + * elanmoc: New PIDs 0x0C98, 0x0C9D, 0x0CA3 + * elanspi: New PIDs 0x3128, 0x2766 + * fp-device: Add FP_DEVICE_RETRY_TOO_FAST retry error + * data: AppStream meta info listing supported USB devices. + * fixed various memory issues in multiple devices + 2024-09-03: v1.94.8 release Highlights: diff --git a/meson.build b/meson.build index 44be5aaa..baafa19c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libfprint', [ 'c', 'cpp' ], - version: '1.94.8', + version: '1.94.9', license: 'LGPLv2.1+', default_options: [ 'buildtype=debugoptimized',