2.37.3 LIBSOUP_2_37_3
authorDan Winship <danw@gnome.org>
Tue, 20 Dec 2011 01:39:40 +0000 (20:39 -0500)
committerDan Winship <danw@gnome.org>
Tue, 20 Dec 2011 01:39:40 +0000 (20:39 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ff1aea5..996585d 100644 (file)
--- 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
index 899f7af..5ce2fcf 100644 (file)
@@ -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])