summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2022-05-21 15:12:30 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2022-05-21 15:12:30 +0200
commitc5645bdcbae05c06895979ee89fb83ef2ec90a1e (patch)
tree55a11889dfe5d50df698c2cb05271473d5aa5bd2
parent8bd42172af81d3e18397a690fc4eec14aa2d3122 (diff)
downloadgnome-keyring-c5645bdcbae05c06895979ee89fb83ef2ec90a1e.tar.gz
Release version 42.042.0
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4a3bce6a..b61c73ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in version 42.0 are:
+ * secret-portal: Properly check the default keyring [!49]
+ * Build fixes [!44, !48, !50]
+ * ssh-agent: Fix crash by uninitialized GMutex [!45]
+ * fix looping off the end of the operations array [#105, !47]
+ * readme: Mention libsecret instead of deprecated libgnome-keyring [!37]
+ * daemon: Make it systemd-activatable through the control socket [!25]
+ * Updated translations
+
Changes in version 40.0 are:
* Update libcap-ng capability handling [!33, !34]
* Updated translations
diff --git a/configure.ac b/configure.ac
index c1f8afe4..1bf7c14c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT(gnome-keyring,
- 40.0,
+ 42.0,
[gnome-keyring-list@gnome.org],
[gnome-keyring],
[https://wiki.gnome.org/Projects/GnomeKeyring])