diff --git a/Makefile b/Makefile index 99dc8977..61a25e0e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=3.2 VERSION=3.1 PACKAGE=qemu-server -PKGREL=17 +PKGREL=18 DESTDIR= PREFIX=/usr diff --git a/changelog.Debian b/changelog.Debian index 63a239e6..300842e8 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,19 @@ +qemu-server (3.1-18) unstable; urgency=low + + * depend on novnc-pve package + + * support webockets for VNC console + + * migration : add setup state + + * add virtio-net multiqueue support + + * add firewall option to qemu network interface + + * add initiator-name to iscsi drives if configured + + -- Proxmox Support Team Tue, 17 Jun 2014 09:00:03 +0200 + qemu-server (3.1-17) unstable; urgency=low * depend on pve-firewall package