diff options
author | Daiki Ueno <dueno@redhat.com> | 2016-12-13 10:17:51 +0100 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2016-12-20 11:04:25 +0100 |
commit | 794385d24fe794455798946ce9de1e2280e78a8c (patch) | |
tree | 6954dcb0bfef35c9ca2e5ba2459b261b2394815b | |
parent | 62d7cd6a0e1ce76b2dd6c5a44933cee1bac93c19 (diff) |
Release version 0.23.3
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 6 |
2 files changed, 13 insertions, 3 deletions
@@ -1,3 +1,13 @@ +0.23.3 (devel) + * Install private executables in libexecdir [#98817] + * Fix link error of proxy module on macOS [#98022] + * Use new PKCS#11 URI specification for URIs [#97245] + * Support x-init-reserved argument of C_Initialize() in remote modules [#80519] + * Incorporate changes from PKCS#11 2.40 specification + * Bump libtool library version + * Documentation fixes + * Build fixes [#87192 ...] + 0.23.2 (devel) * Fix forking issues with libffi [#90289 ...] * Updated translations diff --git a/configure.ac b/configure.ac index 5cb1f17..a5f044a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.23.2], + [0.23.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html]) @@ -13,9 +13,9 @@ AC_INIT([p11-kit], # +1 : 0 : 0 == removed an interface. Breaks old apps. # ? : +1 : ? == internal changes that doesn't break anything. -P11KIT_CURRENT=1 +P11KIT_CURRENT=2 P11KIT_REVISION=0 -P11KIT_AGE=1 +P11KIT_AGE=2 # ------------------------------------------------------------------------------ |