Skip to content

Commit

Permalink
New version 2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tbzatek committed Sep 29, 2021
1 parent 44e6fd8 commit 001c486
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Contributors (In alphabetical order):
Tristan Van Berkom <[email protected]>
tuxce <[email protected]>
udeved <[email protected]>
videlanicolas <[email protected]>
Vincent Untz <[email protected]>
Ville Skyttä <[email protected]>
Vojtech Trefny <[email protected]>
Expand Down
36 changes: 36 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
---------------------------
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], [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])

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

%changelog
* Wed Sep 29 2021 Tomas Bzatek <[email protected]> - 2.9.4-1
- Version 2.9.4

* Wed Aug 04 2021 Tomas Bzatek <[email protected]> - 2.9.3-1
- Version 2.9.3

Expand Down

0 comments on commit 001c486

Please sign in to comment.