diff options
author | Dan Winship <danw@gnome.org> | 2011-02-21 21:10:42 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2011-02-21 21:10:42 -0500 |
commit | 3f85938146c9b7e773fe35fe4f0d25e7121a9ba9 (patch) | |
tree | 89385415f0fffbab14e473d12ce08034a566b371 | |
parent | 611655c62596e9d925ee6b47a00bd8812a84b77b (diff) | |
download | libsoup-LIBSOUP_2_33_90.tar.gz |
2.33.90LIBSOUP_2_33_90
-rw-r--r-- | NEWS | 19 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 20 insertions, 1 deletions
@@ -1,3 +1,22 @@ +Changes in libsoup from 2.33.6 to 2.33.90: + + * Attempted to make libsoup's dependency on glib-networking + (for TLS support) more explicit, by requiring that + glib-networking be present at compile time unless the + builder explicitly passes "--disable-tls-check", and noting + that packagers should give libsoup a runtime dependency on + glib-networking. + + * Fixed a bug in talking to servers with virtual hosts with + Unicode names (IDNs) [#642075] + + * Added a "Connection: Keep-Alive" header when talking to + HTTP/1.0 hosts, to improve performance. [#640414, Sergio + Villar Senin] + + * Changed SoupCache to not cache multipart/x-mixed-replace + content. [#642028, Sergio Villar Senin] + Changes in libsoup from 2.33.5 to 2.33.6: * Made SoupSessionAsync do idle-connection cleanup more diff --git a/configure.ac b/configure.ac index 7948d6a9..efaac57f 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.33.6],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup]) +AC_INIT([libsoup],[2.33.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup]) AC_CONFIG_SRCDIR([libsoup-2.4.pc.in]) AC_CONFIG_MACRO_DIR([m4]) |