[libsoup] 2.41.5



commit fe6d744b68dc118271ca95f7c6a9f989726881e1
Author: Dan Winship <danw gnome org>
Date:   Tue Feb 5 10:14:44 2013 -0500

    2.41.5

 NEWS         |   17 +++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c1eafdc..9d19e37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Changes in libsoup from 2.41.4 to 2.41.5:
+
+	* Reverted the change to SoupURI's password handling from
+          2.41.4, since it turns out to have broken some things.
+          [#692149, Dan]
+
+	* Avoid a g_return_if_fail() when loading
+          SoupSession:ssl-ca-file fails. [#691930, Guillaume
+          Desmottes]
+
+	* Fixed a bug in SoupBodyInputStream that caused redirects in
+          WebKitGTK to hang. [#692026, Sergio]
+
+	* Updated translations:
+	  Belarusian, Chinese (traditional), German, Italian,
+	  Norwegian bokmÃl, Serbian, Uyghur
+
 Changes in libsoup from 2.41.3 to 2.41.4:
 
 	* Lots of docs fixes, including catching up with some (but not
diff --git a/configure.ac b/configure.ac
index cc85701..fc49a2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [41])
-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]