2.37.2 2.37.2
authorDan Winship <danw@gnome.org>
Tue, 28 May 2013 16:49:03 +0000 (13:49 -0300)
committerDan Winship <danw@gnome.org>
Tue, 28 May 2013 16:49:03 +0000 (13:49 -0300)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index a51a3fc..2fc7c6a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2.37.2
+======
+  * proxy/gnome: Improve session-type detection to include
+    gnome-classic and anything else starting with "gnome" (#700607,
+    Giovanni Campagna)
+
+  * proxy/libproxy: make SOCKS work when using the async API (#699359,
+    Dan)
+
+  * proxy/tests: make the libproxy test program use the just-built
+    plugin rather than the installed one. Oops (#700286, Iain Lane)
+
+  * proxy/tests: fix to not error out if neither proxy module is built
+    (#700628, Dan)
+
+  * tls/tests: fix a sporadic crash (Dan)
+
 2.37.1
 ======
   * gnutls: Fixed a bug that could cause hangs and/or bursts of CPU
index e3ce27d..ca7d227 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.65)
 AC_CONFIG_MACRO_DIR([m4])
 
-AC_INIT([glib-networking],[2.37.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-networking],[2.37.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
 
 AC_CONFIG_SRCDIR([proxy/libproxy/glibproxyresolver.h])
 AC_CONFIG_HEADERS([config.h])