X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=debian%2Fchangelog;h=6306e87a0683ec431c5f68c30beb7b9860255531;hp=b29a04c445b7fc5ca2e5ac3e8622398b1c15a4db;hb=cee25a8af9953d852baf828b201b391fa275f58d;hpb=f5a73bff2c596acd7cc96d467dbf8f1d765645ad diff --git a/debian/changelog b/debian/changelog index b29a04c..6306e87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,41 @@ +libpve-common-perl (5.0-3) unstable; urgency=medium + + * Notify.pm: use Clone::clone instead of Storable::dclone + + -- Proxmox Support Team Tue, 21 Mar 2017 12:07:07 +0100 + +libpve-common-perl (5.0-2) unstable; urgency=medium + + * Add keeplocale parameter required by some API commands + + -- Proxmox Support Team Mon, 13 Mar 2017 15:02:41 +0100 + +libpve-common-perl (5.0-1) unstable; urgency=medium + + * bump version for Debian Stretch + + -- Proxmox Support Team Wed, 8 Mar 2017 10:27:09 +0100 + +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