summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2024-04-04 03:35:44 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2024-04-04 03:35:44 +0200
commit2cf0650dd4f832aaba400dd4f7f73269f6cd185e (patch)
tree9dda4b473301c58223168f70fb63c9dbb1dd2423
parent150da30cc73dcf8b4761854d754d58e6869b862d (diff)
Release 1.94.3HEADv1.94.3master
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
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',