Skip to content

Commit da6d948

Browse files
committed
New version 2.9.2
1 parent 97bec84 commit da6d948

File tree

4 files changed

+45
-6
lines changed

4 files changed

+45
-6
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Contributors (In alphabetical order):
9090
Tomas Bzatek <[email protected]>
9191
9292
Tony Asleson <[email protected]>
93+
Torstein Husebø <[email protected]>
9394
Tristan Van Berkom <[email protected]>
9495
9596
@@ -98,3 +99,4 @@ Contributors (In alphabetical order):
9899
Vojtech Trefny <[email protected]>
99100
Vratislav Podzimek <[email protected]>
100101
Will Thompson <[email protected]>
102+

NEWS

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,51 @@
11
---------------------------
2-
udisks 2.9.2 (unreleased)
2+
udisks 2.9.2
33
---------------------------
44

55
The udisks project provides a daemon, tools and libraries to access
66
and manipulate disks, storage devices and technologies.
77

88
Changes since 2.9.1:
9-
(TODO: make shortlog)
9+
10+
Marius Vollmer (1):
11+
udiskslinuxblock: Survive a missing /etc/crypttab
12+
13+
Tomas Bzatek (20):
14+
lvm2: Fix leaking BDLVMVDOPooldata
15+
tests: Test modules that are actually enabled during build
16+
build: Exclude VDO module from distcheck build
17+
udisksfstabentry: Add udisks_fstab_entry_has_opt()
18+
udiskslinuxblock: Reflect fstab "noauto" mount option in HintAuto
19+
udiskslinuxblock: Update hints after fstab change
20+
tests: Add tests for Block hints
21+
udiskslinuxfilesystemhelpers: Make TakeOwnership() race free
22+
tests: Extend filesystem test_take_ownership tests with symlinks
23+
mount options: Allow 'nosymfollow' mount option for unprivileged mounts
24+
udisksstate: Silence the block device busy messages on cleanup lock
25+
udev: Distinguish mmcblk-class device types
26+
udev: Propagate mmcblk disk attributes to mmcblk_boot devices
27+
udiskslinuxdrive: Tweak the 'removable'/'ejectable' hints for mmcblk-class devices
28+
udiskslinuxblock: Tweak the hints for mmcblk-class devices
29+
udisksdaemonutil: Refactor udisks_daemon_util_trigger_uevent() out of UDisksLinuxBlockObject
30+
udiskslinuxmanager: Trigger uevent after loop device setup
31+
tests: Remove scsi_debug serial number checks
32+
tests: Skip zram tests if zram module is already loaded
33+
34+
Torstein Husebø (1):
35+
treewide: Fix typos
36+
37+
Vojtech Trefny (3):
38+
AUTHORS: Add tbzatek as the maintainer
39+
tests: Do not use nilfs2 as an example of non-resizable FS
40+
Memory leak fixes
41+
42+
zhmars (1):
43+
doc: Update config file path
1044

1145
Thanks to all our contributors.
1246

1347
Tomas Bzatek
14-
(TODO: date --rfc-3339='date')
48+
2021-02-04
1549

1650
---------------------------
1751
udisks 2.9.1

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ if test "x$enable_daemon" = "xyes"; then
167167
AC_SUBST(GMODULE_CFLAGS)
168168
AC_SUBST(GMODULE_LIBS)
169169

170-
PKG_CHECK_MODULES(BLOCKDEV, [blockdev >= 2.24])
170+
PKG_CHECK_MODULES(BLOCKDEV, [blockdev >= 2.25])
171171
AC_SUBST(BLOCKDEV_CFLAGS)
172172
AC_SUBST(BLOCKDEV_LIBS)
173173

packaging/udisks2.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
%global glib2_version 2.36
1+
%global glib2_version 2.50
22
%global gobject_introspection_version 1.30.0
33
%global polkit_version 0.102
44
%global systemd_version 208
55
%global libatasmart_version 0.17
66
%global dbus_version 1.4.0
77
%global with_gtk_doc 1
8-
%global libblockdev_version 2.19
8+
%global libblockdev_version 2.25
99

1010
%define with_bcache 1
1111
%define with_btrfs 1
@@ -470,6 +470,9 @@ fi
470470
%endif
471471

472472
%changelog
473+
* Thu Feb 04 2021 Tomas Bzatek <[email protected]> - 2.9.2-1
474+
- Version 2.9.2
475+
473476
* Wed Aug 12 2020 Tomas Bzatek <[email protected]> - 2.9.1-1
474477
- Version 2.9.1
475478

0 commit comments

Comments
 (0)