]> git.proxmox.com Git - pve-common.git/commitdiff
bump version to 3.0-10
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 9 Dec 2013 12:18:40 +0000 (13:18 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 9 Dec 2013 12:18:40 +0000 (13:18 +0100)
new helper next_spice_port()

Makefile
data/PVE/Tools.pm
debian/changelog

index 11d8cef4b4c1d789c9c5e82be7d4c3e2d30631d0..42fe6c5733f19a34af4df1a640ab26e48d431b56 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=3.1
 
 VERSION=3.0
 RELEASE=3.1
 
 VERSION=3.0
-PKGREL=9
+PKGREL=10
 
 PACKAGE=libpve-common-perl
 
 
 PACKAGE=libpve-common-perl
 
index f399d77dbb4541116bb4ea68adf112cc6e46c79d..f8e9c4773dbe94ed7e57d1c9de5102d96410b85e 100644 (file)
@@ -729,6 +729,10 @@ sub next_vnc_port {
     return next_unused_port(5900, 6000);
 }
 
     return next_unused_port(5900, 6000);
 }
 
+sub next_spice_port {
+    return next_unused_port(61000, 61099);
+}
+
 # NOTE: NFS syscall can't be interrupted, so alarm does 
 # not work to provide timeouts.
 # from 'man nfs': "Only SIGKILL can interrupt a pending NFS operation"
 # NOTE: NFS syscall can't be interrupted, so alarm does 
 # not work to provide timeouts.
 # from 'man nfs': "Only SIGKILL can interrupt a pending NFS operation"
index a0ce308442b3a1d6e270a519cbda25462473c1c2..e800ace81b4843566ac88bbefe58f91c44351424 100644 (file)
@@ -1,3 +1,11 @@
+libpve-common-perl (3.0-10) unstable; urgency=low
+
+  * wait_for_vnc_port: avoid unnecessarry delay by using usleep
+  
+  * new helper next_spice_port()
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 09 Dec 2013 13:16:55 +0100
+
 libpve-common-perl (3.0-9) unstable; urgency=low
 
   * export regular expressions for IPv4 and IPv6 addresses
 libpve-common-perl (3.0-9) unstable; urgency=low
 
   * export regular expressions for IPv4 and IPv6 addresses