Update to 1.706

- New upstream release 1.706
  - Time::HiRes sleep resolution is 15 milliseconds on Windows and Cygwin;
    adjusted timeout values accordingly
  - Reinstated the hack for faster IO when use_slurpio => 1 is specified; tuned
    chunk_size => 'auto'
epel9
Paul Howarth 9 years ago
parent 28638ad2bb
commit 5cbe115114

1
.gitignore vendored

@ -10,3 +10,4 @@
/MCE-1.703.tar.gz /MCE-1.703.tar.gz
/MCE-1.704.tar.gz /MCE-1.704.tar.gz
/MCE-1.705.tar.gz /MCE-1.705.tar.gz
/MCE-1.706.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.705 Version: 1.706
Release: 1%{?dist} Release: 1%{?dist}
Summary: Many-core Engine for Perl providing parallel processing capabilities Summary: Many-core Engine for Perl providing parallel processing capabilities
License: GPL+ or Artistic License: GPL+ or Artistic
@ -141,6 +141,13 @@ make test
%{_bindir}/mce_grep %{_bindir}/mce_grep
%changelog %changelog
* Sun Apr 24 2016 Paul Howarth <paul@city-fan.org> - 1.706-1
- Update to 1.706
- Time::HiRes sleep resolution is 15 milliseconds on Windows and Cygwin;
adjusted timeout values accordingly
- Reinstated the hack for faster IO when use_slurpio => 1 is specified; tuned
chunk_size => 'auto'
* Fri Apr 15 2016 Paul Howarth <paul@city-fan.org> - 1.705-1 * Fri Apr 15 2016 Paul Howarth <paul@city-fan.org> - 1.705-1
- Update to 1.705 - Update to 1.705
- Bumped version for Test::More to 0.88 - Bumped version for Test::More to 0.88

@ -1 +1 @@
252a4e1ec3b854da339880af2316c7a3 MCE-1.705.tar.gz 83af47189ccd2b8bc823e0d3f34dd432 MCE-1.706.tar.gz

Loading…
Cancel
Save