summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2014-07-04 15:57:52 +0200
committerStef Walter <stef@thewalter.net>2014-07-04 15:57:52 +0200
commit08e4fcd2c7a9b9ea7a46bff5809a7c383f6063a9 (patch)
tree38c00b78d7fc9d8ba2b5bc096823692f1ce3cdfe /NEWS
parent840ec0f54daeb7c3bc37e22b6ec09ea7cfede868 (diff)
Release version 0.20.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c64713d..f0f7182 100644
--- 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]