diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec index aaf4806..28cc338 100644 --- a/perl-AnyEvent.spec +++ b/perl-AnyEvent.spec @@ -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 - 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 - 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 - 7.07-6 diff --git a/sources b/sources index 764e61b..53c6942 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c6ea790037bb108fc70d985cba87aec8 AnyEvent-7.08.tar.gz +b5b2aa93ce7927dd0b5a21992202ab5d AnyEvent-7.09.tar.gz