summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])