[connections/release-gnome-41.2] Release 41.2




commit 80039702a62b2c999176491973664efda27e5520
Author: Felipe Borges <felipeborges gnome org>
Date:   Fri Dec 3 16:04:33 2021 +0100

    Release 41.2
    
    Signed-off-by: Felipe Borges <felipeborges gnome org>

 NEWS                                      | 23 +++++++++++++++++++++++
 data/org.gnome.Connections.appdata.xml.in |  9 +++++++++
 meson.build                               |  2 +-
 3 files changed, 33 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 1e3fec5..3d2844c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+41.2 - Dec 03, 2021
+===================
+
+ - rdp-connection: Call show () when opening an already established connection
+ - preferences: Remove activatable_widget property for the host address
+ - build: Don't use internet for appstream validation test
+ - vnc-connection: Only paste clipboard content that is text
+ - Added/updated/fixed translations:
+   - French
+   - Friulian
+   - German
+   - Russian
+
+All contributors to this release:
+
+Aleksandr Melman <Alexmelman88 gmail com>
+Charles Monzat <charles monzat free fr>
+Christian Kirbach <Christian Kirbach gmail com>
+Fabio Tomat <f t public gmail com>
+Felipe Borges <felipeborges gnome org>
+Jeremy Bicha <jbicha ubuntu com>
+Manuel Wassermann <manuel wassermann97 gmail com>
+
 41.1 - Oct 27, 2021
 ===================
 
diff --git a/data/org.gnome.Connections.appdata.xml.in b/data/org.gnome.Connections.appdata.xml.in
index 617c350..0a8d064 100644
--- a/data/org.gnome.Connections.appdata.xml.in
+++ b/data/org.gnome.Connections.appdata.xml.in
@@ -23,6 +23,15 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release version="41.2" date="2021-12-03">
+      <ul>
+        <li>Fix clipboard issues causing crash.</li>
+        <li>Fix crash on interaction with the Connection address row.</li>
+        <li>Fix reconnection issues causing infinite loading.</li>
+        <li>Updated translations</li>
+      </ul>
+    </release>
+
     <release version="41.1" date="2021-10-27">
       <ul>
         <li>Fix search bar stealing input from display keyboard</li>
diff --git a/meson.build b/meson.build
index 01523d6..1f8423f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-connections', ['c', 'vala'],
-          version: '41.1',
+          version: '41.2',
     meson_version: '>= 0.50.0',
   default_options: [ 'warning_level=2',
                    ],


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