[libsoup] 2.35.92



commit 27b306cb9e8cc0b91e2188cc820c7c511f64b69c
Author: Dan Winship <danw gnome org>
Date:   Mon Sep 19 18:03:56 2011 -0400

    2.35.92

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b5da4ec..95b828d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in libsoup from 2.35.90 to 2.35.92:
+
+	* Fixed a problem where SoupHTTPRequest response bodies could
+          be truncated. [#659256, Sergio]
+
+	* Fixed a bug in copying TLS information from SoupSocket to
+	  SoupMessage, causing all https connections to be reported as
+	  "untrusted" in epiphany. [Dan]
+
+	* Made SoupSession remove items from its host cache after a
+          while, so that if a host changes IP address, it will
+          eventually try to re-resolve it. [#646959, Sergio]
+
 Changes in libsoup from 2.35.5 to 2.35.90:
 
 	* Added SOUP_MESSAGE_CAN_REBUILD flag, to use with
diff --git a/configure.ac b/configure.ac
index 34106ed..dc69d94 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.35.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.35.92],[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]