[libsoup] 2.37.3



commit 71f5ac7dd1d50a1f8955987ac8d5437abb1f60d2
Author: Dan Winship <danw gnome org>
Date:   Mon Dec 19 20:39:40 2011 -0500

    2.37.3

 NEWS         |   25 +++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ff1aea5..996585d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Changes in libsoup from 2.37.2 to 2.37.3:
+
+	* Now requires glib 2.31
+
+	* Simplified SoupHTTPInputStream and SoupRequestHTTP, allowing
+          related simplifications in WebKit's ResourceHandleSoup. This
+          is an ABI-incompatible change, but SoupHTTPInputStream is an
+          unstable API. [#663451, Dan]
+
+	* Fixed a bug that caused the SOUP_MESSAGE_CERTIFICATE_TRUSTED
+          flag to always be cleared, causing epiphany to claim all
+          https pages were untrusted. [#665182, Dan]
+
+	* Fixed some bugs in the handling of SoupSession:http-aliases
+          and SoupSession:https-aliases.
+
+	* Fixed handling of ACLOCAL_FLAGS [#641470, Craig Keogh]
+
+	* Fixed SoupContentDecoder's "ignore Content-Encoding: gzip
+          because the server didn't actually mean it" hack to handle
+          x-gzip too.
+
+	* Clarified the documentation on SoupSession:ssl-strict
+          [#666280]
+
 Changes in libsoup from 2.37.1 to 2.37.2:
 
 	* Fixed up the output of SoupDirectoryInputStream, thus
diff --git a/configure.ac b/configure.ac
index 899f7af..5ce2fcf 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.37.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.37.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
 AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
 AC_CONFIG_MACRO_DIR([m4])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]