From 001c486e6d099ed33e2de4f5c73c03e3ee180f81 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Wed, 29 Sep 2021 17:58:50 +0200 Subject: [PATCH] New version 2.9.4 --- AUTHORS | 1 + NEWS | 36 ++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- packaging/udisks2.spec | 5 ++++- 4 files changed, 42 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 00be76b51b..7340298e1a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -96,6 +96,7 @@ Contributors (In alphabetical order): Tristan Van Berkom tuxce udeved + videlanicolas Vincent Untz Ville Skyttä Vojtech Trefny diff --git a/NEWS b/NEWS index 54becce821..ad27b12530 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +--------------------------- +udisks 2.9.4 +--------------------------- + +The udisks project provides a daemon, tools and libraries to access +and manipulate disks, storage devices and technologies. + +Changes since 2.9.3: + +Tomas Bzatek (17): + udisksmountmonitor: Tweak the mount list update and difference + udisksmountmonitor: Skip mount_path checks for swap records when comparing + udiskslinuxfilesystem: Add quirk to prefer the new 'ntfs3' driver + udiskslinuxencryptedhelpers: Fix the header guard typo + udiskslinuxmdraidhelpers: Fix the header guard typo + udiskslinuxfilesystemhelpers: Fix the header guard typo + udiskslinuxblockobject: Hold object reference within UDisksMountMonitor signal handlers + udiskslinuxmanager: Fix access to unowned GError + udiskslinuxmanager: Prevent double free of UDisksSimpleJob on error + udiskslinuxblock: Fix leaking cleartext block interface + lvm2: Fix jobhelpers.h header guard + lvm2: Fix insufficient list allocation + mount options: Always use errors=remount-ro for ext filesystems + mount options: Add ntfs3 kernel driver options + build: Remove warnings unknown to clang + tests: Adapt to clang differences when causing a segfault + spec: Require polkit for the daemon + +videlanicolas (1): + Fix typo + +Thanks to all our contributors. + +Tomas Bzatek +2021-09-29 + --------------------------- udisks 2.9.3 --------------------------- diff --git a/configure.ac b/configure.ac index d5b731ef9b..61e74a3b19 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ m4_define([udisks_major_version], [2]) m4_define([udisks_minor_version], [9]) -m4_define([udisks_micro_version], [3]) +m4_define([udisks_micro_version], [4]) m4_define([udisks_version], [udisks_major_version.udisks_minor_version.udisks_micro_version]) diff --git a/packaging/udisks2.spec b/packaging/udisks2.spec index a270ccdc48..bd5b66c439 100644 --- a/packaging/udisks2.spec +++ b/packaging/udisks2.spec @@ -70,7 +70,7 @@ Name: udisks2 Summary: Disk Manager -Version: 2.9.3 +Version: 2.9.4 %if %{is_git} == 0 Release: 1%{?dist} %else @@ -472,6 +472,9 @@ fi %endif %changelog +* Wed Sep 29 2021 Tomas Bzatek - 2.9.4-1 +- Version 2.9.4 + * Wed Aug 04 2021 Tomas Bzatek - 2.9.3-1 - Version 2.9.3