diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/p11-kit.pot | 4 |
3 files changed, 11 insertions, 3 deletions
@@ -1,3 +1,11 @@ +0.4 + * Fix endless loop if module forks during initialization + * Update PKCS#11 URI code for new draft of spec + * Don't fail when duplicate modules are configured + * Better debug output + * Add example configuration documentation + * Support whitespace in PKCS#11 URIs + 0.3 * Rewrite hash table, and simplify licensing. * Correct paths for p11-kit config files. diff --git a/configure.ac b/configure.ac index 9900258..df37435 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.65) AC_CONFIG_MACRO_DIR([m4]) AC_INIT([p11-kit], - [0.3], + [0.4], [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 f830120..a50227a 100644 --- a/po/p11-kit.pot +++ b/po/p11-kit.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: p11-kit 0.3\n" +"Project-Id-Version: p11-kit 0.4\n" "Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=p11-" "glue\n" -"POT-Creation-Date: 2011-07-27 12:33+0200\n" +"POT-Creation-Date: 2011-08-19 09:40+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" |