summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@src.gnome.org>2022-02-21 07:20:13 +0100
committerDaiki Ueno <dueno@src.gnome.org>2022-02-21 07:20:13 +0100
commitd64530ac70d9723945d68ca079293ea0f9df9e9f (patch)
tree9e62cb2d16c53b6ac411a775d6393a9e467b8609
parente984e7bb67d8d9577fa3b6053c69380f09654e81 (diff)
downloadlibsecret-d64530ac70d9723945d68ca079293ea0f9df9e9f.tar.gz
Release 0.20.50.20.5
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2d0540f..4fd9478 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.20.5
+ * Drop autotools-based build [!44]
+ * Use G_GNUC_NULL_TERMINATED where appropriate [!65]
+ * collection, methods, prompt: Port to GTask [!66, !93]
+ * Detect local storage in snaps in the same way as flatpaks [!67]
+ * Add bash-completion for secret-tool [!70, #50, !72]
+ * secret-tool: Add locking capabilities to secret tool [#28, !75]
+ * secret-file-backend: Avoid closing the same file descriptor twice [!78]
+ * Add support for TPM2 based secret storage [!83, !90, !95]
+ * Create default collection after DBus.Error.UnknownObject [!94]
+ * Port documentation to gi-docgen [!101]
+ * GI annotation and documentation fixes [!63, !64, !102, !103, #66]
+ * Build fixes [#54, !62, !68, #59, !73, !77, !82, !84, !85, !88]
+ * Updated translations
+
0.20.4
* secret-file-collection: Make MAC comparison constant time [!60]
* Initialize libgcrypt for SecretFileCollection [!56]
diff --git a/meson.build b/meson.build
index f659a47..81b4d20 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsecret', 'c',
- version: '0.20.4',
+ version: '0.20.5',
license: 'GPL2+',
meson_version: '>= 0.50',
)