[libsoup] 2.37.4



commit 06afcdb9479b9f48f22f42198396ed5ceebcae5a
Author: Dan Winship <danw gnome org>
Date:   Mon Jan 16 18:50:01 2012 -0500

    2.37.4

 NEWS         |   24 ++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 996585d..54705f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Changes in libsoup from 2.37.3 to 2.37.4:
+
+	* SoupMessage now has a "network-event" signal that can be
+          monitored for information about DNS, proxy lookup, TCP
+          connections, and TLS handshakes. [Dan]
+
+	* The HTTP header parsing code now avoids hitting
+          g_return_if_fails() (and returns an error instead) in a few
+          cases of seriously-invalid headers. [#666316, Simon
+          McVittie, Dan]
+
+	* POSTs and other non-idempotent requests are now always sent
+          on newly-created connections. You can also force this
+          behavior on other messages by setting the
+          SOUP_MESSAGE_NEW_CONNECTION flag. [#578990, Dan]
+
+	* Server-closed idle connections are now detected ahead of
+          time on Windows, preventing occasional spurious "Connection
+          terminated unexpectedly" errors. (This had been fixed on
+          UNIX since 2.28, but the earlier fix didn't work with
+          WinSock.) [#578990, Dan]
+
+	* Plugged a leak in SoupRequestHTTP. [#667099, Xan]
+
 Changes in libsoup from 2.37.2 to 2.37.3:
 
 	* Now requires glib 2.31
diff --git a/configure.ac b/configure.ac
index 3423494..6394974 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.37.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.37.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
 AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
 AC_CONFIG_MACRO_DIR([m4])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]