[seahorse] Release stable version 3.30



commit 7e0535880a2010df356d9c468c68cdcb77b45431
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Sep 4 01:13:54 2018 +0200

    Release stable version 3.30

 NEWS                         | 10 ++++++++++
 data/seahorse.appdata.xml.in | 24 ++++++++++++++++++++++++
 meson.build                  |  2 +-
 3 files changed, 35 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 2238817e..938d0d07 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+seahorse 3.30.0
+---------------
+ * Fix no window when launched from .desktop [#192,!16]
+ * Show active window if available on launch [!18]
+ * Add debug logging for filtering
+ * Make yelp documentation optional [!17]
+ * Drop Continuous' configure script [!12]
+ * Fix build on debian [#190]
+ * Updated translations
+
 seahorse 3.29.92
 ----------------
  * Add a Flatpak manifest and use it for CI purposes [#7]
diff --git a/data/seahorse.appdata.xml.in b/data/seahorse.appdata.xml.in
index e98571c9..8c01744c 100644
--- a/data/seahorse.appdata.xml.in
+++ b/data/seahorse.appdata.xml.in
@@ -21,6 +21,30 @@
     <screenshot 
type="default">https://wiki.gnome.org/Apps/Seahorse?action=AttachFile&amp;do=get&amp;target=seahorse-screenshot.png</screenshot>
   </screenshots>
 
+  <releases>
+    <release date="2018-09-03" version="3.30">
+      <description>
+        <p>
+          Version 3.30 is the first stable release since 3.20, with the
+          following major improvements:
+        </p>
+        <ul>
+          <li>SSH: Added support for ED25519 and ECDSA keys</li>
+          <li>SSH: different key length options given the encryption type</li>
+          <li>GPG: give a hint when a name is too short for a key</li>
+          <li>GKR: ask for confirmation when changing a password</li>
+          <li>GKR: fix segfault when changing default keyring password</li>
+          <li>Fixed multi-selection of keys</li>
+          <li>Small tweaks to modernize the UI</li>
+          <li>Got rid of several deprecated GTK+ widgets</li>
+          <li>Moved to Meson as build system</li>
+          <li>Migrated to GitLab and added CI with Flatpak</li>
+        </ul>
+        <p>This release also updates translations in several languages.</p>
+      </description>
+    </release>
+  </releases>
+
   <url type="homepage">https://wiki.gnome.org/Apps/Seahorse</url>
   <url type="bugtracker">https://gitlab.gnome.org/GNOME/seahorse/issues</url>
   <url type="donation">http://www.gnome.org/friends/</url>
diff --git a/meson.build b/meson.build
index d21907a3..74bf9d37 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('seahorse', ['vala', 'c'],
-  version: '3.29.92',
+  version: '3.30',
   meson_version: '>= 0.42',
   license: 'GPL2+',
 )


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