[seahorse] Release stable version 3.34



commit 3b225da434e64c27a094270f5b0b389d3e32ab2c
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Oct 1 08:47:52 2019 +0200

    Release stable version 3.34

 NEWS                                               | 18 ++++++++++++++++++
 data/org.gnome.seahorse.Application.appdata.xml.in | 17 +++++++++++++++++
 meson.build                                        |  2 +-
 3 files changed, 36 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index a71cb41d..8bf1a17f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+seahorse 3.32.0
+---------------
+ * gkr: Fix use-after-free in password interaction [!90]
+ * Add OARS Metadata tags
+ * Cleanup flatpak manifest
+ * gkr: Fix a build failure due to a GKR GIR breakage [gkr!19]
+ * Depend on meson version >= 0.49
+ * Fix a crash for some Epiphany passwords [#225]
+ * Add mnemonics [#215]
+ * ssh: Use Posix.Signal.TERM to unbreak building with valac <= 0.40 [!39]
+ * Enable type-to-search [#218]
+ * pgp: Fix a segfault when syncing GPG keys to an HKP server [#224]
+ * gkr: Update user documentation for keyrings
+ * Generate manpage from XML file [!73]
+ * Implement GApplication.open() so we can import files from the command line [!72]
+ * pgp: Fix build related to GPG(ME) versions [#217,#244]
+ * Updated translations
+
 seahorse 3.32.0
 ---------------
  * Fix regression: no more context menu in sidebar [!62]
diff --git a/data/org.gnome.seahorse.Application.appdata.xml.in 
b/data/org.gnome.seahorse.Application.appdata.xml.in
index ed39bfa8..93c680a5 100644
--- a/data/org.gnome.seahorse.Application.appdata.xml.in
+++ b/data/org.gnome.seahorse.Application.appdata.xml.in
@@ -22,6 +22,23 @@
   </screenshots>
 
   <releases>
+    <release date="2019-10-01" version="3.34">
+      <description>
+        <p>
+          Version 3.34 is the next stable release after 3.32, with the
+          following major improvements:
+        </p>
+        <ul>
+          <li>Following the GNOME UX with type-to-search</li>
+          <li>Allow passing files that should be imported as argument</li>
+          <li>Fix a segfault when syncing to HKP server</li>
+          <li>Fix a use-after-free the password dialog</li>
+          <li>Fix build for some GPG versions</li>
+          <li>Several Flatpak build fixes</li>
+        </ul>
+        <p>This release also updates translations in several languages.</p>
+      </description>
+    </release>
     <release date="2019-03-12" version="3.32">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index eead4358..ea2d7f75 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('seahorse', ['vala', 'c'],
-  version: '3.32',
+  version: '3.34',
   meson_version: '>= 0.49',
   license: 'GPL2+',
 )


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