diff --git a/Makefile b/Makefile index d8cf7e9..b7efd31 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION=5.0 -PKGREL=51 +PKGREL=52 PACKAGE=libpve-common-perl diff --git a/debian/changelog b/debian/changelog index dd61562..1a01714 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +libpve-common-perl (5.0-52) unstable; urgency=medium + + * INotify: map address and netmask also to IP/CIDR while parsing + network interfaces + + * print api res: always allow result to be undef if optional + + * prevent adding options through autovivification in SectionConfig based + modules + + * sort keys for stabillity when dumping config through JSONSchema + + -- Proxmox Support Team Wed, 15 May 2019 14:14:02 +0200 + libpve-common-perl (5.0-51) unstable; urgency=medium * Tools: add setresuid syscall