]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 3.0-28
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 2 Aug 2013 08:06:25 +0000 (10:06 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 2 Aug 2013 08:06:25 +0000 (10:06 +0200)
Makefile
changelog.Debian

index a132a05d48c6e9484b1e443c3bb742a3a59bcd20..f4cb8232747a64a1a7ac92408e3bd6654550740b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=3.0
 
 VERSION=3.0
 PACKAGE=qemu-server
-PKGREL=27
+PKGREL=28
 
 DESTDIR=
 PREFIX=/usr
index 441aedc7bc6e81b537db231d646e51f791a3a02e..17060fd0d8d4408152e96da414922290bbd5040e 100644 (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)