From 267b322f6d791a375d5eb79e3876eef7340fef27 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Tue, 1 Dec 2020 10:18:27 +0100 Subject: [PATCH] Release 1.90.5 --- NEWS | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0e7c66c..412ae22 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,17 @@ This file lists notable changes in each release. For the full history of all changes, see ChangeLog. +Version 1.90.5: + +The 1.90.4 release contained some bad errors, this release addresses those. + +Highlights: + - Permit building with polkit older than 0.114 + - Fix possible issues with PAM test + - Fix incorrect DBus policy + - Fix build so that CFLAGS enviroment is correctly used + - Skip hotplug test with older libfprint (which times out otherwise) + Version 1.90.4: This fprintd release contains major core reworkings and improved testing. diff --git a/meson.build b/meson.build index 88f5aee..cd0e0de 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('fprintd', 'c', - version: '1.90.4', + version: '1.90.5', license: 'GPLv2+', default_options: [ 'buildtype=debugoptimized',