[gtk-vnc] Bump to 0.7.1 for new release



commit f8c89fc418faa21d6b5a2ad8fb9a41ffb9a9142b
Author: Daniel P. Berrange <berrange redhat com>
Date:   Fri May 19 15:39:12 2017 +0100

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

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 60f5a5a..44bef26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,19 @@
     GTK VNC News
     ============
 
+May 19, 2017: Release 0.7.1
+===========================
+
+ o Explicitly link to GIO instead of relying
+   on implicit linkage
+ o Switch to use new keycodemap database module
+ o Fix size of reserved data in class struct
+ o Fix inverted framebuffer args in test case
+ o Avoid sign extension in integer arithmetic
+ o Avoid crash when opening a GSocketAddress
+ o Fix crash if server connection times out
+ o Fix incompatibility with libvncserver
+
 Feb  9, 2017: Release 0.7.0
 ===========================
 
diff --git a/configure.ac b/configure.ac
index f8f82d9..bebbe46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.63)
 
-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_INIT([gtk-vnc],[0.7.1],[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]