[libsoup/gnome-3-6] 2.40.3
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/gnome-3-6] 2.40.3
- Date: Mon, 14 Jan 2013 22:43:06 +0000 (UTC)
commit 2afec791408d4807141e3856c106d5d6bdd22e2a
Author: Dan Winship <danw gnome org>
Date: Mon Jan 14 17:25:14 2013 -0500
2.40.3
NEWS | 23 +++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4be08ac..fb00b92 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Changes in libsoup from 2.40.2 to 2.40.3:
+
+ * soup_message_get_https_status() now returns the certificate
+ and flags for unsuccessful https connections as well as
+ successful ones. [#690176]
+
+ * Fixed a deadlock when calling soup_session_abort() on a
+ SoupSessionSync in some cases. [#691399]
+
+ * Fixed a bug in SoupFilterInputStream that could cause some
+ non-blocking reads to suck up CPU while waiting for the
+ network. (This was noticed with multipart/x-mixed-replace
+ processing; it's not clear if it affected anything else.)
+ [Gustavo]
+
+ * SoupURI now leaves "%00" in URIs as-is, rather than decoding
+ it to "\0", which was not intended and is never useful.
+
+ * A few minor docs fixes.
+
+ * Updated translations:
+ Friulian, Kannada, Odia, Uyghur
+
Changes in libsoup from 2.40.0 to 2.40.2:
* Fixed a crash caused by a race condition in SoupSessionSync.
diff --git a/configure.ac b/configure.ac
index 8809b43..24f1a60 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.40.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.40.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]