[seahorse] Release stable version 42.0



commit e16028469dc1ee3c627c2fd9d3a8df7955dc38ec
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sat May 21 16:49:03 2022 +0200

    Release stable version 42.0

 NEWS                                               | 13 +++++++++++++
 data/org.gnome.seahorse.Application.appdata.xml.in | 18 ++++++++++++++++++
 meson.build                                        |  2 +-
 3 files changed, 32 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index f0175bf4..acb95869 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+seahorse 42.0
+-------------
+ * pgp: Fix GPG version check [!197]
+ * desktop: Add pgp,gpg to the description [!196]
+ * search-provider: Don't escape result description as markup [!194]
+ * gkr: Network label fixes [!193]
+ * ssh: Fix CPU Usage Spike When Calling ssh-keygen [!136]
+ * desktop: Add supported mime types to .desktop file [!189]
+ * desktop: Mark application as adaptive [!190]
+ * metainfo: Align app name with .desktop name [!186]
+ * ui: Opt-in to color scheme user preference [!188]
+ * Updated translations
+
 seahorse 41.0
 -------------
  * appdata: State hardware support
diff --git a/data/org.gnome.seahorse.Application.appdata.xml.in 
b/data/org.gnome.seahorse.Application.appdata.xml.in
index 0754da02..2217d86b 100644
--- a/data/org.gnome.seahorse.Application.appdata.xml.in
+++ b/data/org.gnome.seahorse.Application.appdata.xml.in
@@ -23,6 +23,24 @@
   </screenshots>
 
   <releases>
+    <release date="2022-05-21" version="42.0">
+      <description>
+        <p>
+          Version 42 is the next stable release after version 41, with the
+          following major improvements:
+        </p>
+        <ul>
+          <li>The UI will now follow your preferred color scheme</li>
+          <li>
+            Make sure the application shows up when searching for gpg or pgp in
+            GNOME Shell
+          </li>
+          <li>Several fixes searching from GNOME Shell</li>
+          <li>Announce supported mime types</li>
+        </ul>
+        <p>This release also updates translations in several languages.</p>
+      </description>
+    </release>
     <release date="2021-09-29" version="41.0">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 12ce3d56..23b10b81 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('seahorse', ['vala', 'c'],
-  version: '42.alpha',
+  version: '42.0',
   meson_version: '>= 0.51',
   license: 'GPL2+',
 )


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