]> granicus.if.org Git - p11-kit/commitdiff
Release version 0.19.3 0.19.3
authorStef Walter <stef@thewalter.net>
Tue, 23 Jul 2013 14:49:13 +0000 (16:49 +0200)
committerStef Walter <stef@thewalter.net>
Wed, 24 Jul 2013 08:13:03 +0000 (10:13 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 89135d38310f4f7bf2a928e399a1bf3a5c34b72e..ea64056d2ff6fffd03a9e8eb29604dd947bbaa1d 100644 (file)
--- 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
index ecf9ee90b1418a48bd30b640b60c500248c8ae24..64f39c61f2291a7c85ff1457a3e025ad721c7ee7 100644 (file)
@@ -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])