diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +0.16.0 (stable) + * Update the pkcs11.h header for new mechanisms + * Fix build and tests on mingw64 (ie: win32) + * Relicense LGPL code to BSD license + * Documentation tweaks + * Pull translations from Transifex [#60792] + * Build fixes [#61739, #60894, #61740] + 0.15.2 (unstable) * Add German and Finish translations * Better define the libtasn1 dependency diff --git a/configure.ac b/configure.ac index 44f4444..d6bf1ad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.15.2], + [0.16.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html]) |