Changelog for
perl-MCE-Shared-1.886-1.fc39.noarch.rpm :
* 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
* Fri Jul 22 2022 Fedora Release Engineering - 1.877-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jun 01 2022 Jitka Plesnikova - 1.877-2- Perl 5.36 rebuild
* Tue May 24 2022 Paul Howarth - 1.877-1- Update to 1.877 - Replace http with https in documentation and meta files - Call PDL::set_autopthread_targ(1); disables PDL auto-threading - Allow sharing additional PDL objects via class methods: pdl_sbyte, pdl_ulong, pdl_ulonglong, pdl_ldouble, pdl_grandom, and pdl_zero
* Sun Feb 20 2022 Paul Howarth - 1.876-1- Update to 1.876 - Improved suppressing the PDL CLONE warning; piddles should not be naively copied into new threads
* Fri Jan 21 2022 Fedora Release Engineering - 1.875-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Dec 03 2021 Paul Howarth - 1.875-1- Update to 1.875 - Resolved edge case with _fill_index in MCE::Shared::Ordhash - Updated STORE, DELETE, and internal _fill_index - Added tests to t/07_shared_ordhash.t
* Fri Dec 03 2021 Paul Howarth - 1.874-1- Update to 1.874 - Bumped MCE dependency to 1.874 - MCE::Hobo update - Improved _ordhash - Renamed JOINED to REAPED in code for better clarity - Specify a percentage for max_workers - Added t/05_mce_hobo_max_workers.t