summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-08-30 12:56:12 -0400
committerDan Winship <danw@gnome.org>2011-08-30 12:56:12 -0400
commit77b6f3937fa6f3ecba5d5620f3756793048a745b (patch)
treea3c0071d77243b1b8492e5360a4337c4c2449579
parent916ccf31b237cc668f2222e325d81d0b212014b8 (diff)
downloadlibsoup-77b6f3937fa6f3ecba5d5620f3756793048a745b.tar.gz
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cc693201..b5da4ecf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Changes in libsoup from 2.35.5 to 2.35.90:
+
+ * Added SOUP_MESSAGE_CAN_REBUILD flag, to use with
+ soup_message_body_set_accumulate(FALSE) on a request body,
+ to indicate that the caller will recreate the request body
+ after it has been discarded if the message needs to be
+ re-sent. [#656650]
+
+ * Fixed the build on mingw-w64 by not using "interface" as
+ as variable name. [#656402, Erik van Pienbroek]
+
+ * (The multihosted https server regression mentioned in the
+ 2.35.5 NEWS turned out to be a glib-networking bug, which is
+ fixed as of 2.29.18.)
+
Changes in libsoup from 2.35.4 to 2.35.5:
* Support NTLM single sign on via samba's /usr/bin/ntlm_auth.
diff --git a/configure.ac b/configure.ac
index 04e0e047..34106ed4 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.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.35.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])