diff --git a/stratisd.spec b/stratisd.spec index e3dd3c0..858d7d0 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -5,7 +5,7 @@ Name: stratisd Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Daemon that manages block devices to create filesystems # ASL 2.0 @@ -150,6 +150,20 @@ a2x -f manpage docs/stratisd.txt %{_systemd_util_dir}/system-generators/stratis-setup-generator %changelog +* Wed Jun 08 2022 Bryan Gurney - 3.1.0-2 +- Increment release number to include bugs fixed in 3.1.0 +- Resolves: rhbz#2039946 +- Pass optional size parameter for new filesystem +- Resolves: rhbz#1990905 +- Unify rollback to refresh Clevis info on Clevis bind command +- Resolves: rhbz#2005110 +- Retarget thinpool to cache device when initializing cache +- Resolves: rhbz#2007018 +- Improve thin provisioning implementation +- Resolves: rhbz#2040352 +- Verify udev info with libblkid before overwriting +- Resolves: rhbz#2041624 + * Tue May 31 2022 Bryan Gurney - 3.1.0-1 - Update to 3.1.0 - Resolves: rhbz#2039946