Skip to content

Commit

Permalink
New version 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbzatek committed Feb 4, 2021
1 parent 97bec84 commit da6d948
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 6 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Contributors (In alphabetical order):
Tomas Bzatek <[email protected]>
Tomas Smetana <[email protected]>, <[email protected]>
Tony Asleson <[email protected]>
Torstein Husebø <[email protected]>
Tristan Van Berkom <[email protected]>
tuxce <[email protected]>
udeved <[email protected]>
Expand All @@ -98,3 +99,4 @@ Contributors (In alphabetical order):
Vojtech Trefny <[email protected]>
Vratislav Podzimek <[email protected]>
Will Thompson <[email protected]>
zhmars <[email protected]>
40 changes: 37 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,17 +1,51 @@
---------------------------
udisks 2.9.2 (unreleased)
udisks 2.9.2
---------------------------

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

Changes since 2.9.1:
(TODO: make shortlog)

Marius Vollmer (1):
udiskslinuxblock: Survive a missing /etc/crypttab

Tomas Bzatek (20):
lvm2: Fix leaking BDLVMVDOPooldata
tests: Test modules that are actually enabled during build
build: Exclude VDO module from distcheck build
udisksfstabentry: Add udisks_fstab_entry_has_opt()
udiskslinuxblock: Reflect fstab "noauto" mount option in HintAuto
udiskslinuxblock: Update hints after fstab change
tests: Add tests for Block hints
udiskslinuxfilesystemhelpers: Make TakeOwnership() race free
tests: Extend filesystem test_take_ownership tests with symlinks
mount options: Allow 'nosymfollow' mount option for unprivileged mounts
udisksstate: Silence the block device busy messages on cleanup lock
udev: Distinguish mmcblk-class device types
udev: Propagate mmcblk disk attributes to mmcblk_boot devices
udiskslinuxdrive: Tweak the 'removable'/'ejectable' hints for mmcblk-class devices
udiskslinuxblock: Tweak the hints for mmcblk-class devices
udisksdaemonutil: Refactor udisks_daemon_util_trigger_uevent() out of UDisksLinuxBlockObject
udiskslinuxmanager: Trigger uevent after loop device setup
tests: Remove scsi_debug serial number checks
tests: Skip zram tests if zram module is already loaded

Torstein Husebø (1):
treewide: Fix typos

Vojtech Trefny (3):
AUTHORS: Add tbzatek as the maintainer
tests: Do not use nilfs2 as an example of non-resizable FS
Memory leak fixes

zhmars (1):
doc: Update config file path

Thanks to all our contributors.

Tomas Bzatek
(TODO: date --rfc-3339='date')
2021-02-04

---------------------------
udisks 2.9.1
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ if test "x$enable_daemon" = "xyes"; then
AC_SUBST(GMODULE_CFLAGS)
AC_SUBST(GMODULE_LIBS)

PKG_CHECK_MODULES(BLOCKDEV, [blockdev >= 2.24])
PKG_CHECK_MODULES(BLOCKDEV, [blockdev >= 2.25])
AC_SUBST(BLOCKDEV_CFLAGS)
AC_SUBST(BLOCKDEV_LIBS)

Expand Down
7 changes: 5 additions & 2 deletions packaging/udisks2.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%global glib2_version 2.36
%global glib2_version 2.50
%global gobject_introspection_version 1.30.0
%global polkit_version 0.102
%global systemd_version 208
%global libatasmart_version 0.17
%global dbus_version 1.4.0
%global with_gtk_doc 1
%global libblockdev_version 2.19
%global libblockdev_version 2.25

%define with_bcache 1
%define with_btrfs 1
Expand Down Expand Up @@ -470,6 +470,9 @@ fi
%endif

%changelog
* Thu Feb 04 2021 Tomas Bzatek <[email protected]> - 2.9.2-1
- Version 2.9.2

* Wed Aug 12 2020 Tomas Bzatek <[email protected]> - 2.9.1-1
- Version 2.9.1

Expand Down

0 comments on commit da6d948

Please sign in to comment.