Update to 1.860

- New upstream release 1.860
  - Signal-handling update release
  - Localized input and output record separators in MCE::Channel
  - IPC safety in MCE::Child during SIGINT and SIGTERM
  - Method $child->exit in MCE::Child now sends the SIGINT signal for extra
    reliability with MCE::Shared (previously SIGQUIT)
epel9
Paul Howarth 5 years ago
parent 22b479a83e
commit 6c2ac0e353

1
.gitignore vendored

@ -59,3 +59,4 @@
/MCE-1.848.tar.gz
/MCE-1.849.tar.gz
/MCE-1.850.tar.gz
/MCE-1.860.tar.gz

@ -1,5 +1,5 @@
Name: perl-MCE
Version: 1.850
Version: 1.860
Release: 1%{?dist}
Summary: Many-core Engine for Perl providing parallel processing capabilities
License: GPL+ or Artistic
@ -171,6 +171,14 @@ make test
%{_bindir}/mce_zfgrep
%changelog
* Mon Sep 16 2019 Paul Howarth <paul@city-fan.org> - 1.860-1
- Update to 1.860
- Signal-handling update release
- Localized input and output record separators in MCE::Channel
- IPC safety in MCE::Child during SIGINT and SIGTERM
- Method $child->exit in MCE::Child now sends the SIGINT signal for extra
reliability with MCE::Shared (previously SIGQUIT)
* Mon Sep 9 2019 Paul Howarth <paul@city-fan.org> - 1.850-1
- Update to 1.850 (no changes)

@ -1 +1 @@
SHA512 (MCE-1.850.tar.gz) = 6f127f66aa07a56f37cf2dde05e8ad5a57e56d8918af38ab795ce0e1d34927c74ccc4921bc234ebae1c3aed1c0859080fb66305740528bc0f16409c17cce3128
SHA512 (MCE-1.860.tar.gz) = d30d5d0ef88f5426f0bd86504870cca65872f4bd71e49f70112557c068ffcb469402b523b2f2ce3cbfd2d792518d39b8aaa5db2072b3f6baa2ea28cd2f6692d2

Loading…
Cancel
Save