]> git.proxmox.com Git - pve-manager.git/commitdiff
include use clause for exception handling
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 17 Feb 2012 05:07:22 +0000 (06:07 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 17 Feb 2012 05:07:22 +0000 (06:07 +0100)
PVE/API2/Nodes.pm
debian/changelog.Debian
defines.mk

index dc0e525941acd95132344820eb1e4daa566cf607..d8605e10f75b51234780944c90c45ca71416704e 100644 (file)
@@ -11,6 +11,7 @@ use PVE::ProcFSTools;
 use PVE::SafeSyslog;
 use PVE::Cluster;
 use PVE::INotify;
+use PVE::Exception qw(raise raise_perm_exc);
 use PVE::RESTHandler;
 use PVE::RPCEnvironment;
 use PVE::JSONSchema qw(get_standard_option);
index 86514663f86f32090fa629cb7227442780bc8c74..314213459de9c0cdc7fe29da5a0ed8f5796b9692 100644 (file)
@@ -1,3 +1,9 @@
+pve-manager (2.0-28) unstable; urgency=low
+
+  * another fix for vnc shell to nodes
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 17 Feb 2012 06:06:55 +0100
+
 pve-manager (2.0-27) unstable; urgency=low
 
   * fix vnc shell to nodes
index f12b501b9eb37900dabccf41241aca9c100a515b..16a2557395341cdfc2eb1525179968e9e25e8a29 100644 (file)
@@ -2,7 +2,7 @@ RELEASE=2.0
 
 VERSION=2.0
 PACKAGE=pve-manager
-PACKAGERELEASE=27
+PACKAGERELEASE=28
 
 BINDIR=${DESTDIR}/usr/bin
 PERLLIBDIR=${DESTDIR}/usr/share/perl5