[gtk-vnc] Bump to 0.7.0 for new release



commit 88af272bdbae83e2cbbb28ad04238152f252a85f
Author: Daniel P. Berrange <berrange redhat com>
Date:   Thu Feb 9 10:28:12 2017 +0000

    Bump to 0.7.0 for new release
    
    Signed-off-by: Daniel P. Berrange <berrange redhat com>

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6e9ea2d..60f5a5a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,24 @@
     GTK VNC News
     ============
 
+Feb  9, 2017: Release 0.7.0
+===========================
+
+ o CVE-2017-5884 - fix bounds checking for RRE, hextile and
+   copyrect encodings
+ o CVE-2017-5885 - fix color map index bounds checking
+ o Add API to allow smooth scaling to be disabled
+ o Workaround to help SPICE servers quickly drop VNC clients
+   which mistakenly connect, by sending "RFB " signature bytes
+   early
+ o Don't accept color map entries for true-color pixel formats
+ o Add missing vala .deps files for gvnc & gvncpulse
+ o Avoid crash if host/port is NULL
+ o Add precondition checks to some public APIs
+ o Fix link to home page in README file
+ o Fix misc memory leaks
+ o Clamp cursor hot-pixel to within cursor region
+
 Aug 18, 2016: Release 0.6.0
 ===========================
 
diff --git a/configure.ac b/configure.ac
index a208501..c20c547 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.63)
 
-AC_INIT([gtk-vnc],[0.6.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gtk-vnc],[gtk-vnc],[http://live.gnome.org/gtk-vnc/])
+AC_INIT([gtk-vnc],[0.7.0],[https://bugzilla.gnome.org/enter_bug.cgi?product=gtk-vnc],[gtk-vnc],[http://live.gnome.org/gtk-vnc/])
 AC_CONFIG_SRCDIR([src/vncconnection.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]