diff --git a/Makefile b/Makefile index 000f0c6..82e8e05 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE=libpve-http-server-perl PKGVER=2.0 -PKGREL=6 +PKGREL=7 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb diff --git a/debian/changelog b/debian/changelog index 142cc67..68933a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 14 Nov 2017 08:05:17 +0100 + libpve-http-server-perl (2.0-6) unstable; urgency=medium * pass $format to rest_handler()