[libsoup] 2.39.1
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] 2.39.1
- Date: Tue, 1 May 2012 13:45:43 +0000 (UTC)
commit f9b76ed05d1da904d6e21f08c3a3d778ae6e6ec1
Author: Dan Winship <danw gnome org>
Date: Tue May 1 09:10:27 2012 -0400
2.39.1
NEWS | 27 +++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index b0a0031..d27cdb5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+Changes in libsoup from 2.38.1 to 2.39.1:
+
+ * Major rewrite of the I/O code to use gio streams more
+ directly. In particular, when using SoupRequestHTTP now, the
+ input stream that is returned is actually pulling data from
+ the socket, rather than just repeatedly pausing and
+ unpausing the underlying SoupMessage and waiting for data to
+ be pushed into it. This also means that SoupRequestHTTP now
+ works with SoupSessionSync as well. [#591739, Dan]
+
+ (The SoupRequest API is still protected by unstable-API
+ #ifdefs, but will be made public later in this cycle.)
+
+ * Libsoup now finally supports SOCKS proxies again. [#553269,
+ Dan]
+
+ * Certain error messages returned from the streaming API
+ (SoupRequest, etc) are now localized; more strings will be
+ localized later on.
+
+ * New translations: Galician, Hebrew, Indonesian, Norwegian
+ bokmÃl, Polish, Russian, Slovenian, Spanish.
+
+ * Added a SoupCookieJar:is-persistent property, to distinguish
+ memory-only jars from SoupCookieJarText and
+ SoupCookieJarSqlite. [#672838, Carlos Garcia Campos]
+
Changes in libsoup from 2.38.0 to 2.38.1:
* Fixed a situation where soup_connection_disconnect() could
diff --git a/configure.ac b/configure.ac
index 51757fb..115c0b0 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.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.39.1],[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]