]> granicus.if.org Git - p11-kit/commitdiff
Release version 0.3 0.3
authorStef Walter <stefw@collabora.co.uk>
Fri, 29 Jul 2011 12:07:01 +0000 (14:07 +0200)
committerStef Walter <stefw@collabora.co.uk>
Fri, 29 Jul 2011 12:07:01 +0000 (14:07 +0200)
NEWS
README

diff --git a/NEWS b/NEWS
index b82407d0e00dc403550ac72adcdc796467fe5a04..f603e2398727a383277a5e59b7af0b0e54f189cb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.3
+ * Rewrite hash table, and simplify licensing.
+ * Correct paths for p11-kit config files.
+ * Many build fixes and tweaks.
+
 0.2
  * List token labels in 'p11-kit -l'
  * Add API's for handing the pinfile part of URIs
diff --git a/README b/README
index e845566c06f9bf557d35e8292c37cf05d97a9769..5e9943ab5ce0a8c1bdc0a71485de657b35de7008 100644 (file)
--- a/README
+++ b/README
@@ -1 +1,8 @@
-README
+P11-KIT
+
+Provides a way to load and enumerate PKCS#11 modules. Provides a standard
+configuration setup for installing PKCS#11 modules in such a way that they're
+discoverable.
+
+Also solves problems with coordinating the use of PKCS#11 by different
+components or libraries living in the same process.