bump version to 3.0-28

This commit is contained in:
Dietmar Maurer 2013-08-02 10:06:25 +02:00
parent ef5e2be2a4
commit d39020e566
2 changed files with 11 additions and 1 deletions

View File

@ -2,7 +2,7 @@ RELEASE=3.0
VERSION=3.0
PACKAGE=qemu-server
PKGREL=27
PKGREL=28
DESTDIR=
PREFIX=/usr

View File

@ -1,3 +1,13 @@
qemu-server (3.0-28) unstable; urgency=low
* allow to use a socket for serial devices
* implement 'qm terminal' to open terminal via serial device
* add ability to run without graphic card ('vga: serial[n]')
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Aug 2013 10:05:35 +0200
qemu-server (3.0-27) unstable; urgency=low
* add support for unsecure/fast migration (setting in datacenter.cfg)