↵ Return to the main page of perl-MCE-tools
	View build
	Search for updates
	Package Info
	🠗 Changelog
	🠗 Dependencies
	🠗 Provides
	🠗 Files
| Date | Author | Change | 
|---|---|---|
| 2021-07-22 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.874-4 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild | 
| 2021-05-21 | Jitka Plesnikova <jplesnik at redhat dot com> - 1.874-3 | - Perl 5.34 rebuild | 
| 2021-01-27 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.874-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild | 
| 2020-08-19 | Paul Howarth <paul at city dash fan dot org> - 1.874-1 | - Update to 1.874 - Improved MCE->yield when used together with MCE::Relay | 
| 2020-08-02 | Paul Howarth <paul at city dash fan dot org> - 1.873-1 | - Update to 1.873 - Removed unused variable in MCE::Mutex::Channel | 
| 2020-07-28 | Fedora Release Engineering <releng at fedoraproject dot org> - 1.872-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild | 
| 2020-06-23 | Jitka Plesnikova <jplesnik at redhat dot com> - 1.872-2 | - Perl 5.32 rebuild | 
| 2020-06-15 | Paul Howarth <paul at city dash fan dot org> - 1.872-1 | - Update to 1.872 - Added open to required dependencies - Set default encodings on standard filehandles in tests using UTF-8 - Bumped minimal Perl version to 5.8.1 - Bumped MCE version to 1.872 to align with MCE::Shared - The MCE project is feature complete | 
| 2020-05-11 | Paul Howarth <paul at city dash fan dot org> - 1.868-1 | - Update to 1.868 - Bug fix for UTF-8 issues during inter-process communication: - This update required undoing optimizations specific to scalar args - Essentially, IPC involves serialization for everything going forward - Install Sereal::Encoder and Sereal::Decoder for better performance in Perl 5.8.8+ - MCE options flush_stdout, flush_stderr, and flush_file now default to enabled for the MCE->print, MCE->printf, and MCE->say output routines - Improved MCE::Child with threads-like detach capability (see POD) - Improved IPC in MCE::Queue with permanent fast-like dequeue including dequeue_nb; going forward, the fast and barrier options are silently ignored if specified (i.e. no-op) - Improved IPC performance on Linux - Completed threads-like detach capability in MCE::Child - Resolved MCE::Channel failing when calling dequeue multiple times on an ended channel - MCE->say, MCE->print, and MCE->printf now return 1 | 
| 2020-02-09 | Paul Howarth <paul at city dash fan dot org> - 1.866-1 | - Update to 1.866 - Bug fix for restart_worker, race condition introduced in 1.863 |