From: Dietmar Maurer Date: Tue, 8 Sep 2015 05:17:08 +0000 (+0200) Subject: bump version to 4.0-19 X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=1fdc4565ef3e3c7da1cd58aae1facdc5ea77af67;hp=11ade4ad4580048bf7abea4cd9d0e5811ddb956d bump version to 4.0-19 --- diff --git a/Makefile b/Makefile index 8db0bc6..c65b85c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=4.0 VERSION=4.0 -PKGREL=18 +PKGREL=19 PACKAGE=libpve-common-perl diff --git a/debian/changelog b/debian/changelog index 296b973..61cc710 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +libpve-common-perl (4.0-19) unstable; urgency=medium + + * add missing formatter property to method schema + + * CLIHandler: add helper to generate bash completion (and config) + + * add helpers to verify API without starting the binary + + * remove + from getopt's prefix_pattern + + * new helpers: read_proc_mounts and is_mounted + + -- Proxmox Support Team Tue, 08 Sep 2015 07:16:47 +0200 + libpve-common-perl (4.0-18) unstable; urgency=medium * added 'extra-args' CLI handling