diff --git a/AUTHORS b/AUTHORS index 7092fea3c4..4ca826d1b3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -90,6 +90,7 @@ Contributors (In alphabetical order): Tomas Bzatek Tomas Smetana , Tony Asleson + Torstein Husebø Tristan Van Berkom tuxce udeved @@ -98,3 +99,4 @@ Contributors (In alphabetical order): Vojtech Trefny Vratislav Podzimek Will Thompson + zhmars <18466397+zhmars@users.noreply.github.com> diff --git a/NEWS b/NEWS index b649171d3e..dc47fcf60d 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac b/configure.ac index f349dd2b5f..fe5134e94e 100644 --- a/configure.ac +++ b/configure.ac @@ -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) diff --git a/packaging/udisks2.spec b/packaging/udisks2.spec index e9fc063a6c..a47d57fdb1 100644 --- a/packaging/udisks2.spec +++ b/packaging/udisks2.spec @@ -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 @@ -470,6 +470,9 @@ fi %endif %changelog +* Thu Feb 04 2021 Tomas Bzatek - 2.9.2-1 +- Version 2.9.2 + * Wed Aug 12 2020 Tomas Bzatek - 2.9.1-1 - Version 2.9.1