[seahorse] Release stable version 40.0



commit c8a76bc0c23a9ede216158a7a8c292dd88db28e5
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Apr 11 18:46:27 2021 +0200

    Release stable version 40.0

 NEWS                                               | 10 ++++++++
 data/org.gnome.seahorse.Application.appdata.xml.in | 27 +++++++++++++++++++++-
 meson.build                                        |  2 +-
 3 files changed, 37 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8e6583a2..4f1abbd7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+seahorse 40.0
+-------------
+ * Fix paint issue when unlocking empty login keyring [#315,!153]
+ * pgp: Properly fix keyserver registration [!151]
+ * pgp: Add unit tests for PGP keyserver code [!167]
+ * build: Unbreak build using vala 0.48.x [!162]
+ * ci: Add minimal style checks to the CI [!168,!146]
+ * Several code cleanups
+ * Updated translations
+
 seahorse 40.alpha
 -----------------
  * Fix import dialog [!144,#235]
diff --git a/data/org.gnome.seahorse.Application.appdata.xml.in 
b/data/org.gnome.seahorse.Application.appdata.xml.in
index df52975f..7c75c7b8 100644
--- a/data/org.gnome.seahorse.Application.appdata.xml.in
+++ b/data/org.gnome.seahorse.Application.appdata.xml.in
@@ -21,6 +21,32 @@
   </screenshots>
 
   <releases>
+    <release date="2021-04-11" version="40.0">
+      <description>
+        <p>
+          Version 40 is the next stable release after 3.38, with the
+          following major improvements:
+        </p>
+        <ul>
+          <li>Support for PGP keyservers which use the HKPS format</li>
+          <li>
+            Several hiccups that occurred when adding a new PGP keyservers have
+            now been resolved.
+          </li>
+          <li>You can now create GPG keys with an empty password</li>
+          <li>
+            Fixed an issue with the expiry date when trying to create a new
+            GPG key
+          </li>
+          <li>Network passwords now have a separate icon</li>
+          <li>
+            Style updates to have a more consistent look with other
+            GNOME apps
+          </li>
+        </ul>
+        <p>This release also updates translations in several languages.</p>
+      </description>
+    </release>
     <release date="2020-11-07" version="3.38.0">
       <description>
         <p>
@@ -35,7 +61,6 @@
           </li>
           <li>Virtual keyboards will better support several input fields</li>
           <li>New keyboard shortcuts using &lt;Alt&gt; and arrow keys</li>
-          <li></li>
           <li>Several bugfixes</li>
         </ul>
         <p>This release also updates translations in several languages.</p>
diff --git a/meson.build b/meson.build
index 51637afe..978f1f10 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('seahorse', ['vala', 'c'],
-  version: '40.alpha',
+  version: '40.0',
   meson_version: '>= 0.51',
   license: 'GPL2+',
 )


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