11
0

- moved system CA patch to package perl-LWP-Protocol-https

- update to 6.02

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=30
This commit is contained in:
Vítězslav Čížek
2011-03-31 14:51:02 +00:00
committed by Git OBS Bridge
parent 4c8e4fe026
commit 872ae754d8
5 changed files with 25 additions and 37 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Mar 31 14:46:47 UTC 2011 - vcizek@novell.com
- moved system CA patch to package perl-LWP-Protocol-https
- update to 6.02
This is the release where we try to help the CPAN-toolchain be able to install
the modules required for https-support in LWP. We have done this by unbundling
the LWP::Protocol::https module from the libwww-perl distribution. In order to
have https support you now need to install (or depend on) 'LWP::Protocol::https'
and then this will make sure that all the prerequsite modules comes along.
See [RT#66838].
This release also removes the old http10 modules that has really been
deprecated since v5.60. These should have been removed at the v6.00 jump, but
I forgot.
Christopher J. Madsen (1):
Ignores env variables when ssl_opts provided [RT#66663]
Gisle Aas (4):
Fix typo; Authen::NTLM [RT#66884]
Yury Zavarin (1):
Support LWP::ConnCache->new(total_capacity => undef)
-------------------------------------------------------------------
Mon Mar 28 14:43:32 CEST 2011 - lnussel@suse.de