diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-04 19:04:40 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-04 19:04:40 +0100 |
commit | 7b3da7d5bdaa97488668a16fcf1ea04b3d9de64e (patch) | |
tree | 616a3829c5fcc13a6d2a6bd2ea7d983cf2b29cc8 | |
parent | 3f13da890649b8cb88e8e2e39872831c13567a1e (diff) |
Release version 0.16.0
-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]) |