bump version to 3.0-24

This commit is contained in:
Dietmar Maurer 2013-07-18 08:15:21 +02:00
parent fb6c726010
commit bcf1b404b1
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=23
PKGREL=24
DESTDIR=
PREFIX=/usr

View File

@ -1,3 +1,13 @@
qemu-server (3.0-24) unstable; urgency=low
* spiceproxy API: allow client to choose proxy address
* spiceproxy API: read cert subject name directly using Net::SSLeay
* spice: use TLS (encrypt whole traffic)
-- Proxmox Support Team <support@proxmox.com> Thu, 18 Jul 2013 08:14:46 +0200
qemu-server (3.0-23) unstable; urgency=low
* allow to pass SCSI generic devices to guests, for example "scsi0: /dev/sg5"