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:
parent
eae35cb72e
commit
1a87887c2e
@ -4,7 +4,7 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: perl-AnyEvent
|
Name: perl-AnyEvent
|
||||||
Version: 7.02
|
Version: 7.04
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Framework for multiple event loops
|
Summary: Framework for multiple event loops
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -147,6 +147,13 @@ make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 21 2012 Paul Howarth <paul@city-fan.org> - 7.02-1
|
||||||
- Update to 7.02:
|
- Update to 7.02:
|
||||||
- AnyEvent::Util::run_cmd could block indefinitely
|
- AnyEvent::Util::run_cmd could block indefinitely
|
||||||
|
Loading…
Reference in New Issue
Block a user