diff options
author | Stef Walter <stefw@collabora.co.uk> | 2012-01-03 17:00:51 +0100 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2012-01-03 17:02:06 +0100 |
commit | 001d59596a37369d094edcace455f611d9f55908 (patch) | |
tree | 1f017a65bc9f3cee3fc59fc3ff452d4d0e8e175a | |
parent | 049e556d043aa6ecfbf32a70dae6e7e5e8eb69d3 (diff) |
Release version 0.10
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +0.10 + * Build fixes, for windows, gcc 4.6.1 + 0.9 * p11-kit can't be used as a static library * Fix problems crashing when freeing TLS on windows diff --git a/configure.ac b/configure.ac index cdb67a6..3fdde10 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.9], + [0.10], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html]) |