forked from pool/libsoup
Accepting request 39289 from home:dimstar:branches:GNOME:Factory
Copy from home:dimstar:branches:GNOME:Factory/libsoup via accept of submit request 39289 revision 3. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/39289 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=58
This commit is contained in:
parent
487ab28cdd
commit
2a702ac82b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ebe715fde45e40835860184cf0240246cd6c276008f27d056c53593f6ea37ce
|
||||
size 713698
|
3
libsoup-2.30.1.tar.bz2
Normal file
3
libsoup-2.30.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6395c6e0bbcf4e822f1c5f3dd6f844116c571ed13cdf611d5c8f1dd4fe5777ed
|
||||
size 644401
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:31:40 CEST 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.30.1:
|
||||
+ bgo#611663 - Fix for https through proxies that close the
|
||||
connection when returning a "407 Proxy Authentication Required"
|
||||
response, and add a regression test for that case.
|
||||
+ bgo#614176 - Don't quote the multipart boundary string if it's
|
||||
not needed, since RFC 2616 recommends that you don't, and some
|
||||
servers don't handle quotes there correctly
|
||||
+ bgo#614183 - Don't put an extra blank line before the first
|
||||
multipart part, since it's unnecessary and some servers don't
|
||||
handle a multipart preamble correctly.
|
||||
+ bgo#614198 - Don't put Content-Transfer-Encoding headers in the
|
||||
multipart/form-data parts, even though the HTML 4 spec says you
|
||||
must, since no other browsers do, and some servers don't handle
|
||||
them correctly.
|
||||
+ bgo#615711 - Changed SoupCookieJarSqlite to actually erase
|
||||
deleted cookies from the database.
|
||||
+ bgo#611663 - Fixed SoupLogger to be more robust against getting
|
||||
passed bad data by the session.
|
||||
+ Fixed SoupAuthDomain to ignore paths when doing proxy auth
|
||||
+ bgo#613442 - Fixed a g_warning when hovering over a javascript
|
||||
link in WebKit.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 30 00:39:13 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libsoup (Version 2.30.0)
|
||||
# spec file for package libsoup (Version 2.30.1)
|
||||
#
|
||||
# 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.30.0
|
||||
Version: 2.30.1
|
||||
Release: 1
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
|
Loading…
Reference in New Issue
Block a user