summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-16 15:08:14 +0200
committerStef Walter <stefw@gnome.org>2012-07-16 15:08:14 +0200
commit023efacf30a7ae4ee5a76f909f973fa5058bb7b9 (patch)
tree99828c90dd6af0258add4395041d9679111c94a0
parent413ca6be40a4f9351f12030c791544edd5a52e16 (diff)
downloadp11-kit-0.13.tar.gz
Release version 0.130.13
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6f676a6..dcd1ed7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.13
+ * Don't allow reading of PIN files larger than 4096 bytes
+ * If a module is not marked as critical then ignore init failure
+ * Use preconditions to check for input problems and out of memory
+ * Add enable-in and disable-in options to module config
+ * Fix the flags in pin.h
+ * Use gcc extensions to check varargs during compile
+ * Fix crasher when a duplicate module is present
+ * Fix broken hashmap behavior
+ * Testing fixes
+ * Win32 build fixes
+ * 'p11-kit -h' now works
+ * Documentation fixes
+
0.12
* Build fix
diff --git a/configure.ac b/configure.ac
index ac39567..0e1e2f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.12],
+ [0.13],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])