summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2018-05-28 16:07:37 +0200
committerDaiki Ueno <ueno@gnu.org>2018-05-30 16:10:27 +0200
commit3dd5810143e51dabdc58069e55b09a950349fa08 (patch)
treeea5ffcdabe1f5df1c92c0536c48a80ac61c32b8d
parentf696eddecaa1f1cd1687ab5dbb942128aaca1903 (diff)
Release 0.23.12
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d81807f..6ce671b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.23.12 (stable)
+ * Fix compile error when PKCS#11 GNU calling convention is enabled [PR#160]
+ * Fix getauxval() and secure_getenv() emulation on macOS and FreeBSD [PR#167]
+ * Build and test fixes on macOS [PR#162, PR#168]
+
0.23.11 (stable)
* trust: Add extractor for edk2/cacerts.bin [PR#139]
* modules: Add option to control module visibility from proxy [PR#140]
diff --git a/configure.ac b/configure.ac
index 2daf31a..e99a3c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.23.11],
+ [0.23.12],
[https://github.com/p11-glue/p11-kit/issues],
[p11-kit],
[https://p11-glue.github.io/p11-glue/p11-kit.html])