diff options
author | Stef Walter <stefw@gnome.org> | 2012-03-09 14:15:35 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2012-03-09 14:15:35 +0100 |
commit | bbd0c4dcde10197df1473ffc5641cafe2173a676 (patch) | |
tree | a074ed0f5e86f5aece255a5d085bb3d0b0ee0af6 | |
parent | 300c84133390363a543854e5cd0ac3dd9018544e (diff) |
Release version 0.12
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +0.12 + * Build fix + 0.11 * Remove automatic reinitialization of PKCS#11 after fork diff --git a/configure.ac b/configure.ac index c6f6fc7..720c95d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.11], + [0.12], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html]) |