[libsoup/gnome-3-10] 2.44.2



commit c74581fd290488dc0a5c52c8b37160cfda08ec8a
Author: Dan Winship <danw gnome org>
Date:   Mon Nov 11 17:46:39 2013 -0500

    2.44.2

 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index aa7606e..af5dd6f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Changes in libsoup from 2.44.1 to 2.44.2:
+
+       * Fixed a hang with internet radio streams in Rhythmbox (and
+          some other places). [#710494, Dan]
+
+       * Fixed a connection leak when cancelling the close of
+         a message GInputStream. [#711260, Dan]
+
+       * Plugged a few memory leaks [#711085, Christophe Fergeau]
+
+       * Fix build with --without-ntlm [#710267, Dan]
+
+       * Fixed a few warnings [Dan, Fabiano FidĂȘncio]
+
+       * Fixed connection-test to pass with current glib [#711361,
+         Colin Walters]
+
+       * Tests are now more verbose by default under "make check",
+          since current automake just redirects all the output to a
+          log file anyway. [Dan]
+
 Changes in libsoup from 2.44.0 to 2.44.1:
 
        * If you called g_input_stream_close() on SoupMessage or
diff --git a/configure.ac b/configure.ac
index b53d8c1..4db8cd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [44])
-m4_define([soup_micro_version], [1])
+m4_define([soup_micro_version], [2])
 
 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]