summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-07-23 16:49:13 +0200
committerStef Walter <stef@thewalter.net>2013-07-24 10:13:03 +0200
commit68beea0bca786730019df002fa625986a4d65d91 (patch)
tree7033c9175ce122adf026b5aaa2be0caabda1f705
parent2e7952e62ef205c67175e3e717526e4375ca8325 (diff)
downloadp11-kit-68beea0bca786730019df002fa625986a4d65d91.tar.gz
Release version 0.19.30.19.3
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 89135d3..ea64056 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.19.3 (unstable)
+ * Fix up problems with automake testing
+ * Fix a bunch of memory leaks in newly refactored code
+ * Don't use _GNU_SOURCE and the unportability it brings
+ * Testing fixes
+
0.19.2 (unstable)
* Add basic 'trust anchor' command to store a new anchor
* Support for writing out trust token objects
diff --git a/configure.ac b/configure.ac
index ecf9ee9..64f39c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.19.2],
+ [0.19.3],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])