diff options
author | Dan Winship <danw@gnome.org> | 2009-08-10 17:15:15 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2009-08-10 17:15:15 -0400 |
commit | 909dda36d91bab03e8908cdaa6c40dd1291a1575 (patch) | |
tree | af9e66b93ee5ea64739842a26ce220d1f0f72e8a /NEWS | |
parent | 29a77c3f5b0626391a09e4e047dfe290bca17faa (diff) | |
download | libsoup-909dda36d91bab03e8908cdaa6c40dd1291a1575.tar.gz libsoup-909dda36d91bab03e8908cdaa6c40dd1291a1575.tar.bz2 libsoup-909dda36d91bab03e8908cdaa6c40dd1291a1575.zip |
2.27.90LIBSOUP_2_27_90
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +Changes in libsoup from 2.27.5 to 2.27.90: + + * libsoup now uses glib's GResolver rather than its own DNS + code. For 2.27.90, the only visible change should be that + internationalized domain names are now supported. [#548287] + + * Added soup_message_disable_feature(), which allows you to + disable particular features (eg, cookies, proxy, + content-sniffing, etc) on a per-message basis. [#574773] + + * It is now possible to implement "OPTIONS *" in a SoupServer; + you must explicitly register a handler for "*" in order to + do this. [#590751] + + * Ignore Content-Length on EOF-terminated responses, to match + other browsers and therefore cope with broken servers that + send the wrong length. [Patch from Benjamin Otte.] + + * Fixed the status code when trying to fetch an https URI with + a non-gnutls build of libsoup. [#590464] + + * Fixed strict-aliasing warnings introduced in 2.27.4 + [#588771] + + * Fixed some warnings noted by fortify [#591226] and -Wextra. + + * libsoup now uses automake 1.11's silent-rules support by + default (if you are building with automake 1.11). Use + "./configure --disable-silent-rules" or "make V=1" to + disable. + Changes in libsoup from 2.27.4 to 2.27.5: * Fixed a crash when a web server redirected a request to a |