From: Thomas Lamprecht Date: Fri, 1 Feb 2019 12:05:50 +0000 (+0100) Subject: bump version to 5.0-46 X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=a60ba460e96bdeb26e406bf3523f49f1b6121f47 bump version to 5.0-46 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index b69377b..369e660 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=45 +PKGREL=46 CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11 JSON_CFLAGS=$(shell pkg-config --cflags json-c) diff --git a/debian/changelog b/debian/changelog index 50caa67..d5615f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +qemu-server (5.0-46) unstable; urgency=medium + + * allow explicit hv-vendor-id + + * allow explicit set vga with gpu passthrough + + * fix #1924: add snapshot parameter + + * allow to add pre- start/stop hook scripts + + -- Proxmox Support Team Fri, 01 Feb 2019 13:04:19 +0100 + qemu-server (5.0-45) unstable; urgency=medium * fix #2003: give qm terminal a terminal over ssh