summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c1eafdc1..9d19e375 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 cc857017..fc49a2bd 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])