summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-09-19 18:03:56 -0400
committerDan Winship <danw@gnome.org>2011-09-19 18:03:56 -0400
commit27b306cb9e8cc0b91e2188cc820c7c511f64b69c (patch)
tree806d2b2b408d56821659ccbbf6c07550a121700c
parent2e63943561e774a385be66e7bc5864bb58ead14c (diff)
downloadlibsoup-LIBSOUP_2_35_92.tar.gz
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b5da4ecf..95b828de 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 34106ed4..dc69d94c 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])