Update to 7.07
- New upstream release 7.07: - The documentation for custom tls verify schemes was wrong; make it agree with the code - Added cbor read and write types to AnyEvent::Handle (using CBOR::XS) - Work around an API change in openssl that could cause wrong tls connection aborts, likely on windows only - Calling AnyEvent->now_update with AnyEvent::Impl::Perl caused an endless loop - Add tlsv1_1 and tlsv1_2 protocols to AnyEvent::TLS - Document AnyEvent::Impl::IOAsync::set_loop and $AnyEvent::Impl::IOAsync::LOOP; though only documented now, this functionality has always been available - Force a toplevel domain name in t/81_hosts.t - Document that AnyEvent::Log uses AnyEvent::IO - Warn about AnyEvent::Filesys::Notify performance - Praise the joys of AnyEvent::Fork::* - Time for an =encoding directive - No longer use JSON to create a default json coder; use JSON::XS or JSON::PP directly
This commit is contained in:
parent
c3b973425e
commit
3d95c063e6
@ -4,7 +4,7 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: perl-AnyEvent
|
Name: perl-AnyEvent
|
||||||
Version: 7.05
|
Version: 7.07
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Framework for multiple event loops
|
Summary: Framework for multiple event loops
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -146,6 +146,27 @@ make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 17 2013 Paul Howarth <paul@city-fan.org> - 7.07-1
|
||||||
|
- Update to 7.07:
|
||||||
|
- The documentation for custom tls verify schemes was wrong; make it agree
|
||||||
|
with the code
|
||||||
|
- Added cbor read and write types to AnyEvent::Handle (using CBOR::XS)
|
||||||
|
- Work around an API change in openssl that could cause wrong tls connection
|
||||||
|
aborts, likely on windows only
|
||||||
|
- Calling AnyEvent->now_update with AnyEvent::Impl::Perl caused an endless
|
||||||
|
loop
|
||||||
|
- Add tlsv1_1 and tlsv1_2 protocols to AnyEvent::TLS
|
||||||
|
- Document AnyEvent::Impl::IOAsync::set_loop and
|
||||||
|
$AnyEvent::Impl::IOAsync::LOOP; though only documented now, this
|
||||||
|
functionality has always been available
|
||||||
|
- Force a toplevel domain name in t/81_hosts.t
|
||||||
|
- Document that AnyEvent::Log uses AnyEvent::IO
|
||||||
|
- Warn about AnyEvent::Filesys::Notify performance
|
||||||
|
- Praise the joys of AnyEvent::Fork::*
|
||||||
|
- Time for an =encoding directive
|
||||||
|
- No longer use JSON to create a default json coder; use JSON::XS or JSON::PP
|
||||||
|
directly
|
||||||
|
|
||||||
* Wed Aug 21 2013 Paul Howarth <paul@city-fan.org> - 7.05-1
|
* Wed Aug 21 2013 Paul Howarth <paul@city-fan.org> - 7.05-1
|
||||||
- Update to 7.05:
|
- Update to 7.05:
|
||||||
- uts46data.pl couldn't be found due to wrong naming of the file
|
- uts46data.pl couldn't be found due to wrong naming of the file
|
||||||
|
Loading…
Reference in New Issue
Block a user