[libsoup] 2.39.5



commit e1ce7249de8d7abc7a81faa706a69830272fe886
Author: Dan Winship <danw gnome org>
Date:   Mon Aug 6 17:46:39 2012 -0400

    2.39.5

 NEWS         |   32 ++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 33 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 79baf8e..4fcb242 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Changes in libsoup from 2.39.4.1 to 2.39.5:
+
+	* Fixed several bugs in the soup-message-io updates that could
+          cause hangs or I/O errors. [#679527 and other bugs not filed
+          in bugzilla]
+
+	* Fixed SoupServer:async-context to work properly again
+
+	* Further fixes to soup_uri_normalize() when using the
+          "unescape_extra" parameter. [#680018]
+
+	* Fixed soup_xmlrpc_parse_method_call() to handle the case
+          where there is no <params> element (which is legal).
+          [#671661]
+
+	* Fixed the deprecation warning on soup_message_headers_get()
+          [#680143]
+
+	* Added warnings to some erroneous SoupSocket usages rather
+          than returning bogus data. [#673083, Simon McVittie]
+
+	* Fixed build under Windows/MinGW
+
+	* SoupSocket no longer emits the "readable" signal when a
+          socket is disconnected if that socket is non-blocking.
+
+	* Updated public suffix list to the current version.
+
+	* New/Updated translations:
+	  Assamese, Chinese (simplified), Esperanto, Galician, Greek, Gujarati,
+	  Hebrew, Norwegian bokmÃl, Russian, Serbian, Slovenian
+
 Changes in libsoup from 2.39.4 to 2.39.4.1:
 
 	* Fixed indentation problems in tld-parser.py so it will work
diff --git a/configure.ac b/configure.ac
index 47daa7d..7046b68 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.39.4.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.39.5],[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]