]> granicus.if.org Git - p11-kit/commitdiff
Release version 0.19.1 0.19.1
authorStef Walter <stefw@gnome.org>
Mon, 27 May 2013 08:36:23 +0000 (10:36 +0200)
committerStef Walter <stefw@gnome.org>
Mon, 27 May 2013 08:36:23 +0000 (10:36 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 9b4e67c512b5f7ae5fd6bc463e6f2d6123d6f426..f7aa05045aa16923f33543ace127c0e6e0ed32a1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+0.19.0 (unstable)
+ * Refactor API to be able to handle managed modules
+ * Deprecate much of old p11-kit API
+ * Implement concept of managed modules
+ * Make C_CloseAllSessions function work for multiple callers
+ * New dependency on libffi
+ * Fix possible threading problems reported by hellgrind
+ * Add log-calls option
+ * Mark p11_kit_message() as a stable function
+ * Use our own unit testing framework
+
 0.18.2 (stable)
  * Build fixes [#64378 ...]
 
index 59eb693d261ec280757d45a92a3c35fb06eca45e..b09e122de03f0632e5b90bd2438db89b0ed6e8d2 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.61)
 
 AC_INIT([p11-kit],
-       [0.19.0],
+       [0.19.1],
        [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
        [p11-kit],
        [http://p11-glue.freedesktop.org/p11-kit.html])