Update to 1.843

- New upstream release 1.843
  - Updated results in MCE::Child (Parallel::ForkManager-like demonstration)
  - Completed missing interrupt signal-safety for the non-blocking methods in
    MCE::Channel::Mutex and MCE::Channel::Threads
epel9
Paul Howarth 6 years ago
parent bb50f7ec9e
commit fc0275428d

1
.gitignore vendored

@ -51,3 +51,4 @@
/MCE-1.840.tar.gz /MCE-1.840.tar.gz
/MCE-1.841.tar.gz /MCE-1.841.tar.gz
/MCE-1.842.tar.gz /MCE-1.842.tar.gz
/MCE-1.843.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE Name: perl-MCE
Version: 1.842 Version: 1.843
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
@ -167,6 +167,12 @@ make test
%{_bindir}/mce_zfgrep %{_bindir}/mce_zfgrep
%changelog %changelog
* Wed Jul 24 2019 Paul Howarth <paul@city-fan.org> - 1.843-1
- Update to 1.843
- Updated results in MCE::Child (Parallel::ForkManager-like demonstration)
- Completed missing interrupt signal-safety for the non-blocking methods in
MCE::Channel::Mutex and MCE::Channel::Threads
* Mon Jul 22 2019 Paul Howarth <paul@city-fan.org> - 1.842-1 * Mon Jul 22 2019 Paul Howarth <paul@city-fan.org> - 1.842-1
- Update to 1.842 - Update to 1.842
- Fixed race condition abnormalities in MCE::Child - Fixed race condition abnormalities in MCE::Child

@ -1 +1 @@
SHA512 (MCE-1.842.tar.gz) = e77c54f5fd4cbeee851c2967dad2fa9800ffbf24ffdb5ea69f042da036be766c11b19ca7cdc5f5da36925833429a74b3d81307dc7de9828efb51447b09c7f04c SHA512 (MCE-1.843.tar.gz) = df8fd55d3a98646ff7c4252dd3f60fbe5610e80fc6541717137c6b642b1d50dec02c8459313e901ea115d5fe842e6b4f6a3a9dfa9bc6856020f4deff274165f2

Loading…
Cancel
Save