From 04e63d75ba402ef28c83f9a8ddef4e08a92a51d3 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 25 Oct 2011 09:18:24 -0400 Subject: [PATCH] 2.37.1 --- NEWS | 29 +++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index fe6dbdb..7d7a361 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +Changes in libsoup from 2.36.0 to 2.37.1: + + * Fixed a problem with connections being assigned to multiple + requests at once after a redirection [#651146, Sergio]. Made + soup_session_pause/unpause_message() work in any state, not + just while the HTTP I/O is occurring, and used this to add a + test case for that bug. [Dan] + + * Ported SoupSession to use GTlsDatabase internally, and added + two new properties, SoupSession:use-system-ca-file (to + specify that the session should use the default system + tlsdb) and SoupSession:tlsdb (to specify a specific tlsdb to + use). [Dan] + + * Likewise, added SoupServer:tls-certificate, for specifying a + certificate/key for an https server to use. + + * Made SoupHTTPInputStream use memory more efficiently. + [#659255, Sergio] + + * Fixed soup_message_get_https_status() to return information + more reliably (with latest glib-networking). + + * Bumped the glib requirement to 2.30.0; although libsoup does + not use any new glib 2.30 APIs, there are several important + bugfixes in glib between 2.28 and 2.30 that libsoup needs. + Currently libsoup builds against either glib 2.30.x or glib + 2.31.x. + Changes in libsoup from 2.35.92 to 2.36.0: * Improvements to gtk-doc documentation. [Dan] diff --git a/configure.ac b/configure.ac index cd9f051..3c5a608 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.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup]) +AC_INIT([libsoup],[2.37.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup]) AC_CONFIG_SRCDIR([libsoup-2.4.pc.in]) AC_CONFIG_MACRO_DIR([m4]) -- 2.7.4