mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-04 17:01:46 +00:00
bump version to 5.0-52
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4417610caa
commit
ac498c87d8
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
VERSION=5.0
|
VERSION=5.0
|
||||||
PACKAGE=qemu-server
|
PACKAGE=qemu-server
|
||||||
PKGREL=51
|
PKGREL=52
|
||||||
|
|
||||||
CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11
|
CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11
|
||||||
JSON_CFLAGS=$(shell pkg-config --cflags json-c)
|
JSON_CFLAGS=$(shell pkg-config --cflags json-c)
|
||||||
|
16
debian/changelog
vendored
16
debian/changelog
vendored
@ -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
|
qemu-server (5.0-51) unstable; urgency=medium
|
||||||
|
|
||||||
* fix #1811: allow non root user to edit serialX: socket entries
|
* fix #1811: allow non root user to edit serialX: socket entries
|
||||||
|
Loading…
Reference in New Issue
Block a user