]> git.proxmox.com Git - qemu-server.git/commitdiff
bump version to 2.3-3
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 2 Jan 2013 05:34:51 +0000 (06:34 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 2 Jan 2013 05:34:51 +0000 (06:34 +0100)
Makefile
changelog.Debian

index a4e29390b691b5a5297607b7147e260876d02e2b..0d963e9429a7a2beb199d5af149fec984f36f54f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=2.3
 
 VERSION=2.3
 PACKAGE=qemu-server
-PKGREL=2
+PKGREL=3
 
 DESTDIR=
 PREFIX=/usr
index 5331864ecf4bb4f70e857b0c5dd252ab7a90e36e..6ca74db01ac2fcab40b1892b397b8d41894f8cdf 100644 (file)
@@ -1,3 +1,17 @@
+qemu-server (2.3-3) unstable; urgency=low
+
+  * fix Bug #293: CDROM size not reset when set to use no media
+  
+  * set migrate_downtime default value to 0.1 (and use float instead of int)
+
+  * implement dynamic migration_downtime
+  
+  * allow manual ballooning if shares is set to zero
+  
+  * new api2 call: vm_feature (test support for snapshots/clone feature)
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 02 Jan 2013 06:31:38 +0100
+
 qemu-server (2.3-2) unstable; urgency=low
 
   * use memory info from ballon driver (if enabled)