Update to 7.09

- New upstream release 7.09
  - AnyEvent::Debug called an internal function (AnyEvent::Log::ft) that was
    renamed to AnyEvent::Log:format_time, under its old name
  - Update AnyEvent::DNS fallback resolver addresses: it seems google
    effectively killed most other free dns resolvers, so remove them, but add
    Cable and Wireless (ecrc) since it was stable for 20 years or so, official
    or not, and there should be an alternative to google
  - perl5porters broke Windows error codes in 5.20, and mapped WSAEWOULDBLOCK
    on the (different) EWOULDBLOCK error code, and WSAEINPROGRESS into the
    incompatible ERINPROGRESS code (there may be others too); this version
    only works around the WSAEWOULDBLOCK issue, because I don't have a nice
    way to work around the WSAEINPROGRESS bug
This commit is contained in:
Paul Howarth 2015-05-02 19:15:41 +01:00
parent ece8b3a669
commit fc04feed7e
2 changed files with 18 additions and 3 deletions

View File

@ -4,7 +4,7 @@
%global debug_package %{nil}
Name: perl-AnyEvent
Version: 7.08
Version: 7.09
Release: 1%{?dist}
Summary: Framework for multiple event loops
Group: Development/Libraries
@ -21,6 +21,7 @@ BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(List::Util)
BuildRequires: perl(overload)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Socket)
BuildRequires: perl(Task::Weaken)
@ -155,6 +156,20 @@ make test
%changelog
* Sat May 2 2015 Paul Howarth <paul@city-fan.org> - 7.09-1
- Update to 7.09
- AnyEvent::Debug called an internal function (AnyEvent::Log::ft) that was
renamed to AnyEvent::Log:format_time, under its old name
- Update AnyEvent::DNS fallback resolver addresses: it seems google
effectively killed most other free dns resolvers, so remove them, but add
Cable and Wireless (ecrc) since it was stable for 20 years or so, official
or not, and there should be an alternative to google
- perl5porters broke Windows error codes in 5.20, and mapped WSAEWOULDBLOCK
on the (different) EWOULDBLOCK error code, and WSAEINPROGRESS into the
incompatible ERINPROGRESS code (there may be others too); this version
only works around the WSAEWOULDBLOCK issue, because I don't have a nice
way to work around the WSAEINPROGRESS bug
* Wed Dec 10 2014 Paul Howarth <paul@city-fan.org> - 7.08-1
- Update to 7.08:
- Work around a newly introduced bug in Socket 2.011 (an erroneous sun_length
@ -168,7 +183,7 @@ make test
avoid "criticals"; what were they thinking?)
- Mention json security issues in AnyEvent::Handle
- Changed default DNS resolver "max_outstanding" value from 1 to 10, the
latter beinfg the intended value all along
latter being the intended value all along
- Added new "AnyEvent::Impl::UV" interface module to the UV event lib
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 7.07-6

View File

@ -1 +1 @@
c6ea790037bb108fc70d985cba87aec8 AnyEvent-7.08.tar.gz
b5b2aa93ce7927dd0b5a21992202ab5d AnyEvent-7.09.tar.gz