bump version to 5.0-46

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-02-01 13:05:50 +01:00
parent 4962130fe1
commit a60ba460e9
2 changed files with 13 additions and 1 deletions

View File

@ -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)

12
debian/changelog vendored
View File

@ -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 <support@proxmox.com> 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