diff --git a/Makefile b/Makefile index 32ccb66..52b16bf 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=pve-jslint VERSION=1.0 -PACKAGERELEASE=4 +PACKAGERELEASE=5 PKGREL=${VERSION}-${PACKAGERELEASE} DEB=${PACKAGE}_${PKGREL}_all.deb diff --git a/changelog.Debian b/changelog.Debian index 6b809af..add2e64 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,11 @@ +pve-jslint (1.0-5) unstable; urgency=medium + + * collect all errors and show them only after checking all files + + * add 'Proxmox' to allowed global variable list + + -- Proxmox Support Team Tue, 22 May 2018 15:00:41 +0200 + pve-jslint (1.0-4) unstable; urgency=low * correctly include jslint file