[glib-networking] 2.31.2



commit d2e0e5ec769641ba5f8250d5cfe099b7b14a4459
Author: Dan Winship <danw gnome org>
Date:   Mon Nov 21 18:06:14 2011 -0500

    2.31.2

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0005f3e..f6ec9c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2.31.2
+======
+  * gnutls
+	* Added gnutls-pkcs11 backend, which uses gnutls 2.12.8 and
+	  p11-kit (a new optional dependency) to provide access to
+	  PKCS#11 tokens. At the moment, this is only enabled if you
+	  set GIO_USE_TLS=gnutls-pkcs11 in the environment. (Stef,
+	  #656361)
+
+	* GTlsCertificateGnutls can now read unencrypted PKCS#8 keys
+	  (which show "BEGIN PRIVATE KEY" in PEM form) in addition to
+	  the previously-supported PKCS#1 keys ("BEGIN RSA PRIVATE
+	  KEY").
+
+  * Updated translations:
+	Galician, German, Lithuanian, Norwegian bokmÃl, Spanish,
+	Turkish
+
 2.31.0
 ======
   * gnutls
diff --git a/configure.ac b/configure.ac
index 0961026..7b46406 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.65)
 AC_CONFIG_MACRO_DIR([m4])
 
-AC_INIT([glib-networking],[2.31.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-networking],[2.31.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
 
 AC_CONFIG_SRCDIR([proxy/libproxy/glibproxyresolver.h])
 AC_CONFIG_HEADERS([config.h])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]