X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=changelog.Debian;h=2722aad5175e4040f8394cd3437a8a0de70614ac;hb=76c358149af475c6ce941f9178a66db9720588d7;hp=46255b1bf38ef325ee2eab6efc4645851daa82bc;hpb=865d39a0a5cb7350bb123edcbab9aa465a18ca1d;p=pve-storage.git diff --git a/changelog.Debian b/changelog.Debian index 46255b1..2722aad 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,150 @@ +libpve-storage-perl (5.0-4) unstable; urgency=medium + + * storage api: added volume_send plugin method + + * storage api: added volume_snapshot_list plugin method + + * added storage replication utilities + + -- Proxmox Support Team Fri, 28 Apr 2017 12:17:40 +0200 + +libpve-storage-perl (5.0-3) unstable; urgency=medium + + * fix vma extraction return code handling + + -- Proxmox Support Team Mon, 10 Apr 2017 16:21:10 +0200 + +libpve-storage-perl (5.0-2) unstable; urgency=medium + + * rbd: fix "rados df" output parser for luminous + + -- Proxmox Support Team Tue, 21 Mar 2017 10:11:02 +0100 + +libpve-storage-perl (5.0-1) unstable; urgency=medium + + * correctly cleanup immutable flag for subvols when freeing them + + * rebuild for PVE 5.0 / Debian Stretch + + -- Proxmox Support Team Fri, 10 Mar 2017 09:23:15 +0100 + +libpve-storage-perl (4.0-76) unstable; urgency=medium + + * rbd: fix warnings printed when listing images + + -- Proxmox Support Team Fri, 24 Feb 2017 12:18:18 +0100 + +libpve-storage-perl (4.0-75) unstable; urgency=medium + + * rbd: use faster list operations where possible + + * rbd: fix a minor inconsistency in what is recognized as a valid disk image + name + + -- Proxmox Support Team Mon, 20 Feb 2017 10:05:07 +0100 + +libpve-storage-perl (4.0-74) unstable; urgency=medium + + * fix bug #1280: Can't locate object method "root@pam" + + * buildsys: use gzip -n to disable timestamps + + * buildsys: use fakeroot for dpkg-deb + + * buildsys: make job safety + + * extract_vzdump_config: handle RE consistently + + * weaken matching for vzdump config extract filename + + -- Proxmox Support Team Sun, 12 Feb 2017 10:09:58 +0100 + +libpve-storage-perl (4.0-73) unstable; urgency=medium + + * PVE::Storage: new helper check_volume_access() + + * fixes for new PVE::RPCEnvironment implementation + + * fix #1252: rbd: delete snapshots when using krbd + + * Fix RBD resize with krbd option enabled + + -- Proxmox Support Team Thu, 19 Jan 2017 09:13:43 +0100 + +libpve-storage-perl (4.0-72) unstable; urgency=medium + + * add setup_environment hook to CLIHandler class + + * sheepdog : volume_resize return if running + + * fix #1099 (again): map cciss/c0d0 to cciss!c0d0 + + * fix #1135: always clean up ZFS snapshots on migration + + * storage_migrate: use bs=4k to copy images with dd + + -- Proxmox Support Team Thu, 12 Jan 2017 14:05:22 +0100 + +libpve-storage-perl (4.0-71) unstable; urgency=medium + + * Add new function get_blockdev + + * Add new function get_partnum + + -- Proxmox Support Team Thu, 22 Dec 2016 12:15:40 +0100 + +libpve-storage-perl (4.0-70) unstable; urgency=medium + + * change regression test for crucial + + * add crucial smart attribute for wear leveling + + * correct regression test for sandisk ssds + + * catch '---' in threshold output of sandisk ssds + + -- Proxmox Support Team Wed, 30 Nov 2016 17:22:44 +0100 + +libpve-storage-perl (4.0-69) unstable; urgency=medium + + * use qemu gluster blockdriver for linked clone creation + + * increase default timeout for zpool import + + * improve zpool activate_storage + + * allow --allow-shrink on RBD resize + + -- Proxmox Support Team Tue, 29 Nov 2016 09:31:17 +0100 + +libpve-storage-perl (4.0-68) unstable; urgency=medium + + * add more regression test + + * Diskmanage: use model from udevadm + + * Diskmanage: use /sys/block/ path for udev instead of name + + -- Proxmox Support Team Fri, 28 Oct 2016 10:52:52 +0200 + +libpve-storage-perl (4.0-67) unstable; urgency=medium + + * fix #1165: only check mount status when is_mountpoint is set + + -- Proxmox Support Team Fri, 21 Oct 2016 08:53:24 +0200 + +libpve-storage-perl (4.0-66) unstable; urgency=medium + + * disks: fix warnings + + -- Proxmox Support Team Fri, 07 Oct 2016 09:28:31 +0200 + +libpve-storage-perl (4.0-65) unstable; urgency=medium + + * allow rbd images < 1M to be detected + + -- Proxmox Support Team Fri, 07 Oct 2016 08:18:29 +0200 + libpve-storage-perl (4.0-64) unstable; urgency=medium * correctly parse cciss devices in get_disks