From 7c7bc4623db5f9e4d05da329740025f7502c4d34 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 10 Jul 2018 14:02:35 +0200 Subject: [PATCH] bump version to 5.0-36 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2701be6..21bd7e0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION=5.0 -PKGREL=35 +PKGREL=36 PACKAGE=libpve-common-perl diff --git a/debian/changelog b/debian/changelog index 0049237..feadc70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +libpve-common-perl (5.0-36) unstable; urgency=medium + + * fix #1819: fork_worker: ensure sync'ed workers control terminal + + * new class to generate and format CLI output, including common render + methods, table borders and output formats + + * add vxlan interface support + + * initial ifupdown2 option support for bridge and bond interfaces + + -- Proxmox Support Team Tue, 10 Jul 2018 13:56:37 +0200 + libpve-common-perl (5.0-35) unstable; urgency=medium * replace read_password_func from cli handler with more flexible param