Update to 1.16

- New upstream release 1.16
  - Fix descriptor memory leak: Make $mux->close actually untie *$fh
This commit is contained in:
Paul Howarth 2015-04-10 11:33:35 +01:00
parent dd897b7830
commit 11fa9232fd
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Summary: Manage IO on many file handles
Name: perl-IO-Multiplex
Version: 1.15
Version: 1.16
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
@ -63,6 +63,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Multiplex.3*
%changelog
* Fri Apr 10 2015 Paul Howarth <paul@city-fan.org> - 1.16-1
- Update to 1.16
- Fix descriptor memory leak: Make $mux->close actually untie *$fh
* Wed Apr 1 2015 Paul Howarth <paul@city-fan.org> - 1.15-1
- Update to 1.15
- Move untie patch to the right place

View File

@ -1 +1 @@
f9845db5867d28d7e7ce2ea5278387f8 IO-Multiplex-1.15.tar.gz
e5541d1e9f85954b95c8735ed9b19cfa IO-Multiplex-1.16.tar.gz