From 2cf0650dd4f832aaba400dd4f7f73269f6cd185e Mon Sep 17 00:00:00 2001 From: "Marco Trevisan (TreviƱo)" Date: Thu, 4 Apr 2024 03:35:44 +0200 Subject: Release 1.94.3 --- NEWS | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a686f1d..99fe228 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. +Version 1.94.3: + +Highlights: + - Don't try to clear storage on devices without internal storage + - Build: Add option to use libelogind for DBus + - Fixed loading external storage modules + - Do not require bash to build (just posix sh) + - Tests fixes for newer python, python-dbusmock and libfprint + - Even more translation updates + Version 1.94.2: API users, please adjust now to planned API changes in 2.0: diff --git a/meson.build b/meson.build index 859bcf2..738437b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('fprintd', 'c', - version: '1.94.2', + version: '1.94.3', license: 'GPLv2+', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.3