Update to 1.809

- New upstream release 1.809
  - Bug fixes for running MCE inside threads
  - Random numbers are unique between workers
epel9
Paul Howarth 8 years ago
parent 3d0b1186f0
commit 318e2650e0

1
.gitignore vendored

@ -22,3 +22,4 @@
/MCE-1.806.tar.gz /MCE-1.806.tar.gz
/MCE-1.807.tar.gz /MCE-1.807.tar.gz
/MCE-1.808.tar.gz /MCE-1.808.tar.gz
/MCE-1.809.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.808 Version: 1.809
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,11 @@ make test
%{_bindir}/mce_grep %{_bindir}/mce_grep
%changelog %changelog
* Thu Nov 24 2016 Paul Howarth <paul@city-fan.org> - 1.809-1
- Update to 1.809
- Bug fixes for running MCE inside threads
- Random numbers are unique between workers
* Sat Nov 5 2016 Paul Howarth <paul@city-fan.org> - 1.808-1 * Sat Nov 5 2016 Paul Howarth <paul@city-fan.org> - 1.808-1
- Update to 1.808 - Update to 1.808
- Workers persist unless shutdown explicitly while running alongside the - Workers persist unless shutdown explicitly while running alongside the

@ -1 +1 @@
5e76a7afde92d3f0c7161711fe4be303 MCE-1.808.tar.gz 5b6996f70a9a47d0dcd3cbdbeced66a2 MCE-1.809.tar.gz

Loading…
Cancel
Save