From b2c62272619f03a7873af23381cc1f4c2b8e3216 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 20 Mar 2023 17:04:59 +0100 Subject: [PATCH] bump version to 7.4-1 Signed-off-by: Thomas Lamprecht --- debian/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index d07c5b8..f7f0b2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +libpve-storage-perl (7.4-1) bullseye; urgency=medium + + * nfs: check connection: support NFSv4-only servers without rpcbind, by + simply doing a ping with the expected port as a fallback + + * fix #2641: allow mounting of CIFS subdirectories + + * config: use relative paths for content overrides + + * content path overrides: allow single dots and enforce max-lengths + + * api: fix get content call response type for RBD/ZFS/iSCSI volumes + + -- Proxmox Support Team Mon, 20 Mar 2023 17:04:55 +0100 + libpve-storage-perl (7.3-2) bullseye; urgency=medium * revert using /sys to map nvmeXnY to nvmeX as this is not necessary anymore