5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2024-12-23 17:34:19 +03:00

bump version to 5.0-20

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2018-01-16 14:27:43 +01:00
parent 049fc9ebe7
commit 332a2f2bae
2 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,6 @@
VERSION=5.0
PACKAGE=qemu-server
PKGREL=19
PKGREL=20
CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro

15
debian/changelog vendored
View File

@ -1,3 +1,18 @@
qemu-server (5.0-20) unstable; urgency=medium
* added spec-ctrl flag to cpu 'flags' property
* added -IBRS cpu type variants
* added Skylake-Server cpu type
* added --pretty option to 'qm showcmd'
* increase start timeout when hugepages are enabled to compensate for long
allocation times
-- Proxmox Support Team <support@proxmox.com> Tue, 16 Jan 2018 14:26:30 +0100
qemu-server (5.0-19) unstable; urgency=medium
* add 'flags' property to cpu option to allow passing PCID support to VMs