Changelog for
perl-MCE-Shared-1.893-1.el10_0.noarch.rpm :
* Tue Sep 10 2024 Paul Howarth
- 1.893-1- Update to 1.893 (rhbz#2311118) - Improve MCE::Hobo exiting when signaled
* Thu Aug 22 2024 Paul Howarth - 1.892-1- Update to 1.892 - Fix for MCE::Hobo, Can\'t call method \"len\" on an undefined value during global destruction
* Fri Jul 19 2024 Fedora Release Engineering - 1.891-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Jun 20 2024 Paul Howarth - 1.891-1- Update to 1.891 - In scalar context, MCE::Hobo->init returns a guard to call finish automatically upon leaving the { scope } (i.e. omitting finish)
* Tue Jun 11 2024 Paul Howarth - 1.890-1- Update to 1.890 - Revert back to calling CORE::rand() to set the internal seed; MCE::Hobo cannot assume the srand or setter function used by the application for predictability - https://perlmonks.org/?node_id=11159834 - https://perlmonks.org/?node_id=11159827 - Add class method MCE::Hobo->seed to retrieve the seed
* Mon Jun 10 2024 Paul Howarth - 1.889-1- Update to 1.889 - Improve support for PDL
* Thu Jun 06 2024 Paul Howarth - 1.888-1- Update to 1.888 - Apply workaround for PDL::srand in MCE::Hobo (https://www.perlmonks.org/?node_id=11159773) - Add PDL::srand (v2.062~v2.089) and PDL::srandom (v2.089_01+)
* Sun May 26 2024 Paul Howarth - 1.887-1- Update to 1.887 - Improve reaping of completed workers in MCE::Hobo
* Thu Jan 25 2024 Fedora Release Engineering - 1.886-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering - 1.886-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Sep 14 2023 Paul Howarth - 1.886-1- Update to 1.886 - Add Android support; this required moving MCE::Shared::Base::Common out of MCE::Shared::Base to separate file MCE::Shared::Common - Bump MCE dependency to 1.889
* Thu Jul 20 2023 Fedora Release Engineering - 1.885-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri Jun 09 2023 Paul Howarth - 1.885-1- Update to 1.885 - Fix typo in Queue dequeue_timed documentation
* Thu Jun 08 2023 Paul Howarth - 1.884-1- Update to 1.884 - Add missing return statement(s) in Condvar and Queue - Move tests for condvar timedwait to xt/condvar_timedwait.t
* Wed Jun 07 2023 Paul Howarth - 1.883-1- Update to 1.883 - Bump MCE dependency to 1.886 - Added dequeue_timed method to MCE::Shared::Queue - Fixed taint mode in MCE::Shared::Sequence _sprintf - Remove unused Queue vars in MCE::Shared::Server, since 1.867
* Wed May 31 2023 Paul Howarth - 1.881-1- Update to 1.881 - Bump MCE dependency to 1.885 - Improved reliability on the Windows platform
* Fri Jan 20 2023 Fedora Release Engineering - 1.880-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Jan 04 2023 Paul Howarth - 1.880-1- Update to 1.880 - Bump MCE dependency to 1.883 - Improved 05_mce_hobo.t test
* Sat Dec 03 2022 Paul Howarth - 1.879-1- Update to 1.879 - Update the error status if MCE::Hobo died due to receiving a signal - Improved the timeout handler in MCE::Hobo and MCE::Shared::Condvar - Fixed private functions _quit and _trap not setting the return value
* Mon Oct 10 2022 Paul Howarth - 1.878-1- Update to 1.878 - Improved reliability on the Windows platform - Added deeply-shared demonstration to POD- Use SPDX-format license tag