From bd7c96d053b8441d8d9e913546da3eb19c3e48f4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 3 May 2018 08:26:41 +0200 Subject: [PATCH] bump version to 1.0-17 Signed-off-by: Wolfgang Bumiller --- Makefile | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ddf7fa..0ad5c6d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=proxmox-widget-toolkit PKGVER=1.0 -PKGREL=16 +PKGREL=17 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb diff --git a/debian/changelog b/debian/changelog index b93098c..68c5afd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +proxmox-widget-toolkit (1.0-17) unstable; urgency=medium + + * fix edit windows being reopened on key-up when closing them with the return + key + + -- Proxmox Support Team Thu, 03 May 2018 08:26:34 +0200 + proxmox-widget-toolkit (1.0-16) unstable; urgency=medium * add getRecord to ObjectStore