summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-04-16 16:10:14 -0400
committerDan Winship <danw@gnome.org>2012-04-16 16:10:14 -0400
commit127d3b08422d3d94caca7175ddcf40003f7d0b35 (patch)
treedf5710f6f5d0a935ff4d077f7ef28949fb75f50d
parent195663f2cb6a2408c7c6a6ba948c086fac9f93ee (diff)
downloadlibsoup-LIBSOUP_2_38_1.tar.gz
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 911252f4..b0a00313 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Changes in libsoup from 2.38.0 to 2.38.1:
+
+ * Fixed a situation where soup_connection_disconnect() could
+ end up calling g_object_unref(NULL) when an idle connection
+ was closed. [Sergio, #672178]
+
+ * Fixed two warnings when cancelling an in-progress
+ soup_socket_connect_async(). [pointed out on the mailing
+ list by Sven Neumann]
+
+ * Fixed a crash when disposing a SoupServer with open
+ connections. [#673468, Jonny Lamb]
+
+ * Fixed the SoupSession:ssl-use-system-ca-file property to get
+ turned off (rather than on) when you set it to FALSE... Also
+ fixed up the property notifications around the various
+ certificate-verification properties (ssl-ca-file,
+ ssl-use-system-ca-file, and tls-database).
+
+ * Fixed SoupSession to not leak paused SoupMessages that
+ were still in progress when it was unreffed. [#673905]
+
+ * Updated the win32 file: URI code again, to fix regressions
+ in the WebKit tests. [WebKit bug #82484]
+
Changes in libsoup from 2.37.92 to 2.38.0:
* Minor documentation fixes
diff --git a/configure.ac b/configure.ac
index 8fcad93b..4ff639ef 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.38.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.38.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])