From 18c9faf089e306ad6f3f51f5cb887a6b9aa08350 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Thu, 7 Sep 2023 14:45:50 +0200 Subject: [PATCH] New version 2.10.1 --- AUTHORS | 2 ++ NEWS | 58 ++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- packaging/udisks2.spec | 5 +++- 4 files changed, 65 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 793226a0b..234cad17a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,6 +17,7 @@ Contributors (In alphabetical order): Ayan George Bastien Nocera Benedikt Morbach + Christian Kirbach Claudio Saavedra Colin Walters Daniele Napolitano @@ -88,6 +89,7 @@ Contributors (In alphabetical order): Samuli Suominen Sébastien Bacher segfault + sid Simon McVittie Sitsofe Wheeler Sjoerd Simons diff --git a/NEWS b/NEWS index 34ff04092..090980e44 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,61 @@ +--------------------------- +udisks 2.10.1 +--------------------------- + +The udisks project provides a daemon, tools and libraries to access +and manipulate disks, storage devices and technologies. + +This is a bugfix release incorporating feedback from early adopters +and distributors. + +Changes since 2.10.0: + +Christian Kirbach (1): + Update German translation + +NorwayFun (1): + Update ka.po + +Piotr Drąg (1): + Update Polish translation + +Sebastien Bacher (1): + tests: start the polkitd mock with the corresponding user if it exists + +Tomas Bzatek (17): + build: Check for gobject-introspection m4 macro presence + udiskslinuxloop: Avoid warnings on empty loop devices + udisksctl: Guard object lookup + udiskslinuxmanager: Properly handle disabled modules + iscsi: Fix login on firmware-discovered nodes + tests: Fix LSM drive objects crawl + tests: Mark LVM RAID tests as unstable + integration-test: Fix invalid escaping + tests: Fix regex escaping + tests: Fix Python class invocation in nvme tests + udiskslinuxfilesystem: Refactor internal whitelists + udiskslinuxfilesystem: Force native tools for mounted XFS fs size retrieval + doc: Clarify the Filesystem.Size property presence + tests: Mark UDF fstab filesystem tests as unstable + tests: Rescan vdevs after lvm raid tests + tests: Settle down before checking the LVM RAID MissingPhysicalVolumes property + tests: Wipe used devices for LVM2 RAID tests + +Vojtech Trefny (2): + Limit getting filesystem size only to Ext and XFS + tests: Replace deprecated unittest assert calls + +Yuri Chornoivan (1): + Update Ukrainian translation + +sid (1): + udisksctl: Add "--no-partition-scan" option for "loop-setup" command + +Thanks to all our contributors. + +Tomas Bzatek +2023-09-07 + --------------------------- udisks 2.10.0 --------------------------- diff --git a/configure.ac b/configure.ac index aeed9d591..010269e7e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ m4_define([udisks_major_version], [2]) m4_define([udisks_minor_version], [10]) -m4_define([udisks_micro_version], [0]) +m4_define([udisks_micro_version], [1]) m4_define([udisks_version], [udisks_major_version.udisks_minor_version.udisks_micro_version]) diff --git a/packaging/udisks2.spec b/packaging/udisks2.spec index c604035f4..1f8edf85a 100644 --- a/packaging/udisks2.spec +++ b/packaging/udisks2.spec @@ -23,7 +23,7 @@ Name: udisks2 Summary: Disk Manager -Version: 2.10.0 +Version: 2.10.1 %if %{is_git} == 0 Release: 1%{?dist} %else @@ -330,6 +330,9 @@ fi %endif %changelog +* Thu Sep 07 2023 Tomas Bzatek - 2.10.1-1 +- Version 2.10.1 + * Wed Jun 28 2023 Tomas Bzatek - 2.10.0-1 - Version 2.10.0