]> git.proxmox.com Git - pve-common.git/commitdiff
bump version to 5.0-14
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 22 Jun 2017 06:26:17 +0000 (08:26 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 22 Jun 2017 06:26:17 +0000 (08:26 +0200)
Makefile
debian/changelog

index 1171e3120aa5b8575591c2f07d28812cd78877db..b4fc9c07a8cddbbf77a4d1f289c3919c78ea5920 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 VERSION=5.0
-PKGREL=13
+PKGREL=14
 
 PACKAGE=libpve-common-perl
 
index a311d6ebc8ec273c0e56026fed3fba7de3a0f613..97cc395078beae5bc2d31689f4941b66cb3d1e28 100644 (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