]> granicus.if.org Git - p11-kit/commitdiff
Release version 0.23.3 0.23.3
authorDaiki Ueno <dueno@redhat.com>
Tue, 13 Dec 2016 09:17:51 +0000 (10:17 +0100)
committerDaiki Ueno <ueno@gnu.org>
Tue, 20 Dec 2016 10:04:25 +0000 (11:04 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0cf48e44fce25d59769e12fb18f91c71ec01d2bc..cc027fdfe3cb06869eb6c499ffd65508d3e04575 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index 5cb1f17ef4d53887051ab566319db829b12e93b4..a5f044a2276e095d5043ddba5cf3a0f0c4e0c2a1 100644 (file)
@@ -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
 
 # ------------------------------------------------------------------------------