summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-07-17 13:48:52 +0200
committerStef Walter <stef@thewalter.net>2013-07-18 13:07:36 +0200
commitb9d3d6d8ece600ef175d2818b0575a3d4e816858 (patch)
tree12cd638dcc20290029808112da1831682ab069e8
parentf5c6b4f9fa15f286a2f7d30beed01a5b535dea87 (diff)
downloadp11-kit-0.18.5.tar.gz
Release version 0.18.50.18.5
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9eee0d2..71b45a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+0.18.5 (stable)
+ * Add option to use freebl for hashing
+ * Fix some warnings and possible minor bugs higlighted by code scanners
+ * Don't load configs in home directories when running setuid or setgid
+ * Support treating ~/.config as $XDG_CONFIG_HOME
+ * Use $TMPDIR instead of $TEMP while testing
+ * Open files and fds with O_CLOEXEC
+ * Abort initialization if a critical module fails to load
+ * Don't use thread-unsafe functions: strerror, getpwuid
+ * Fix p11_kit_space_strlen() result when empty string
+
0.18.4 (stable)
* Cleanup related to external p11-kit tool commands
diff --git a/configure.ac b/configure.ac
index 513cbaf..d764944 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.18.4],
+ [0.18.5],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])