|
Packit |
ec7ac3 |
Release history for LWP-Protocol-https
|
|
Packit |
ec7ac3 |
|
|
Packit |
ec7ac3 |
6.07 2017-02-19
|
|
Packit |
ec7ac3 |
- Cleaned up the Changes log
|
|
Packit |
ec7ac3 |
- Explicitly add hostname for SNI to start_SSL (GH PR#17)
|
|
Packit |
ec7ac3 |
- Fix the license name
|
|
Packit |
ec7ac3 |
- Update some documentation on SSL args
|
|
Packit |
ec7ac3 |
- Fix bug when checking for Mozilla::CA (GH PR#29)
|
|
Packit |
ec7ac3 |
|
|
Packit |
ec7ac3 |
6.06 2014-04-18
|
|
Packit |
ec7ac3 |
- Merge pull request #12 from drieux/subjectAltName
|
|
Packit |
ec7ac3 |
- Merge pull request #9 from chorny/master
|
|
Packit |
ec7ac3 |
- Updated libwww requirement to 6.06 to fix failing t/proxy.t test cases.
|
|
Packit |
ec7ac3 |
- Getopt::Long isn't actually used
|
|
Packit |
ec7ac3 |
- Merge pull request #7 from noxxi/master
|
|
Packit |
ec7ac3 |
- better diagnostics in case of failures in apache.t
|
|
Packit |
ec7ac3 |
- Merge pull request #8 from cpansprout/patch-1
|
|
Packit |
ec7ac3 |
- correct behavior for https_proxy, this goes together with change to
|
|
Packit |
ec7ac3 |
- libwww-perl cb80c2ddb7, new method _upgrade_sock in LWP::Protocol::https
|
|
Packit |
ec7ac3 |
- Typo fix: envirionment =~ s/io/o/
|
|
Packit |
ec7ac3 |
- support for subjectAltName
|
|
Packit |
ec7ac3 |
|
|
Packit |
ec7ac3 |
6.04 2013-04-29
|
|
Packit |
ec7ac3 |
- Fix IO::Socket::SSL warnings when not verifying hostname.
|
|
Packit |
ec7ac3 |
- Doc spelling fix.
|
|
Packit |
ec7ac3 |
|
|
Packit |
ec7ac3 |
6.03 2012-02-18
|
|
Packit |
ec7ac3 |
- Skip test if offline [RT#74163]
|
|
Packit |
ec7ac3 |
- Typo fixes
|
|
Packit |
ec7ac3 |
- Restore perl-5.8.1 compatibility.
|
|
Packit |
ec7ac3 |
|
|
Packit |
ec7ac3 |
6.02 2011-03-27
|
|
Packit |
ec7ac3 |
- Initial release of LWP-Protocol-https as a separate distribution. There
|
|
Packit |
ec7ac3 |
are no code changes besides setting the version number since
|
|
Packit |
ec7ac3 |
libwww-perl-6.01.
|
|
Packit |
ec7ac3 |
- The LWP::Protocol::https module used to be bundled with the libwww-perl
|
|
Packit |
ec7ac3 |
distribution, but it was unbundled in v6.02 in order to be able to declare
|
|
Packit |
ec7ac3 |
its dependencies properly for the CPAN tool chain. Applications that need
|
|
Packit |
ec7ac3 |
https support can just declare their dependency on LWP::Protocol::https
|
|
Packit |
ec7ac3 |
and will no longer need to know what underlying modules to install.
|