Skip to content

Commit 001c486

Browse files
committed
New version 2.9.4
1 parent 44e6fd8 commit 001c486

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Contributors (In alphabetical order):
9696
Tristan Van Berkom <[email protected]>
9797
9898
99+
videlanicolas <[email protected]>
99100
Vincent Untz <[email protected]>
100101
Ville Skyttä <[email protected]>
101102
Vojtech Trefny <[email protected]>

NEWS

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
---------------------------
2+
udisks 2.9.4
3+
---------------------------
4+
5+
The udisks project provides a daemon, tools and libraries to access
6+
and manipulate disks, storage devices and technologies.
7+
8+
Changes since 2.9.3:
9+
10+
Tomas Bzatek (17):
11+
udisksmountmonitor: Tweak the mount list update and difference
12+
udisksmountmonitor: Skip mount_path checks for swap records when comparing
13+
udiskslinuxfilesystem: Add quirk to prefer the new 'ntfs3' driver
14+
udiskslinuxencryptedhelpers: Fix the header guard typo
15+
udiskslinuxmdraidhelpers: Fix the header guard typo
16+
udiskslinuxfilesystemhelpers: Fix the header guard typo
17+
udiskslinuxblockobject: Hold object reference within UDisksMountMonitor signal handlers
18+
udiskslinuxmanager: Fix access to unowned GError
19+
udiskslinuxmanager: Prevent double free of UDisksSimpleJob on error
20+
udiskslinuxblock: Fix leaking cleartext block interface
21+
lvm2: Fix jobhelpers.h header guard
22+
lvm2: Fix insufficient list allocation
23+
mount options: Always use errors=remount-ro for ext filesystems
24+
mount options: Add ntfs3 kernel driver options
25+
build: Remove warnings unknown to clang
26+
tests: Adapt to clang differences when causing a segfault
27+
spec: Require polkit for the daemon
28+
29+
videlanicolas (1):
30+
Fix typo
31+
32+
Thanks to all our contributors.
33+
34+
Tomas Bzatek
35+
2021-09-29
36+
137
---------------------------
238
udisks 2.9.3
339
---------------------------

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
m4_define([udisks_major_version], [2])
33
m4_define([udisks_minor_version], [9])
4-
m4_define([udisks_micro_version], [3])
4+
m4_define([udisks_micro_version], [4])
55

66
m4_define([udisks_version], [udisks_major_version.udisks_minor_version.udisks_micro_version])
77

packaging/udisks2.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
Name: udisks2
7272
Summary: Disk Manager
73-
Version: 2.9.3
73+
Version: 2.9.4
7474
%if %{is_git} == 0
7575
Release: 1%{?dist}
7676
%else
@@ -472,6 +472,9 @@ fi
472472
%endif
473473

474474
%changelog
475+
* Wed Sep 29 2021 Tomas Bzatek <[email protected]> - 2.9.4-1
476+
- Version 2.9.4
477+
475478
* Wed Aug 04 2021 Tomas Bzatek <[email protected]> - 2.9.3-1
476479
- Version 2.9.3
477480

0 commit comments

Comments
 (0)