2.31.2 2.31.2
authorDan Winship <danw@gnome.org>
Mon, 21 Nov 2011 23:06:14 +0000 (18:06 -0500)
committerDan Winship <danw@gnome.org>
Mon, 21 Nov 2011 23:06:14 +0000 (18:06 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0005f3e..f6ec9c8 100644 (file)
--- 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
index 0961026..7b46406 100644 (file)
@@ -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])