diff --git a/Makefile b/Makefile index 9c5bc78..8b9173c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION=4.0 -PKGREL=95 +PKGREL=96 PACKAGE=libpve-common-perl diff --git a/debian/changelog b/debian/changelog index d9ce74e..a5e3226 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +libpve-common-perl (4.0-96) unstable; urgency=medium + + * Fix #1388: cpuset: sort members numerically + + * tools: next_unused_port: use IPPROTO_TCP explicitly + + * tools: unused ports: optional address parameter + + * Add utility subroutine to get the fully qualified domain name of a host + + * Tools: make file-locking aware of external exception sources + + * net: only disable ipv6 on actual creation + + * INotify.pm: use Clone::clone instead of Storable::dclone + + -- Proxmox Support Team Fri, 14 Jul 2017 13:25:10 +0200 + libpve-common-perl (4.0-95) unstable; urgency=medium * Network: add helpers to resolve hostnames to IPs