diff options
author | Stef Walter <stefw@gnome.org> | 2013-02-12 16:23:07 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-02-12 16:23:07 +0100 |
commit | 65e68c88d85d8b6896afe9f9e101aefb618ce6be (patch) | |
tree | eb0d95d691d596cbb70f245a49d29aedfbce30f1 | |
parent | efef089a772f4f05caefebf2a6466b4225dc9b00 (diff) |
Release version 0.15.2
* This is an unstable release
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +0.15.2 (unstable) + * Add German and Finish translations + * Better define the libtasn1 dependency + * Crasher and bug fixes + * Build fixes + 0.15.1 (unstable) * Fix some memory leaks * Add a location for packages to drop module configs diff --git a/configure.ac b/configure.ac index 91e077a..e843dfa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.15.1], + [0.15.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html]) |