mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-07 17:17:57 +03:00
bump version to 5.0-55
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a01119dd51
commit
6e2145649c
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
VERSION=5.0
|
||||
PACKAGE=qemu-server
|
||||
PKGREL=54
|
||||
PKGREL=55
|
||||
|
||||
CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11
|
||||
JSON_CFLAGS=$(shell pkg-config --cflags json-c)
|
||||
|
18
debian/changelog
vendored
18
debian/changelog
vendored
@ -1,3 +1,21 @@
|
||||
qemu-server (5.0-55) unstable; urgency=medium
|
||||
|
||||
* Fix #2171: volid based statefiles were not activated on VM start
|
||||
|
||||
* fix #2263: die on live migration with local cloudinit disk
|
||||
|
||||
* fix #2275: die on invalid sendkey
|
||||
|
||||
* fix #2244: Allow timeout for guest-agent shutdown
|
||||
|
||||
* fix SPICE remote viewer live migration
|
||||
|
||||
* fix #2382: delete cloudinit disk before restoring
|
||||
|
||||
* Fix: rtcflags: ignore startdate 'now'
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 05 Dec 2019 09:36:16 +0100
|
||||
|
||||
qemu-server (5.0-54) unstable; urgency=medium
|
||||
|
||||
* wait for VM scopes to be gone through dbus based helper on VM start
|
||||
|
Loading…
Reference in New Issue
Block a user