forked from pool/libsoup
checked in
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=37
This commit is contained in:
parent
79e439c941
commit
03bc539988
3
libsoup-2.27.90.tar.bz2
Normal file
3
libsoup-2.27.90.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13feddf449887129a118980c42a423a4b967ff894e24c2d335301e24b5e3ed66
|
||||
size 628703
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b39fd86e555cc530ec587db8860b084e95555e044c0cf8b213e636aff043e4f3
|
||||
size 632251
|
@ -1,28 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 25 13:27:27 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 2.27.91:
|
||||
+ Added SoupPasswordManager, an interface for managing persistent
|
||||
password storage, and SoupPasswordManagerGNOME (in
|
||||
libsoup-gnome), which implements it using gnome-keyring.
|
||||
+ libsoup should now notice when the server closes a persistent
|
||||
connection, and close its side of the connection sooner. This
|
||||
should hopefully fix the spurious "Connection terminated
|
||||
unexpectedly" errors in WebKitGTK. [bgo#578990]
|
||||
+ Fixed some problems with connection management in SoupSession
|
||||
that could cause a session to eventually "stall" and be unable
|
||||
to process new requests. [bgo#592084]
|
||||
+ Fixed an infinite loop that caused 100% CPU usage if the
|
||||
network went down at exactly the right time while there were
|
||||
unsent messages in the queue. [bgo#592492]
|
||||
+ Fixed a crash in SoupLogger. [bgo#591857]
|
||||
+ Fixed the definition of soup_message_is_keepalive() for
|
||||
HTTP/1.0 messages, to fix a problem introduced in 2.27.90 where
|
||||
some messages would load completely but never emit "finished".
|
||||
+ Fixed a crash in SoupServer introduced in 2.27.90 when
|
||||
processing a request with no "Host" header.
|
||||
- Add gnome-keyring-devel BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 11 06:18:53 CEST 2009 - captain.magnus@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libsoup (Version 2.27.91)
|
||||
# spec file for package libsoup (Version 2.27.90)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -21,7 +21,6 @@
|
||||
Name: libsoup
|
||||
BuildRequires: gconf2-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gnome-keyring-devel
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libproxy-devel
|
||||
@ -37,7 +36,7 @@ Obsoletes: libsoup-64bit
|
||||
%endif
|
||||
#
|
||||
Summary: Simple Object Access Protocol (SOAP)
|
||||
Version: 2.27.91
|
||||
Version: 2.27.90
|
||||
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