[gtk-vnc] Bump version to 1.3.0 and add release notes



commit 3df186523a8eab9ff6cbbcb2e23d5d8986461c2e
Author: Daniel P. Berrangé <dan berrange com>
Date:   Tue Nov 16 13:32:15 2021 +0000

    Bump version to 1.3.0 and add release notes
    
    Signed-off-by: Daniel P. Berrangé <berrange redhat com>

 NEWS        | 12 ++++++++++++
 meson.build |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 3b8ad3d..8f074b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
     GTK VNC News
     ============
 
+Nov 16, 2021: Release 1.3.0
+===========================
+
+ o Add API to request screen rotation
+ o Automatically pick gthread coroutine if ucontext is not available
+ o Fix meson logic bug when disabling vala
+ o Honour choice of python when generating keymaps
+ o Fix error reporting and memory leaks encrypting auth data
+ o Fix missing includes for GDK quartz and broadway backends
+ o Switch to GNUTLS for VNC auth challenge to fix empty password handling
+ o Fix handling of auth subtypes in gvnccapture program
+
 Apr 14, 2021: Release 1.2.0
 ===========================
 
diff --git a/meson.build b/meson.build
index 777876c..299113a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gtk-vnc','c',
-  version: '1.2.0',
+  version: '1.3.0',
   license: 'LGPLv2.1+',
   default_options: [
     'buildtype=debugoptimized',


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