mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-30 02:12:11 +00:00
bump version to 5.0-24
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
00bc302caa
commit
cf7b2c9e36
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
VERSION=5.0
|
VERSION=5.0
|
||||||
PACKAGE=qemu-server
|
PACKAGE=qemu-server
|
||||||
PKGREL=23
|
PKGREL=24
|
||||||
|
|
||||||
CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro
|
CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro
|
||||||
|
|
||||||
|
18
debian/changelog
vendored
18
debian/changelog
vendored
@ -1,3 +1,21 @@
|
|||||||
|
qemu-server (5.0-24) unstable; urgency=medium
|
||||||
|
|
||||||
|
* use pve-edk2-firmware for supporting OVMF
|
||||||
|
|
||||||
|
* restore: implement rate limiting
|
||||||
|
|
||||||
|
* stop passing default '-k' (keyboard) QEMU option from datacenter.cfg
|
||||||
|
|
||||||
|
* create linked clones of templates by default
|
||||||
|
|
||||||
|
* remove legacy vm_monitor_command
|
||||||
|
|
||||||
|
* start: always stop an existing $vmid.scope
|
||||||
|
|
||||||
|
* implement cloudinit support
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 22 Mar 2018 09:24:08 +0100
|
||||||
|
|
||||||
qemu-server (5.0-23) unstable; urgency=medium
|
qemu-server (5.0-23) unstable; urgency=medium
|
||||||
|
|
||||||
* fix migrate cache size parameter for qemu 2.11
|
* fix migrate cache size parameter for qemu 2.11
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -22,7 +22,7 @@ Depends: dbus,
|
|||||||
libpve-access-control (>= 5.0-7),
|
libpve-access-control (>= 5.0-7),
|
||||||
libpve-common-perl (>= 4.0-92),
|
libpve-common-perl (>= 4.0-92),
|
||||||
libpve-guest-common-perl,
|
libpve-guest-common-perl,
|
||||||
libpve-storage-perl,
|
libpve-storage-perl (>= 5.0-18),
|
||||||
libterm-readline-gnu-perl,
|
libterm-readline-gnu-perl,
|
||||||
libuuid-perl,
|
libuuid-perl,
|
||||||
libxml-libxml-perl,
|
libxml-libxml-perl,
|
||||||
|
Loading…
Reference in New Issue
Block a user