diff --git a/Makefile b/Makefile index 42fe6c5..173ae2e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=3.1 VERSION=3.0 -PKGREL=10 +PKGREL=11 PACKAGE=libpve-common-perl diff --git a/debian/changelog b/debian/changelog index e800ace..45d9beb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libpve-common-perl (3.0-11) unstable; urgency=low + + * add openvswitch support to tap_plug / tap_unplug + + * register CIDR format + + * register standard options for SPICE + + -- Proxmox Support Team Sat, 21 Dec 2013 09:03:07 +0100 + libpve-common-perl (3.0-10) unstable; urgency=low * wait_for_vnc_port: avoid unnecessarry delay by using usleep