diff --git a/libsoup-2.26.0.tar.bz2 b/libsoup-2.26.0.tar.bz2 deleted file mode 100644 index b8207cb..0000000 --- a/libsoup-2.26.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47b749b20717df24393c83adcce9a3a10f0690517c18da8d0a1ddcb410a0ac1d -size 736527 diff --git a/libsoup-2.26.1.tar.bz2 b/libsoup-2.26.1.tar.bz2 new file mode 100644 index 0000000..288fa17 --- /dev/null +++ b/libsoup-2.26.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc37afcfcc5f182dd2b80b4c21aa3262c7719173ee27bc45ffb00a6a8267c78 +size 736811 diff --git a/libsoup.changes b/libsoup.changes index c4f465d..a819a13 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Tue Apr 14 14:55:43 CEST 2009 - vuntz@novell.com + +- Update to version 2.26.1: + + Fix SoupProxyResolverGNOME bugs [bgo#578746, bgo#578809] + + Fixed warnings when a message has a network problem when many + other messages are queued. [bgo#578809] + +------------------------------------------------------------------- +Thu Apr 9 16:28:48 CEST 2009 - vuntz@novell.com + +- Update to version 2.26.0.9: + + libsoup uses libproxy for PAC and WPAD proxy resolution again. + However, it arranges to do all communication with GConf itself, + to ensure that libproxy doesn't call it in non-thread-safe + ways. [bgo#571527] + + Fixed a bug in SoupSessionSync when proxy resolution failed. + [bgo#574957] + + SoupURI now handles unencoded spaces in URIs. In particular, + redirects via Location headers with spaces in them now work. + [bgo#566530] + + libsoup can now deal with servers (and clients) that + erroneously use LF LF instead of CR LF CR LF to separate the + headers and body. [bgo#571283] + + Added soup_message_headers_get_one() and + soup_message_headers_get_list(), which will eventually + deprecate soup_message_headers_get(). This lets applications + deal correctly with implementations that erroneously send + multiple copies of single-valued headers. [bgo#576760] + + In particular, soup_message_headers_get_content_type() now + ignores duplicate Content-Type headers [bgo#576760] and also + ignores syntactically-incorrect Content-Type headers. + [bgo#577630] + + SoupCookieJar can now store multiple cookies with the same + domain and name, but different paths. [bgo#577360] + + Abnormal SSL connection closes are now treated as ordinary + EOFs, for compatibility with certain sites. [bgo#577386] + + soup_header_g_string_append_param() now allows NULL values. + [bgo#577728] + + soup_message_headers_append() now rejects header names and + values with newlines or certain other illegal data in them, + rather than generating syntactically invalid headers. + + Fixed a small bug in soup_date_new_from_string's ISO 8601 + handling [bgo578369 for g_time_val_from_iso8601]. + + The regression tests now work correctly on machines where + "localhost" resolves to "::1" instead of "127.0.0.1". + [bgo#576583] + + Miscellaneous documentation fixes/clarifications. + ------------------------------------------------------------------- Mon Mar 16 22:57:58 CET 2009 - vuntz@novell.com diff --git a/libsoup.spec b/libsoup.spec index efc85e0..ec91f6b 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,5 +1,5 @@ # -# spec file for package libsoup (Version 2.26.0) +# spec file for package libsoup (Version 2.26.1) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -36,7 +36,7 @@ Obsoletes: libsoup-64bit %endif # Summary: Simple Object Access Protocol (SOAP) -Version: 2.26.0 +Version: 2.26.1 Release: 1 Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2 Url: http://www.gnome.org @@ -165,6 +165,49 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libsoup-2.4 %changelog +* Tue Apr 14 2009 vuntz@novell.com +- Update to version 2.26.1: + + Fix SoupProxyResolverGNOME bugs [bgo#578746, bgo#578809] + + Fixed warnings when a message has a network problem when many + other messages are queued. [bgo#578809] +* Thu Apr 09 2009 vuntz@novell.com +- Update to version 2.26.0.9: + + libsoup uses libproxy for PAC and WPAD proxy resolution again. + However, it arranges to do all communication with GConf itself, + to ensure that libproxy doesn't call it in non-thread-safe + ways. [bgo#571527] + + Fixed a bug in SoupSessionSync when proxy resolution failed. + [bgo#574957] + + SoupURI now handles unencoded spaces in URIs. In particular, + redirects via Location headers with spaces in them now work. + [bgo#566530] + + libsoup can now deal with servers (and clients) that + erroneously use LF LF instead of CR LF CR LF to separate the + headers and body. [bgo#571283] + + Added soup_message_headers_get_one() and + soup_message_headers_get_list(), which will eventually + deprecate soup_message_headers_get(). This lets applications + deal correctly with implementations that erroneously send + multiple copies of single-valued headers. [bgo#576760] + + In particular, soup_message_headers_get_content_type() now + ignores duplicate Content-Type headers [bgo#576760] and also + ignores syntactically-incorrect Content-Type headers. + [bgo#577630] + + SoupCookieJar can now store multiple cookies with the same + domain and name, but different paths. [bgo#577360] + + Abnormal SSL connection closes are now treated as ordinary + EOFs, for compatibility with certain sites. [bgo#577386] + + soup_header_g_string_append_param() now allows NULL values. + [bgo#577728] + + soup_message_headers_append() now rejects header names and + values with newlines or certain other illegal data in them, + rather than generating syntactically invalid headers. + + Fixed a small bug in soup_date_new_from_string's ISO 8601 + handling [bgo578369 for g_time_val_from_iso8601]. + + The regression tests now work correctly on machines where + "localhost" resolves to "::1" instead of "127.0.0.1". + [bgo#576583] + + Miscellaneous documentation fixes/clarifications. * Mon Mar 16 2009 vuntz@novell.com - Update to version 2.26.0: + Temporarily disable libproxy support to work around a bug in @@ -466,7 +509,7 @@ rm -rf $RPM_BUILD_ROOT - Remove header-parsing.patch which is now upstream. * Tue Feb 13 2007 sbrabec@suse.cz - Do not build unusable static libraries (#238552#c17). -* Tue Jan 16 2007 maw@suse.de +* Wed Jan 17 2007 maw@suse.de - Add header-parsing.patch (#235084 and CVE-2006-5876). * Mon Jan 08 2007 sbrabec@suse.cz - Spec file cleanup. @@ -545,7 +588,7 @@ rm -rf $RPM_BUILD_ROOT - updated and re-enabled patches... * Fri Aug 12 2005 jpr@suse.de - Add lzo and lzo-devel to neededforbuild to get ssl support back (104319) -* Thu Aug 11 2005 gekker@suse.de +* Fri Aug 12 2005 gekker@suse.de - Update to version 2.2.5 * Wed Jun 29 2005 gekker@suse.de - Update to version 2.2.3