[libsoup] 2.27.4
- From: Dan Winship <danw src gnome org>
- To: svn-commits-list gnome org
- Subject: [libsoup] 2.27.4
- Date: Mon, 13 Jul 2009 15:13:12 +0000 (UTC)
commit a39704267d133c205f86962ce1dc224e29ea84ae
Author: Dan Winship <danw gnome org>
Date: Mon Jul 13 10:21:38 2009 -0400
2.27.4
NEWS | 22 ++++++++++++++++++++++
configure.in | 2 +-
2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 534e70c..6c3524b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Changes in libsoup from 2.27.2 to 2.27.4:
+
+ * Added SoupContentSniffer and the "content-sniffed" signal on
+ SoupMessage, to do Content-Type sniffing per the HTML5 /
+ draft-abarth-mime-sniff algorithm. [#572589, Gustavo Noronha
+ Silva]
+
+ * Updated the earlier SoupSession timeout fixes ([#574414],
+ [#578928]) so that async connect() also times out [#588177,
+ Mark Nauwelaerts] and SSL works on Windows again [#587910,
+ Fridrich Strba].
+
+ * Fixed the behavior on a 301 response to a POST to match
+ real-world usage rather than what the spec says. (We were
+ doing the right thing on 302 and 303, but had missed 301.)
+ [#586692]
+
+ * Changed configure so that if GNUTLS isn't found then it
+ errors out, rather than silently building an SSL-less
+ libsoup. Configure with --disable-ssl if you actually don't
+ want SSL. [#584955]
+
Changes in libsoup from 2.27.1 to 2.27.2:
* Replaced SoupProxyResolver with SoupProxyURIResolver, which
diff --git a/configure.in b/configure.in
index 316ffb6..6061605 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.27.2)
+AC_INIT(libsoup, 2.27.4)
AC_CONFIG_SRCDIR(libsoup-2.4.pc.in)
AM_INIT_AUTOMAKE([foreign])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]