Update to 7.04

- New upstream release 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
This commit is contained in:
Paul Howarth 2012-11-15 12:51:07 +00:00
parent eae35cb72e
commit 1a87887c2e
2 changed files with 9 additions and 2 deletions

View File

@ -4,7 +4,7 @@
%global debug_package %{nil}
Name: perl-AnyEvent
Version: 7.02
Version: 7.04
Release: 1%{?dist}
Summary: Framework for multiple event loops
Group: Development/Libraries
@ -147,6 +147,13 @@ make test
%changelog
* 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

View File

@ -1 +1 @@
4eaf54ed326578ae5e3be39dadd13c5f AnyEvent-7.02.tar.gz
89c74c94f5b145b5330236708c5b0083 AnyEvent-7.04.tar.gz