forked from pool/libsoup
Accepting request 36053 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/libsoup via accept of submit request 36053 revision 2. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/36053 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=56
This commit is contained in:
parent
9bd0e6752a
commit
12d876fe2d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bae8b40a366fe6803b3f9400b7fe36c7c887d13869a0f8ef2d31b2f859feea8
|
||||
size 713990
|
3
libsoup-2.30.0.tar.bz2
Normal file
3
libsoup-2.30.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ebe715fde45e40835860184cf0240246cd6c276008f27d056c53593f6ea37ce
|
||||
size 713698
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 30 00:39:13 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.30.0:
|
||||
+ Fixed a crash in the whitespace-stripping code in
|
||||
soup_uri_new() [bgo#612644]
|
||||
+ Update content-sniffing algorithm to match Chrome and the
|
||||
soon-to-be-updated sniffing spec. [bgo#611502]
|
||||
+ We now handle "Content-Encoding: x-gzip" as well as "gzip"
|
||||
(even though "x-gzip" has been deprecated for more than 10
|
||||
years). [bgo#611476]
|
||||
+ Fixed leaks found by valgrind
|
||||
+ Make the "make check" programs only bind to 127.0.0.1, not any
|
||||
public network interfaces. [bgo#609489]
|
||||
+ Add a test to sniffing-test to make sure that Content-Type
|
||||
parameters are preserved correctly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 23 02:20:56 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.29.91:
|
||||
+ Added SOUP_SESSION_SSL_STRICT and
|
||||
SOUP_MESSAGE_CERTIFICATE_TRUSTED, to allow callers to determine
|
||||
if an https response comes from a server with a
|
||||
recognized/valid or unrecognized/invalid certificate.
|
||||
[bgo#610374]
|
||||
+ Fixed handling of certain badly-formatted URIs [bgo#590524]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 10 16:09:38 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libsoup (Version 2.29.90)
|
||||
# spec file for package libsoup (Version 2.30.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -37,7 +37,7 @@ Obsoletes: libsoup-64bit
|
||||
%endif
|
||||
#
|
||||
Summary: HTTP client/server library for GNOME
|
||||
Version: 2.29.90
|
||||
Version: 2.30.0
|
||||
Release: 1
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user