]> granicus.if.org Git - p11-kit/commitdiff
Release version 0.20.3 0.20.3
authorStef Walter <stef@thewalter.net>
Fri, 4 Jul 2014 13:57:52 +0000 (15:57 +0200)
committerStef Walter <stef@thewalter.net>
Fri, 4 Jul 2014 13:57:52 +0000 (15:57 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c64713d472eb0b69bd7869118e927bf71a481cda..f0f7182595c156a69c623459bd9fdad1e10deb3e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.20.3 (stable)
+ * Fix problems reinitializing managed modules after fork
+ * Fix bad bookeeping when fail initializing one of the modules
+ * Fix case where module would be unloaded while in use [#74919]
+ * Remove assertions when module used before initialized [#74919]
+ * Fix handling of mmap failure and mapping empty files [#74773]
+ * Stable p11_kit_be_quiet() and p11_kit_be_loud() functions
+ * Require automake 1.12 or later
+ * Build fixes for Windows [#76594 #74149]
+
 0.20.2 (stable)
  * Fix bug where blacklist didn't affect extracted ca-anchors if the anchor
    and blacklist were not in the same trust path (regression) [#73558]
index 79693a26c05f91536874353f670b887b1993c326..c0e0c5086255d544365cb0252292da86785c6214 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.61)
 
 AC_INIT([p11-kit],
-       [0.20.2],
+       [0.20.3],
        [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
        [p11-kit],
        [http://p11-glue.freedesktop.org/p11-kit.html])