summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-12-19 10:39:11 +0100
committerStef Walter <stefw@collabora.co.uk>2011-12-19 10:39:11 +0100
commit136b3785fc2f4bbfd70f3664d385bfb5b59b757d (patch)
tree552af9ce9d057cf81482bc71ba602c0920e652a9
parent060eb446aa46fb6ad217d249af1b06397c6262b8 (diff)
downloadgcr-136b3785fc2f4bbfd70f3664d385bfb5b59b757d.tar.gz
Release version 3.3.33.3.3
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a856207..97042da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+gcr 3.3.3
+ - Add support for parsing PKCS#10 and SPKAC formats in GcrParser
+ - Add support for viewing certificate requests in GcrViewer
+ - Support for dynamically loading private key data from PKCS#11
+ - Add GcrCertificateRequest class for requesting certificates
+ - Add function to retrieve basic constraints from a certificate
+ - Show import errors in an info bar under the viewer
+ - Don't show empty dates in gnupg key renderer
+ - Make secure memory pool shared across modules
+ - Add GckBuilder as a mutable attribute set
+ - Add floating references to GckAttributes
+ - Rename GckObjectAttributes to GckObjectCache
+ - Expose GcrSecureEntryBuffer as a public class
+ - Add system prompt and prompter
+ - Expose uri in GcrImporter
+ - Fix build for glib 2.31 deprecations
+ - Licensing fixes
+ - Build fixes, internal bug fixes, documentation, etc.
+
gcr 3.3.2.1
- Fix build issues