From: Dietmar Maurer Date: Wed, 6 Sep 2017 07:37:48 +0000 (+0200) Subject: bump version to 1.0-3 X-Git-Url: https://git.proxmox.com/?p=proxmox-widget-toolkit.git;a=commitdiff_plain;h=16f921d7b8d734cd2098233359b2200e3d143e26 bump version to 1.0-3 --- diff --git a/Makefile b/Makefile index c9fc6df..0a7479d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=proxmox-widget-toolkit PKGVER=1.0 -PKGREL=2 +PKGREL=3 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb diff --git a/debian/changelog b/debian/changelog index e0ff759..6964ce5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +proxmox-widget-toolkit (1.0-3) unstable; urgency=medium + + * monStoreErrors: new option clearMaskBeforeLoad + + * add RRDChart class + + * add RRDStore class + + * add RRDTypeSelector class + + * set default focus and default button for edit window + + * add helpers to render uptime + + * ObjectGrid.js: new monStoreErrors properties + + -- Proxmox Support Team Wed, 06 Sep 2017 09:37:27 +0200 + proxmox-widget-toolkit (1.0-2) unstable; urgency=medium * countless improvements