From 81a35ad0617166654312456ea8eabea748c3df09 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 23 Apr 2018 16:01:48 +0200 Subject: [PATCH] bump version to 5.1-52 --- debian/changelog | 14 ++++++++++++++ defines.mk | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c8d6a730..d0826250 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +pve-manager (5.1-52) unstable; urgency=medium + + * VM/Hardware: show memory shares + + * remove the novnc panels for node/container (replaced by xtermjs) + + * allow xtermjs to be the default console + + * fix #1691: use asynchronous API call for VM disk creation + + * fix #1732: actually post values in IScsiEdit + + -- Proxmox Support Team Mon, 23 Apr 2018 15:40:48 +0200 + pve-manager (5.1-51) unstable; urgency=medium * overwrite the built-in 'run_editor' function diff --git a/defines.mk b/defines.mk index 3f4a6b32..bead0aa3 100644 --- a/defines.mk +++ b/defines.mk @@ -1,6 +1,6 @@ VERSION=5.1 PACKAGE=pve-manager -PACKAGERELEASE=51 +PACKAGERELEASE=52 BINDIR=${DESTDIR}/usr/bin PERLLIBDIR=${DESTDIR}/usr/share/perl5 -- 2.39.5