[seahorse] Release stable version 43.0



commit 5303f3ff9b3ce69c7e88ee4678328b8ce892ccdb
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Fri Oct 14 09:16:48 2022 +0200

    Release stable version 43.0

 data/org.gnome.seahorse.Application.appdata.xml.in | 21 +++++++++++++++++++++
 meson.build                                        |  2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)
---
diff --git a/data/org.gnome.seahorse.Application.appdata.xml.in 
b/data/org.gnome.seahorse.Application.appdata.xml.in
index 5ad4abaf..3bbc7221 100644
--- a/data/org.gnome.seahorse.Application.appdata.xml.in
+++ b/data/org.gnome.seahorse.Application.appdata.xml.in
@@ -23,6 +23,27 @@
   </screenshots>
 
   <releases>
+    <release date="2022-10-14" version="43.0">
+      <description>
+        <p>
+          Version 43 is the next stable release after version 42, with the
+          following major changes:
+        </p>
+        <ul>
+          <li>
+            When showing an empty page, there's now a button to add a new
+            item directly
+          </li>
+          <li>
+            Fixed some warnings related to .authorized_keys or .other_keys not
+            existing on the system
+          </li>
+          <li>Keysharing over DNS-SD is now disabled by default</li>
+          <li>The code has been ported over to libsoup3</li>
+        </ul>
+        <p>This release also updates translations in several languages.</p>
+      </description>
+    </release>
     <release date="2022-05-21" version="42.0">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index de363474..e29b5322 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('seahorse', ['vala', 'c'],
-  version: '42.0',
+  version: '43.0',
   meson_version: '>= 0.59',
   license: 'GPL2+',
 )


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