bump version to 1.0-5

This commit is contained in:
Thomas Lamprecht 2018-05-22 15:04:15 +02:00
parent 452aa07e4a
commit 4f226ba0d4
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PACKAGE=pve-jslint PACKAGE=pve-jslint
VERSION=1.0 VERSION=1.0
PACKAGERELEASE=4 PACKAGERELEASE=5
PKGREL=${VERSION}-${PACKAGERELEASE} PKGREL=${VERSION}-${PACKAGERELEASE}
DEB=${PACKAGE}_${PKGREL}_all.deb DEB=${PACKAGE}_${PKGREL}_all.deb

View File

@ -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 <support@proxmox.com> Tue, 22 May 2018 15:00:41 +0200
pve-jslint (1.0-4) unstable; urgency=low pve-jslint (1.0-4) unstable; urgency=low
* correctly include jslint file * correctly include jslint file