diff options
author | Dan Winship <danw@gnome.org> | 2012-05-01 09:10:27 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-05-01 09:10:27 -0400 |
commit | f9b76ed05d1da904d6e21f08c3a3d778ae6e6ec1 (patch) | |
tree | f71f954c31ba51b221c4a143f8c3e1a50be1a0c6 /NEWS | |
parent | 3f2aa92c82f9a72ecbeae50ffc6a4828d9398a87 (diff) | |
download | libsoup-f9b76ed05d1da904d6e21f08c3a3d778ae6e6ec1.tar.gz libsoup-f9b76ed05d1da904d6e21f08c3a3d778ae6e6ec1.tar.bz2 libsoup-f9b76ed05d1da904d6e21f08c3a3d778ae6e6ec1.zip |
2.39.1LIBSOUP_2_39_1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -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 |