From 568c18b4340c4a9700d61f58b0842486dd770ca0 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 30 Oct 2015 07:07:08 +0100 Subject: [PATCH] bump version to 4.0-35 --- Makefile | 2 +- changelog.Debian | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f69cb3ea..69412999 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.0 VERSION=4.0 PACKAGE=qemu-server -PKGREL=34 +PKGREL=35 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro diff --git a/changelog.Debian b/changelog.Debian index e4b34d86..f4717afb 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +qemu-server (4.0-35) unstable; urgency=medium + + * clone: use a fullclone hash instead of $drive->{full} + + -- Proxmox Support Team Fri, 30 Oct 2015 07:06:47 +0100 + qemu-server (4.0-34) unstable; urgency=medium * use old netdevice bios files for older machine types (<= 2.4)