Update to 1.16
- New upstream release 1.16 - Fix descriptor memory leak: Make $mux->close actually untie *$fh
This commit is contained in:
parent
dd897b7830
commit
11fa9232fd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user