-
Mon Jul 21 2014 Paul Howarth <paul@city-fan.org> - 7.07-3
- Avoid some optional test dependencies for EPEL builds so that we can get
an EPEL-7 build done
- Use %license where possible
-
Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.07-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
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
- Update to 7.05:
- uts46data.pl couldn't be found due to wrong naming of the file
- Handle lone \015's properly in AE::Handle's default line read
- Untaint IP addresses found in /etc/hosts
- The memleak fix in 7.03 caused resolving via /etc/hosts always to fail on
first use
- Expose AnyEvent::Log::format_time, and allow users to redefine it
- Expose AnyEvent::Log::default_format, and allow redefinition
- Expose AnyEvent::Log::fatal_exit, to allow redefinition
- AnyEvent::Debug shell can now run coro shell commands, if available
- t/63* tests were wrongly in MANIFEST
- kernel.org's finger server went MIA, switch to freebsd.org and icculus.org
- Clarify that IO::AIO and AnyEvent::AIO are needed for AnyEvent::IO to
function asynchronously
- Hard-disable $^W in most tests; it generates too much garbage output
- Use a (hopefully) more future-proof method to emulate common::sense
- Upgrade to UTS-46:6.2.0
- Switch to INSTLIB from INSTLIBDIR, as INSTLIBDIR was wrongly documented;
should not affect anything
- Don't BR: perl(Event::Lib) as that back-end is not tested
- BR: perl(IO::Async::Loop) for the test suite now that there's a new enough
version available
- BR: perl(File::Temp) for the test suite
-
Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 7.04-5
- Perl 5.18 re-rebuild of bootstrapped packages
-
Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.04-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 7.04-3
- Perl 5.18 rebuild
-
Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.04-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
Thu Nov 15 2012 Paul Howarth <paul@city-fan.org> - 7.04-1
- Update to 7.04:
- AnyEvent::Socket::inet_aton did not work when DNS resolution was used to
find the addresses
- Fix a memory leak in the /etc/hosts lookup code when hosts don't resolve
and are not in hosts
-
Tue Aug 21 2012 Paul Howarth <paul@city-fan.org> - 7.02-1
- Update to 7.02:
- AnyEvent::Util::run_cmd could block indefinitely
- Verified that AnyEvent::Socket follows RFC5952
- Try to parse "ADDR#PORT" in addition to "ADDR PORT"
- Make %files list more explicit