[glib-networking] 2.29.15



commit 07251c47ec494545c8b440830b6f0e9cdfbe1d88
Author: Dan Winship <danw gnome org>
Date:   Mon Aug 15 21:00:29 2011 -0400

    2.29.15

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d46d11c..9884862 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.29.15
+=======
+  * gnutls: implement GTlsDatabase (Stef Walter, #636572)
+
+  * gnutls: override minimum key length, to allow connecting to HTTP
+    servers with very small keys (eg, on some embedded devices). (Dan
+    Winship, #652284).
+
+  * gnutls: use %COMPAT mode, which makes GNUTLS behave more like
+    OpenSSL/NSS/Windows in a few ways, making it work with certain
+    broken HTTP servers. (Dan Winship, part of #581342)
+
+  * gnutls: fixed a crash when passed a NULL GError (Dan Winship)
+
 2.29.9
 ======
   * Optimized GDBus usage in PACRunner (davidz)
diff --git a/configure.ac b/configure.ac
index a355c65..2af44eb 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.29.9],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-networking],[2.29.15],[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]