From e8986fa0692705fa890aed02e08b6844e535eb06 Mon Sep 17 00:00:00 2001
From: Solly Ross <sross@redhat.com>
Date: Thu, 12 Jan 2017 14:36:42 -0500
Subject: [PATCH] Release v0.6.2

Fixes a XSS vulnerability in the noVNC status display which could allow
remote VNC servers to inject arbitrary HTML into the noVNC display page.
---
 docs/VERSION | 2 +-
 package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/VERSION b/docs/VERSION
index ee6cdce..b616048 100644
--- a/docs/VERSION
+++ b/docs/VERSION
@@ -1 +1 @@
-0.6.1
+0.6.2
diff --git a/package.json b/package.json
index 3db93eb..18afa55 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "noVNC",
-  "version": "0.6.1",
+  "version": "0.6.2",
   "description": "An HTML5 VNC client",
   "main": "karma.conf.js",
   "directories": {
-- 
GitLab