diff --git a/libstorage-ng-4.3.12.tar.xz b/libstorage-ng-4.3.12.tar.xz new file mode 100644 index 0000000..b82866f --- /dev/null +++ b/libstorage-ng-4.3.12.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f48369fef60a9df4891e30c454c7560ec19447b65c3a857d40d326427000a4 +size 784944 diff --git a/libstorage-ng-4.3.5.tar.xz b/libstorage-ng-4.3.5.tar.xz deleted file mode 100644 index fcd1870..0000000 --- a/libstorage-ng-4.3.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0578e3754f6a20cbb62e760a05a1d6fc97ef76eb4e53e129ca3098a25764851 -size 780928 diff --git a/libstorage-ng.changes b/libstorage-ng.changes index c99380e..0bbcff4 100644 --- a/libstorage-ng.changes +++ b/libstorage-ng.changes @@ -1,3 +1,78 @@ +-------------------------------------------------------------------- +Fri May 8 12:10:17 UTC 2020 - aschnell@suse.com + +- merge gh#openSUSE/libstorage-ng#736 +- added sanity checks +- improved exception messages +- coding style +- 4.3.12 + +-------------------------------------------------------------------- +Thu May 7 10:50:02 UTC 2020 - aschnell@suse.com + +- merge gh#openSUSE/libstorage-ng#735 +- merge gh#openSUSE/libstorage-ng#734 +- merge gh#openSUSE/libstorage-ng#732 +- merge gh#openSUSE/libstorage-ng#717 +- merge gh#openSUSE/libstorage-ng#715 +- track device block size when creating an Md RAID (bsc#1164295) +- simplify combining disks with different block sizes into RAID + (bsc#1164295) +- add block_size check for Md::add_device() +- update doc on RAID block size +- ignore clusterd VGs also in vgchange command (bsc#1161775) +- ignore umount/swapoff failure if it looks inactive already + (bsc#1168615) +- fixed typo +- added integration tests +- 4.3.11 + +-------------------------------------------------------------------- +Wed May 6 16:25:32 UTC 2020 - aschnell@suse.com + +- merge gh#openSUSE/libstorage-ng#733 +- coding style +- 4.3.10 + +-------------------------------------------------------------------- +Wed May 6 11:45:11 UTC 2020 - aschnell@suse.com + +- merge gh#openSUSE/libstorage-ng#731 +- probe partition label and uuid on gpt partitions +- coding style +- avoid saving empty topology +- remove deprecated size-k values +- fixed typo +- probe partition uuid and label +- 4.3.9 + +-------------------------------------------------------------------- +Tue May 5 10:09:03 UTC 2020 - aschnell@suse.com + +- merge gh#openSUSE/libstorage-ng#730 +- updated documentation +- added const +- 4.3.8 + +-------------------------------------------------------------------- +Mon May 4 16:34:40 UTC 2020 - aschnell@suse.com + +- merge gh#openSUSE/libstorage-ng#729 +- added views/filters for devicegraphs +- probe snapshot relationship between lvm logical volumes +- added functions to query snapshot relationships +- make utils show unfiltered devicegraph +- work on probing lvm snapshots +- 4.3.7 + +-------------------------------------------------------------------- +Mon May 4 09:29:09 UTC 2020 - aschnell@suse.com + +- merge gh#openSUSE/libstorage-ng#728 +- support LVM mirror volumes +- support probing LVM mirror volumes +- 4.3.6 + -------------------------------------------------------------------- Thu Apr 30 14:46:37 UTC 2020 - aschnell@suse.com diff --git a/libstorage-ng.spec b/libstorage-ng.spec index 98df5fd..f34b044 100644 --- a/libstorage-ng.spec +++ b/libstorage-ng.spec @@ -18,7 +18,7 @@ %define libname %{name}1 Name: libstorage-ng -Version: 4.3.5 +Version: 4.3.12 Release: 0 Summary: Library for storage management License: GPL-2.0-only