summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-01-04 10:49:11 -0500
committerDan Winship <danw@gnome.org>2012-01-04 10:49:11 -0500
commitace4cef7be0fc7024b1f8ba22176777adae29361 (patch)
treec6bae091615cc355067a81329f7b6fd64f4fa006
parented3460fa929359a72a68456f97bbdc85396f0668 (diff)
downloadglib-networking-2.30.2.tar.gz
2.30.22.30.2
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
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])