2.41.5 2.41.5 LIBSOUP_2_41_5 upstream/2.41.5
authorDan Winship <danw@gnome.org>
Tue, 5 Feb 2013 15:14:44 +0000 (10:14 -0500)
committerDan Winship <danw@gnome.org>
Tue, 5 Feb 2013 15:14:44 +0000 (10:14 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c1eafdc..9d19e37 100644 (file)
--- 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
index cc85701..fc49a2b 100644 (file)
@@ -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])