forked from pool/libsoup
Accepting request 17894 from GNOME:Factory
Copy from GNOME:Factory/libsoup based on submit request 17894 from user vuntz OBS-URL: https://build.opensuse.org/request/show/17894 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=28
This commit is contained in:
parent
e0c42d43c5
commit
a87379590f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca8085fc996c89298f10b780b8d9abae39de689f454a5393fd1283801ff7f287
|
||||
size 695462
|
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 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 11 06:18:53 CEST 2009 - captain.magnus@opensuse.org
|
||||
|
||||
- Update to version 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. [bgo#548287]
|
||||
+ Added soup_message_disable_feature(), which allows you to
|
||||
disable particular features (eg, cookies, proxy,
|
||||
content-sniffing, etc) on a per-message basis. [bgo#574773]
|
||||
+ It is now possible to implement "OPTIONS *" in a SoupServer;
|
||||
you must explicitly register a handler for "*" in order to do
|
||||
this. [bgo#590751]
|
||||
+ Ignore Content-Length on EOF-terminated responses, to match
|
||||
other browsers and therefore cope with broken servers that send
|
||||
the wrong length.
|
||||
+ Fixed the status code when trying to fetch an https URI with a
|
||||
non-gnutls build of libsoup. [bgo#590464]
|
||||
+ Fixed strict-aliasing warnings introduced in 2.27.4
|
||||
[bgo#588771]
|
||||
+ Fixed some warnings noted by fortify [bgo#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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 17:12:52 CEST 2009 - lmedinas@gmail.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libsoup (Version 2.27.5)
|
||||
# spec file for package libsoup (Version 2.27.90)
|
||||
#
|
||||
# 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.27.5
|
||||
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