diff options
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 19 insertions, 1 deletions
@@ -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]) |