bump version to 5.0-14

This commit is contained in:
Dietmar Maurer 2017-06-22 08:26:17 +02:00
parent 05477bfe8e
commit 701270450e
2 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,5 @@
VERSION=5.0
PKGREL=13
PKGREL=14
PACKAGE=libpve-common-perl

16
debian/changelog vendored
View File

@ -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 <support@proxmox.com> 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