Update to 1.804

- New upstream release 1.804
  - Removed the sleep statement in MCE->restart_worker
  - Added FCGI::ProcManager demonstrations to MCE::Examples
  - Automatically set posix_exit to 1 whenever (F)CGI.pm is present
    (https://github.com/marioroy/mce-perl/issues/1)
epel9
Paul Howarth 9 years ago
parent e1233268ad
commit 76e08bfe12

1
.gitignore vendored

@ -17,3 +17,4 @@
/MCE-1.801.tar.gz /MCE-1.801.tar.gz
/MCE-1.802.tar.gz /MCE-1.802.tar.gz
/MCE-1.803.tar.gz /MCE-1.803.tar.gz
/MCE-1.804.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.803 Version: 1.804
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
@ -136,6 +136,13 @@ make test
%{_bindir}/mce_grep %{_bindir}/mce_grep
%changelog %changelog
* Fri Jul 29 2016 Paul Howarth <paul@city-fan.org> - 1.804-1
- Update to 1.804
- Removed the sleep statement in MCE->restart_worker
- Added FCGI::ProcManager demonstrations to MCE::Examples
- Automatically set posix_exit to 1 whenever (F)CGI.pm is present
(https://github.com/marioroy/mce-perl/issues/1)
* Mon Jul 11 2016 Paul Howarth <paul@city-fan.org> - 1.803-1 * Mon Jul 11 2016 Paul Howarth <paul@city-fan.org> - 1.803-1
- Update to 1.803 - Update to 1.803
- Re-enabled Sereal 3.008+ for Perl < v5.12.0, if available - Re-enabled Sereal 3.008+ for Perl < v5.12.0, if available

@ -1 +1 @@
3276c67f00140de69ca17ee2efd431bf MCE-1.803.tar.gz 641de7b796a743da87f280994dac4e92 MCE-1.804.tar.gz

Loading…
Cancel
Save