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