diff --git a/Makefile b/Makefile index a132a05d..f4cb8232 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=3.0 VERSION=3.0 PACKAGE=qemu-server -PKGREL=27 +PKGREL=28 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 441aedc7..17060fd0 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -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 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)