5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-07 17:17:57 +03:00

bump version to 5.0-52

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-05-25 14:26:23 +02:00
parent 4417610caa
commit ac498c87d8
2 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,6 @@
VERSION=5.0
PACKAGE=qemu-server
PKGREL=51
PKGREL=52
CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11
JSON_CFLAGS=$(shell pkg-config --cflags json-c)

16
debian/changelog vendored
View File

@ -1,3 +1,19 @@
qemu-server (5.0-52) unstable; urgency=medium
* migrate: log which local resource causes error
* fix #1999: create a tree view for qm listsnapshot
* fix #503: print correct offline time for stop mode backups
* ensure cloudinit volume are available for file_size_info
* fix cloning a VM using CloudInit if formats other than raw/qcow2 are
chosen
* map cloudinit disk to new vmid on restore
* correctly honor the $nocheck param again to ensure we can directly
resume after a migration has finished transferring the VM state over
to the target node. Fixes issues when migrating under bulk migration
load.
-- Proxmox Support Team <support@proxmox.com> Sat, 25 May 2019 11:40:24 +0200
qemu-server (5.0-51) unstable; urgency=medium
* fix #1811: allow non root user to edit serialX: socket entries