[libsoup] 2.39.90
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] 2.39.90
- Date: Mon, 20 Aug 2012 21:34:44 +0000 (UTC)
commit b1c493360586a6da9f12480a16c2257f565ba135
Author: Dan Winship <danw gnome org>
Date: Mon Aug 20 17:34:28 2012 -0400
2.39.90
NEWS | 32 ++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 33 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4fcb242..514a94d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Changes in libsoup from 2.39.5 to 2.39.90:
+
+ * Added SoupMultipartInputStream, for handling multipart
+ responses (particularly multipart/x-mixed-replace).
+ [#656684, Gustavo]
+
+ * Fixed a potential crash in SoupSessionAsync after the
+ session is finalized.
+
+ * Fixed a regression in soup_tls_is_public_suffix() [#681085,
+ Sergio]
+
+ * Added a SOUP_MESSAGE_IDEMPOTENT flag, so that apps can
+ bypass the "POSTs must be sent on new connections" check,
+ which was causing evolution-ews to have to create a new
+ connection for every request. [#681493, Milan Crha]
+
+ * Changed SoupSession so that pending SoupMessages now hold a
+ ref on the session. It is possible that this will break code
+ that was depending on the old, dumb, behavior (where
+ unreffing the session with messages pending would cause
+ those messages to be cancelled), in which case this will be
+ reverted before 2.40.
+
+ * Fixed memory leaks found by valgrind.
+
+ * Cleaned up some code in SoupCache. [#681509, Sergio]
+
+ * New/updated translations:
+ Bengali (India), Chinese (Traditional), German, Marathi,
+ Turkish, Ukranian
+
Changes in libsoup from 2.39.4.1 to 2.39.5:
* Fixed several bugs in the soup-message-io updates that could
diff --git a/configure.ac b/configure.ac
index d0d1934..95410de 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.39.6],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.39.90],[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]