[libsoup] 2.47.4



commit a97fc760090b9d475dab5fc80ca50f66d1189076
Author: Dan Winship <danw gnome org>
Date:   Tue Jul 22 09:42:50 2014 -0400

    2.47.4

 NEWS         |   20 ++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f6d1142..0f3fcd8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Changes in libsoup from 2.47.3 to 2.47.4:
+
+       * Fixed two crashes that could occur in multithreaded use
+          (in particular, with the latest git gvfs). [#732783,
+          #732925, Ross Lagerwall]
+
+       * Fixed the handling of data: URIs with base64-encoded data
+          but no explicit MIME type. [#732112, Raveendra Karu]. Added
+          tests for this and other data: URI cases. [Dan]
+
+       * Fixed a bug in SoupAuthNTLM that affected 28-character-long
+          passwords. [#732087, David Woodhouse]
+
+       * Fixed tests to pass with GLib git master (which warns if you
+         use deprecated GObject properties, and which also caught a
+         mutex-handling bug in test-utils.c)
+
+       * Updated translations:
+         Galician, Greek, Lithuanian, Russian
+
 Changes in libsoup from 2.46.0 to 2.47.3:
 
        * Added new-and-improved SoupServer API, and deprecated much
diff --git a/configure.ac b/configure.ac
index 4e37e3b..6d5c21f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [47])
-m4_define([soup_micro_version], [3])
+m4_define([soup_micro_version], [4])
 
 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]