[seahorse/gnome-3-30] Release stable version 3.30.1



commit 4d2a3a00d2854491602889ede824009ed1a0ac5a
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Dec 11 22:07:47 2018 +0100

    Release stable version 3.30.1

 NEWS                         |  8 ++++++++
 data/seahorse.appdata.xml.in | 15 +++++++++++++++
 meson.build                  |  2 +-
 3 files changed, 24 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 938d0d07..37b76451 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+seahorse 3.30.1
+---------------
+ * gkr: Passwords are filtered out when "personal" [#196]
+ * ssh: Fix key creation with quotes in the name [#197]
+ * pgp: A progress bar is again shown when creating a PGP key [#108]
+ * Resolved a crash when pasting e.g. a file into the window [#206]
+ * Updated translations
+
 seahorse 3.30.0
 ---------------
  * Fix no window when launched from .desktop [#192,!16]
diff --git a/data/seahorse.appdata.xml.in b/data/seahorse.appdata.xml.in
index 8c01744c..be264517 100644
--- a/data/seahorse.appdata.xml.in
+++ b/data/seahorse.appdata.xml.in
@@ -22,6 +22,21 @@
   </screenshots>
 
   <releases>
+    <release date="2018-12-11" version="3.30.1">
+      <description>
+        <p>
+          Version 3.30.1 is the next release in the 3.30 stable series, with
+          the following improvements:
+        </p>
+        <ul>
+          <li>Resolved a bug which hid passwords by default</li>
+          <li>Fix SSH key creation with quotes in the name</li>
+          <li>A progress bar is again shown when creating a PGP key</li>
+          <li>Resolved a crash when pasting e.g. a file into the window</li>
+        </ul>
+        <p>This release also updates translations in several languages.</p>
+      </description>
+    </release>
     <release date="2018-09-03" version="3.30">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 74bf9d37..617563d5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('seahorse', ['vala', 'c'],
-  version: '3.30',
+  version: '3.30.1',
   meson_version: '>= 0.42',
   license: 'GPL2+',
 )


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