From: Dietmar Maurer Date: Wed, 8 Mar 2017 05:18:32 +0000 (+0100) Subject: bump version to 4.0-93 X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=657d77df4c8df047b7b54b13e7adc2a2b4e5c520 bump version to 4.0-93 --- diff --git a/Makefile b/Makefile index f797809..4097cd3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION=4.0 -PKGREL=92 +PKGREL=93 PACKAGE=libpve-common-perl diff --git a/debian/changelog b/debian/changelog index b29a04c..2251d3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +libpve-common-perl (4.0-93) unstable; urgency=medium + + * SectionConfig::check_value: return bool/numbers as numeric value + + * JSONSchema::check_type: return success (not value) + + * RESTEnvironment->init_request: reset result_attributes + + * SectionConfig: add new parameter $skip_type to createSchema() + + * SectionConfig:write_config: sort options by key name + + * SectionConfig: allow to get class specific updateSchema() + + * (maybe) fixes #1229: fix port reservation + + * Fix example to latest RestHandler + + -- Proxmox Support Team Wed, 08 Mar 2017 06:17:44 +0100 + libpve-common-perl (4.0-92) unstable; urgency=medium * stop using ifconfig from net-tools