[seahorse/gnome-3-34] Release stable version 3.34.1



commit 222e106ab8ba2cc6f07e6876982054e6c21ac670
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sat Jan 4 23:59:50 2020 +0100

    Release stable version 3.34.1

 NEWS                                               |  6 ++++++
 data/org.gnome.seahorse.Application.appdata.xml.in | 13 +++++++++++++
 meson.build                                        |  2 +-
 3 files changed, 20 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 9158b0d2..9edb38f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+seahorse 3.34.1
+---------------
+ * Fix crash when deleting a subkey [!100]
+ * Fix a deadlock when using tofu trust model [!97]
+ * Updated translations
+
 seahorse 3.34.0
 ---------------
  * gkr: Fix use-after-free in password interaction [!90]
diff --git a/data/org.gnome.seahorse.Application.appdata.xml.in 
b/data/org.gnome.seahorse.Application.appdata.xml.in
index 93c680a5..cbbc5ca1 100644
--- a/data/org.gnome.seahorse.Application.appdata.xml.in
+++ b/data/org.gnome.seahorse.Application.appdata.xml.in
@@ -22,6 +22,19 @@
   </screenshots>
 
   <releases>
+    <release date="2020-01-04" version="3.34.1">
+      <description>
+        <p>
+          Version 3.34.1 is the next stable release in the 3.34 series, with the
+          following bugfixes:
+        </p>
+        <ul>
+          <li>Fix a deadlock when using trust model TOFU</li>
+          <li>Fix a crash when deleting a GPG subkey</li>
+        </ul>
+        <p>This release also updates translations in several languages.</p>
+      </description>
+    </release>
     <release date="2019-10-01" version="3.34">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index ea2d7f75..df3bf950 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('seahorse', ['vala', 'c'],
-  version: '3.34',
+  version: '3.34.1',
   meson_version: '>= 0.49',
   license: 'GPL2+',
 )


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