forked from pool/libsoup
Accepting request 25346 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/libsoup via accept of submit request 25346 revision 2. Request was accepted with message: Accepting... OBS-URL: https://build.opensuse.org/request/show/25346 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=43
This commit is contained in:
parent
a85c8eb5df
commit
465f8d498e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:615f154998a65c1d9611a0e6c16c1f30df799da83437f1ff7b4baa57e5067a80
|
||||
size 703258
|
3
libsoup-2.29.3.tar.bz2
Normal file
3
libsoup-2.29.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b38450a74b569a63bd36a793de25dd84570e47948bf63889c4b808c9f18cf3e
|
||||
size 705665
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 01:27:54 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.29.3:
|
||||
+ Fixed a crash in SoupCookieJarSqlite when using cookie
|
||||
databases not created by libsoup (eg, upgraded epiphany
|
||||
installations).
|
||||
+ Fixed SoupCookieJar to handle non-http URIs properly (so that,
|
||||
eg, JavaScript bookmarklets that try to set/read cookies won't
|
||||
cause crashes). [bgo#602498]
|
||||
+ HEAD requests that receive a "303 See Other" response will now
|
||||
do a HEAD, not a GET, on the redirected-to resource. Fixes gvfs
|
||||
access to some sites, including certain youtube.com URIs.
|
||||
[bgo#600830]
|
||||
+ Fixed a g_warning that would always trigger in the server-side
|
||||
SoupCookie code. [bgo#602389]
|
||||
+ Fixed the server-side SoupMultipart code to be able to parse
|
||||
multiparts containing binary attachments, rather than rejecting
|
||||
them as malformed. [bgo#601640]
|
||||
+ Fixed the Request-Line format in the https-over-proxy case.
|
||||
Among other things, this fixes access to bugzilla.gnome.org
|
||||
from WebKitGTK-based browsers. [bgo#598277, bgo#600826]
|
||||
+ Fixed a leak in SoupSession if a message was cancelled while
|
||||
the initial socket connection was in progress. [bgo#596074]
|
||||
+ Fixed server-side parsing of Digest auth. [bgo#602898]
|
||||
+ Fixed WinSock initialization on Windows. [bgo#600689]
|
||||
+ Fixed a sporadic crash in the SSL code on Windows. [bgo#600748]
|
||||
+ Fixed handling of https connections with timeouts on Windows.
|
||||
[bgo#600749]
|
||||
+ Added soup_session_prepare_for_uri(), to allow DNS prefetching
|
||||
for faster browsing. [bgo#598948]
|
||||
+ SoupSession now avoids redundant DNS lookups again when first
|
||||
connecting to a new site, resulting in (probably imperceptibly)
|
||||
faster loads.
|
||||
+ Added some debugging APIs to SoupConnection and SoupSession for
|
||||
use by, eg, epiphany's soup-fly extension. [bgo#589163]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 14 02:42:42 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libsoup (Version 2.28.1)
|
||||
# spec file for package libsoup (Version 2.29.3)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -37,7 +37,7 @@ Obsoletes: libsoup-64bit
|
||||
%endif
|
||||
#
|
||||
Summary: Simple Object Access Protocol (SOAP)
|
||||
Version: 2.28.1
|
||||
Version: 2.29.3
|
||||
Release: 1
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
|
||||
Url: http://www.gnome.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user