summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-02-10 09:27:26 -0500
committerDan Winship <danw@gnome.org>2012-02-10 09:27:26 -0500
commit4082d71e3b30f186d1ec78b8ed1cf56cc0f2a95b (patch)
treee55d23a17a543dd111f9131b7f438c37df9bfaaf
parent738cc19faad719038a86c0e9d7a8395be7c6ea6c (diff)
downloadlibsoup-4082d71e3b30f186d1ec78b8ed1cf56cc0f2a95b.tar.gz
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8cd0677d..c3006be4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in libsoup from 2.37.5 to 2.37.5.1:
+
+ * Replace some of the newly-added SoupURI g_return_if_fail()s
+ with g_warn_if_fail()s. Although it had always been
+ documented that SoupURIs must have a non-NULL path, most
+ functions treated NULL the same as "", and various apps (eg,
+ rhythmbox, midori) were accidentally relying on this.
+
Changes in libsoup from 2.37.4 to 2.37.5:
* Fixed a bug in SoupSession:use-thread-context [Dan]
diff --git a/configure.ac b/configure.ac
index 09a8de69..b906ded3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.37.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.37.5.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])