Skip to content

Commit

Permalink
New version 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbzatek committed Sep 7, 2023
1 parent 51ba4c8 commit 18c9faf
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Contributors (In alphabetical order):
Ayan George <ayan.george@canonical.com>
Bastien Nocera <hadess@hadess.net>
Benedikt Morbach <benedikt.morbach@googlemail.com>
Christian Kirbach <christian.kirbach@gmail.com>
Claudio Saavedra <csaavedra@igalia.com>
Colin Walters <walters@verbum.org>
Daniele Napolitano <dnax88@gmail.com>
Expand Down Expand Up @@ -88,6 +89,7 @@ Contributors (In alphabetical order):
Samuli Suominen <ssuominen@gentoo.org>
Sébastien Bacher <seb128@ubuntu.com>
segfault <segfault@riseup.net>
sid <sidtosh4@gmail.com>
Simon McVittie <simon.mcvittie@collabora.co.uk>
Sitsofe Wheeler <sitsofe@yahoo.com>
Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Expand Down
58 changes: 58 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down
5 changes: 4 additions & 1 deletion packaging/udisks2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -330,6 +330,9 @@ fi
%endif

%changelog
* Thu Sep 07 2023 Tomas Bzatek <tbzatek@redhat.com> - 2.10.1-1
- Version 2.10.1

* Wed Jun 28 2023 Tomas Bzatek <tbzatek@redhat.com> - 2.10.0-1
- Version 2.10.0

Expand Down

0 comments on commit 18c9faf

Please sign in to comment.