[libsoup] 2.43.5



commit 78aaee682f7650d4687cbf0d62509d8b52629564
Author: Dan Winship <danw gnome org>
Date:   Mon Jul 29 17:40:22 2013 -0400

    2.43.5

 NEWS         |   29 +++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 30 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ecd19a6..a9f337e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Changes in libsoup from 2.43.4 to 2.43.5:
+
+       * SoupProxyURIResolver is now deprecated in favor of the
+          SoupSession:proxy-resolver property (which takes a
+          GProxyResolver). [#680273, Dan]
+
+       * The SoupKnownStatusCode enum is now called SoupStatus. The
+          old name continues to exist as an alias, but is deprecated.
+          (This change has no visible effect in C; it is primarily to
+          help language bindings, so that, eg, SOUP_STATUS_NOT_FOUND
+          maps to "Soup.Status.NOT_FOUND" rather than
+          "Soup.KnownStatusCode.NOT_FOUND".) [#684409, Dan]
+
+       * Fixed the parsing of URI schemes in SoupURI (in particular,
+          to allow scheme names with digits in them). [#703776, Dan]
+
+       * Fixed SoupLogger to print a message's response headers even
+          if the message gets cancelled before the complete response
+          body is received. [#703200, Andres Gomez]
+
+       * Fixed a build problem in non-UTF-8 locales [#702534, Ross
+          Lagerwall]
+
+       * SoupSession now warns if you use
+          soup_session_pause_message() or
+          soup_session_unpause_message() on a synchronous message
+          (which has never worked, though that fact wasn't
+          documented). [#703461, Philip Withnall]
+
 Changes in libsoup from 2.43.2 to 2.43.4:
 
        * Fixed a bug that could cause synchronous sessions to get
diff --git a/configure.ac b/configure.ac
index a546168..570b3b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [43])
-m4_define([soup_micro_version], [4])
+m4_define([soup_micro_version], [5])
 
 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])


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