[seahorse] Release stable version 3.32
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] Release stable version 3.32
- Date: Tue, 12 Mar 2019 19:56:32 +0000 (UTC)
commit 12f9744bb61fd6dfdfa7c3a7a44bc7d76c55e721
Author: Niels De Graef <nielsdegraef gmail com>
Date: Tue Mar 12 20:55:04 2019 +0100
Release stable version 3.32
NEWS | 10 ++++++++++
data/org.gnome.seahorse.Application.appdata.xml.in | 20 ++++++++++++++++++++
meson.build | 2 +-
3 files changed, 31 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 748a2742..a71cb41d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+seahorse 3.32.0
+---------------
+ * Fix regression: no more context menu in sidebar [!62]
+ * gkr: Fix crash when renaming keyring [!70]
+ * pgp: Don't use a custom person icon [!69]
+ * gpgme: Don't use gpgme_op_edit for exporting or making a UID primary [!66]
+ * Port more GSimpleAsyncResult to GTask [!67]
+ * flatpak: fix network permissions [!65]
+ * Updated translations
+
seahorse 3.31.91
---------------
* Remove deprecated g_type_class_add_private [!60]
diff --git a/data/org.gnome.seahorse.Application.appdata.xml.in
b/data/org.gnome.seahorse.Application.appdata.xml.in
index e69d28cf..4d8c43f2 100644
--- a/data/org.gnome.seahorse.Application.appdata.xml.in
+++ b/data/org.gnome.seahorse.Application.appdata.xml.in
@@ -22,6 +22,26 @@
</screenshots>
<releases>
+ <release date="2019-03-12" version="3.32">
+ <description>
+ <p>
+ Version 3.32 is the first stable release since 3.30, with the
+ following major improvements:
+ </p>
+ <ul>
+ <li>A new and contemporary icon</li>
+ <li>Cleanup of the interface with a headerbar</li>
+ <li>Added an empty state placeholder</li>
+ <li>Passwords filled in in GNOME Web show the website and username</li>
+ <li>User-specific Wi-Fi Passwords are now recognized</li>
+ <li>Passwords from Chrome are now more often properly recognized</li>
+ <li>Application-specific passwords now show the application logo if available</li>
+ <li>When entering a new password, an indicator shows its strength</li>
+ <li>Property dialogs for passwords and keys have undergone a cleanup</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 11706dac..1ebd44c5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('seahorse', ['vala', 'c'],
- version: '3.31.91',
+ version: '3.32',
meson_version: '>= 0.42',
license: 'GPL2+',
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]