[glib-networking/glib-2-30] 2.30.2



commit ace4cef7be0fc7024b1f8ba22176777adae29361
Author: Dan Winship <danw gnome org>
Date:   Wed Jan 4 10:49:11 2012 -0500

    2.30.2

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 981faec..eecfd5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2.30.2
+======
+  * gnutls
+	* Added another G_TLS_ERROR_NOT_TLS (aka "dumb server, try
+	  falling back from TLS to SSLv3") case, when the handshake
+	  completes but then packets after that don't decrypt
+	  correctly. (Dan, #662104)
+
+	* Fixed a crash when passing a NULL GError to
+	  g_tls_file_database_new(). (Dan)
+
+  * proxy/gnome
+	* Fixed configure check so that "--without-gnome-proxy" works.
+	  (Alexandre Rostovtsev, #662203)
+
+	* Fixed tests to only build the gnome proxy test if we're
+	  building the gnome proxy. (Kalev Lember, #662085)
+
 2.30.1
 ======
   * Fixed a crash when passing a NULL GCancellable to
diff --git a/configure.ac b/configure.ac
index 47278c7..74745fc 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.30.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-networking],[2.30.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]