diff --git a/Makefile b/Makefile index 3236f4f..2e9400f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=4.3 VERSION=4.0 -PKGREL=78 +PKGREL=79 PACKAGE=libpve-common-perl diff --git a/debian/changelog b/debian/changelog index ecf1a52..2753c44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libpve-common-perl (4.0-79) unstable; urgency=medium + + * CpuSet: read $MAX_CPUID from /proc/cpuinfo + + * CpuSet: new max_cpuid() method (replaces static class var) + + * add get_local_ip_from_cidr + + -- Proxmox Support Team Fri, 28 Oct 2016 17:45:04 +0200 + libpve-common-perl (4.0-78) unstable; urgency=medium * CpuSet: add helper to format/print cpu sets