2.39.5 LIBSOUP_2_39_5
authorDan Winship <danw@gnome.org>
Mon, 6 Aug 2012 21:46:39 +0000 (17:46 -0400)
committerDan Winship <danw@gnome.org>
Mon, 6 Aug 2012 21:46:39 +0000 (17:46 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 79baf8e..4fcb242 100644 (file)
--- 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
index 47daa7d..7046b68 100644 (file)
@@ -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])