1
0
OBS User unknown 2008-10-06 15:20:21 +00:00 committed by Git OBS Bridge
parent a1e946b3b4
commit 7a1989e324
4 changed files with 89 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:269f92d534bbb5d62e62307ed4a3b8cf7bc61c40f2142297ac65457e9f39318a
size 192369

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fcfdf291d55ebd0c0dd6c5cf0ccd67582f0472f9c267e1e73511a6164ded6b1e
size 196546

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Mon Oct 6 15:08:10 CEST 2008 - anicka@suse.cz
- update to 5.816
* Add missing binmode()
* Doc tweaks
* We don't need to build the docs to run the tests.
* Style tweaks.
* The jigsaw service isn't up to much good these days.
* HTTP::Cookies produces warnings for undefined cookie param names
* Typo fix; HTTP::Message will never include x-bzip2 in
Accept-Encoding
* Added HTTP::Config module
* Add methods to configure processing handlers.
* 100 Continue response not complete.
* Use 3-arg open when response content to files.
* Make the show_progress attribute official (by documenting it).
* Start using handlers for driving the inner logic of LWP::UserAgent.
* Expose the content_is_html and content_is_xhtml methods
from HTTP::Headers.
* Make credentials method able to get/set values.
* An auth handler per realm.
* Match proxy setting for request.
* Set up separate handler for adding proxy authentication.
* Add request_preprepare to be able to initialize proxy early enough.
* Smarter get_my_handler() that can also create handlers.
* Refactor; introduce run_handlers method
* Pass in handler hash to the handler callback.
* Don't let version=1 override behaviour if specified with a plan
Set-Cookie header.
* Remove handler when we don't have a username/password for the realm.
* Make tests use Test.pm
* Double-check that username or password has changed after
a failed login.
* Update Digest Authen to subclass Basic.
* Avoid running out of filehandles with DYNAMIC_FILE_UPLOAD.
* Fixed parsing of header values starting with ':'
* Documentation typo fixes
-------------------------------------------------------------------
Fri Jul 25 15:17:53 CEST 2008 - anicka@suse.cz

View File

@ -1,10 +1,17 @@
#
# spec file for package perl-libwww-perl (Version 5.814)
# spec file for package perl-libwww-perl (Version 5.816)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -13,7 +20,7 @@
Name: perl-libwww-perl
BuildRequires: perl-Compress-Zlib perl-HTML-Parser perl-URI
Version: 5.814
Version: 5.816
Release: 1
Provides: libwww-perl
Provides: perl_lw3
@ -82,6 +89,42 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name}
%changelog
* Mon Oct 06 2008 anicka@suse.cz
- update to 5.816
* Add missing binmode()
* Doc tweaks
* We don't need to build the docs to run the tests.
* Style tweaks.
* The jigsaw service isn't up to much good these days.
* HTTP::Cookies produces warnings for undefined cookie param names
* Typo fix; HTTP::Message will never include x-bzip2 in
Accept-Encoding
* Added HTTP::Config module
* Add methods to configure processing handlers.
* 100 Continue response not complete.
* Use 3-arg open when response content to files.
* Make the show_progress attribute official (by documenting it).
* Start using handlers for driving the inner logic of LWP::UserAgent.
* Expose the content_is_html and content_is_xhtml methods
from HTTP::Headers.
* Make credentials method able to get/set values.
* An auth handler per realm.
* Match proxy setting for request.
* Set up separate handler for adding proxy authentication.
* Add request_preprepare to be able to initialize proxy early enough.
* Smarter get_my_handler() that can also create handlers.
* Refactor; introduce run_handlers method
* Pass in handler hash to the handler callback.
* Don't let version=1 override behaviour if specified with a plan
Set-Cookie header.
* Remove handler when we don't have a username/password for the realm.
* Make tests use Test.pm
* Double-check that username or password has changed after
a failed login.
* Update Digest Authen to subclass Basic.
* Avoid running out of filehandles with DYNAMIC_FILE_UPLOAD.
* Fixed parsing of header values starting with ':'
* Documentation typo fixes
* Fri Jul 25 2008 anicka@suse.cz
- update to 5.814
* Typo fix.