summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bfd86ce..95fb15a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.23.10 (devel)
+ * filter: Respect "write-protected" vendor-specific attribute in
+ PKCS#11 URI [PR#129]
+ * server: Improve shell integration and documentation [PR#107, PR#108]
+ * proxy: Reuse existing slot ID mapping in after fork() [PR#120]
+ * trust: Forcibly mark "Default Trust" read-only [PR#123]
+ * New function p11_kit_override_system_files() which can be used for
+ testing [PR#110]
+ * trust: Filter out duplicate extensions [PR#69]
+ * Update translations [PR#128]
+ * Bug fixes [PR#125, PR#126]
+
0.23.9 (devel)
* Fix p11-kit server regressions [PR#103, PR#104]
* trust: Respect anyExtendedKeyUsage in CA certificates [PR#99]
diff --git a/configure.ac b/configure.ac
index a1ca013..bbb81e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.23.9],
+ [0.23.10],
[https://github.com/p11-glue/p11-kit/issues],
[p11-kit],
[https://p11-glue.github.io/p11-glue/p11-kit.html])