diff --git a/Makefile b/Makefile index 1171e31..b4fc9c0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION=5.0 -PKGREL=13 +PKGREL=14 PACKAGE=libpve-common-perl diff --git a/debian/changelog b/debian/changelog index a311d6e..97cc395 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,20 @@ +libpve-common-perl (5.0-14) unstable; urgency=medium + + * calendarevent: add the parsing error message to the format + + * calendarevent: add ability to have multiple timespecs for hours and minutes + + * calendarevent: trim event and check if empty + + * calendarevent: check range for start also without repetition + + * add and use physical NIC regexp + + -- Proxmox Support Team Thu, 22 Jun 2017 08:25:57 +0200 + libpve-common-perl (5.0-13) unstable; urgency=medium - * calendarevent: change sorting of hours and minutes to numeric + * calendarevent: change sorting of hours and minutes to numeric * tools: next_unused_port: use IPPROTO_TCP explicitly