bump version to 5.0-29

This commit is contained in:
Dietmar Maurer 2018-03-09 08:56:27 +01:00
parent f932646909
commit 3defa1690b
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,5 @@
VERSION=5.0
PKGREL=28
PKGREL=29
PACKAGE=libpve-common-perl

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
libpve-common-perl (5.0-29) unstable; urgency=medium
* CLIHandler: fix command usage string generation
* fix #1682: handle relative years absolutely
* introduce compute_param_mapping_hash helper
-- Proxmox Support Team <support@proxmox.com> Fri, 09 Mar 2018 08:56:03 +0100
libpve-common-perl (5.0-28) unstable; urgency=medium
* net: replace brctl with iproute2 calls