From 77b6f3937fa6f3ecba5d5620f3756793048a745b Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 30 Aug 2011 12:56:12 -0400 Subject: [PATCH] 2.35.90 --- NEWS | 15 +++++++++++++++ configure.ac | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cc69320..b5da4ec 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 04e0e04..34106ed 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]) -- 2.7.4