5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2024-12-26 07:21:26 +03:00

bump version to 5.0-17

This commit is contained in:
Fabian Grünbichler 2017-09-06 09:37:01 +02:00
parent 57e46a44ba
commit cea9c7b430
2 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,5 @@
VERSION=5.0
PKGREL=16
PKGREL=17
PACKAGE=libpve-common-perl

14
debian/changelog vendored
View File

@ -1,6 +1,18 @@
libpve-common-perl (5.0-17) unstable; urgency=medium
* api: fix rendering of filepath/string parameters
* tools: add pipe_socket_to_command
* JSONSchema: add parse_boolean helper
* restenv: catch broadcast_tasklist errors gracefully
-- Proxmox Support Team <support@proxmox.com> Wed, 6 Sep 2017 09:34:43 +0200
libpve-common-perl (5.0-16) unstable; urgency=medium
* add helper to time-out hard blocking operations (eg. on stale NFS moutns)
* add helper to time-out hard blocking operations (eg. on stale NFS mounts)
-- Proxmox Support Team <support@proxmox.com> Fri, 30 Jun 2017 09:18:04 +0200