diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-10-24 09:49:23 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-10-24 09:52:44 +0200 |
commit | 190aee9cdf44d257333d7ef9e29113a07f1516c9 (patch) | |
tree | ad74582dde8087d405cb89fb5112d4ff520e7026 | |
parent | 138c046a5ff1b0e532896b4d640c0cba6ead4027 (diff) | |
download | p11-kit-190aee9cdf44d257333d7ef9e29113a07f1516c9.tar.gz |
Release version 0.80.8
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/p11-kit.pot | 4 |
3 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,10 @@ +0.8 + * Rename non-static functions to have a _p11_xxx prefix + * No concurrent calling of C_Initialize and C_Finalize + * Print more information in 'p11-kit -l' + * Initial port to win32 + * Build, testing fixes + 0.7 * Expand p11-kit config variables correctly invarious build scenarios * Add test tool to print out error messages diff --git a/configure.ac b/configure.ac index d2ca8f0..896dc26 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.65) AC_INIT([p11-kit], - [0.7], + [0.8], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html]) diff --git a/po/p11-kit.pot b/po/p11-kit.pot index 4caadf6..c330151 100644 --- a/po/p11-kit.pot +++ b/po/p11-kit.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: p11-kit 0.7\n" +"Project-Id-Version: p11-kit 0.8\n" "Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=p11-" "glue\n" -"POT-Creation-Date: 2011-09-27 10:14+0200\n" +"POT-Creation-Date: 2011-10-24 09:49+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" |