From 7e7b29389eb130dbb013aeb597f7a360f68c6ba2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 15 May 2019 14:16:17 +0200 Subject: [PATCH] bump version to 5.0-52 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) 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