From: Dan Winship Date: Mon, 18 Feb 2013 23:25:25 +0000 (-0500) Subject: 2.41.90 X-Git-Tag: 2.41.90^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=351cbb0cfc773d371fd667183317d6041089dcc9;p=platform%2Fupstream%2Flibsoup.git 2.41.90 --- diff --git a/NEWS b/NEWS index 9d19e37..5b0e5e5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +Changes in libsoup from 2.41.5 to 2.41.90: + + * Added SoupSession:local-address property, which allows you + to force connections to bind to a particular local address + (eg, to control the interface that is used). [#693215, Jonh + Wendell] + + * Fixed SoupCache to properly handle messages that get + cancelled, and added tests for this. [#692310, Sergio] + + * Fixed a reference leak in SoupCache that resulted in + epiphany hanging for several seconds on exit and then + eventually printing "Cache flush finished despite X pending + requests". And added more tests. [#682527, Sergio] + + * Fixed SoupAuthNTLM so that SoupSession:authenticate gets + emitted with retrying=TRUE if the first attempt fails (ie, + make it work the same way as SoupAuthBasic and + SoupAuthDigest). [#693222, Dan] + + * Fixed the SoupSession:add-feature-by-type property to accept + non-SoupSessionFeature features as well (eg, auth types) + [Dan] + + * Fixed a build bug that would break all the apache-based + tests if you didn't have PHP installed. [#693311, Dan] + + * Updated translations: + Malayalam, Polish, Serbian, Slovak + Changes in libsoup from 2.41.4 to 2.41.5: * Reverted the change to SoupURI's password handling from diff --git a/configure.ac b/configure.ac index 79026a5..1b12081 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl ******************************************* m4_define([soup_major_version], [2]) m4_define([soup_minor_version], [41]) -m4_define([soup_micro_version], [5]) +m4_define([soup_micro_version], [90]) AC_PREREQ(2.63) AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])