diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/p11-kit.pot | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,2 +1,8 @@ +0.2 + * List token labels in 'p11-kit -l' + * Add API's for handing the pinfile part of URIs + * Use /etc/pkcs11 by default instead of ${prefix}/etc/pkcs11 + * Bug fixes + 0.1 * Initial release diff --git a/configure.ac b/configure.ac index 9b8bb57..afa2548 100644 --- a/configure.ac +++ b/configure.ac @@ -172,4 +172,4 @@ AC_MSG_NOTICE([build options: User Global Config: $p11_user_conf System Module Directory: $p11_system_modules User Module Directory: $p11_user_modules -])
\ No newline at end of file +]) diff --git a/po/p11-kit.pot b/po/p11-kit.pot index da73b0e..aeee678 100644 --- a/po/p11-kit.pot +++ b/po/p11-kit.pot @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: p11-kit 0.2\n" "Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=p11-" "glue\n" -"POT-Creation-Date: 2011-06-07 15:52+0000\n" +"POT-Creation-Date: 2011-07-07 18:45+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" |