From edc6115643d357de4db6f6ed250f92825a96ebb7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 15 May 2019 14:28:44 +0200 Subject: [PATCH] bump version to 1.0-28 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 049a1fb..effeca7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=proxmox-widget-toolkit PKGVER=1.0 -PKGREL=27 +PKGREL=28 BUILDDIR ?= ${PACKAGE}-${PKGVER} GITVERSION:=$(shell git rev-parse HEAD) diff --git a/debian/changelog b/debian/changelog index f33e842..64f9594 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +proxmox-widget-toolkit (1.0-28) unstable; urgency=medium + + * show IP/CIDR in host network view + + * change nodes host network input from address/netmask to IP/CIDR + + * add panel/JournalView for new mini-journalreader + + -- Proxmox Support Team Wed, 15 May 2019 13:36:50 +0200 + proxmox-widget-toolkit (1.0-27) unstable; urgency=medium * wait for syslog API calls to complete before requesting new ones