bump version to 2.0-7

This commit is contained in:
Dietmar Maurer 2017-11-14 08:05:38 +01:00
parent 80d61dd6bb
commit d80c5f14c1
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PACKAGE=libpve-http-server-perl
PKGVER=2.0
PKGREL=6
PKGREL=7
DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
libpve-http-server-perl (2.0-7) unstable; urgency=medium
* add content type application/x-compressed-tar
* allow API calls to download file contents
* build: reformat debian/control
-- Proxmox Support Team <support@proxmox.com> Tue, 14 Nov 2017 08:05:17 +0100
libpve-http-server-perl (2.0-6) unstable; urgency=medium
* pass $format to rest_handler()