From: Evan Broder Date: Tue, 29 Sep 2009 01:26:38 +0000 (-0400) Subject: Punt the "moocow" VNC password - it's dumb, and we already have our X-Git-Tag: 0.0.22^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/refs/tags/0.0.22 Punt the "moocow" VNC password - it's dumb, and we already have our own authentication mechanism (that uses real authentication). svn path=/trunk/packages/invirt-web/; revision=2487 --- diff --git a/code/templates/vnc.tmpl b/code/templates/vnc.tmpl index c61b4f6..78a0bbc 100644 --- a/code/templates/vnc.tmpl +++ b/code/templates/vnc.tmpl @@ -15,7 +15,6 @@ Console to $machine.name

See tips about framebuffer and other issues.

- diff --git a/debian/changelog b/debian/changelog index 7dc3811..1beb4b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-web (0.0.22) unstable; urgency=low + + * Don't supply a password to the VNC server, since one is no longer + required. + + -- Evan Broder Mon, 28 Sep 2009 21:24:06 -0400 + invirt-web (0.0.21) unstable; urgency=low [ Quentin Smith ]