2.37.1 2.37.1
authorDan Winship <danw@gnome.org>
Tue, 30 Apr 2013 20:41:14 +0000 (16:41 -0400)
committerDan Winship <danw@gnome.org>
Tue, 30 Apr 2013 20:41:14 +0000 (16:41 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 12986af..a51a3fc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+2.37.1
+======
+  * gnutls: Fixed a bug that could cause hangs and/or bursts of CPU
+    usage in some cases. (#696881, Olivier CrĂȘte)
+
+  * gnutls: Fixed CFLAGS when building with gnutls in a different
+    prefix. (#696519, Emmanuel Pacaud)
+
+  * gnutls: Fixed a hang while rehandshaking with gnutls 3.x (#695062,
+    Dan)
+
+  * gnutls: Fixed a handshaking crash in multithreaded use (#697754,
+    Olivier CrĂȘte)
+
+  * proxy/gnome: Fix "automatic" mode, which was mistakenly being
+    treated as "none" (Dan)
+
+  * proxy/gnome: Use this in Unity sessions as well as GNOME ones.
+    (#698936, Iain Lane)
+
+  * New/Updated translations:
+       Friulian, Indonesian, Turkish
+
 2.36.0
 =======
   * New/Updated translations:
index 83f5f83..e3ce27d 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.65)
 AC_CONFIG_MACRO_DIR([m4])
 
-AC_INIT([glib-networking],[2.37.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-networking],[2.37.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
 
 AC_CONFIG_SRCDIR([proxy/libproxy/glibproxyresolver.h])
 AC_CONFIG_HEADERS([config.h])