-
Fri Dec 03 2021 Paul Howarth <paul@city-fan.org> - 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 <paul@city-fan.org> - 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
-
Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.873-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.873-3
- Perl 5.34 rebuild
-
Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.873-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
Sun Aug 02 2020 Paul Howarth <paul@city-fan.org> - 1.873-1
- Update to 1.873
- Resolved construction MCE::Shared->share hanging when specifying a module
that does not exist
-
Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.872-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.872-2
- Perl 5.32 rebuild
-
Mon Jun 15 2020 Paul Howarth <paul@city-fan.org> - 1.872-1
- Update to 1.872
- Added open to required dependencies
- Set default encodings on standard filehandles in tests using UTF-8
- Added setnx method to MCE::Shared::{ Cache, Hash and Ordhash }
- Added hsetnx method to MCE::Shared::Minidb
- Updated keys, pairs, and values in
MCE::Shared::{ Array, Cache, Hash and Ordhash }
- The MCE::Shared project is feature complete
-
Wed May 13 2020 Paul Howarth <paul@city-fan.org> - 1.871-1
- Update to 1.871
- Switched test for skipping unicode testing for MCE::Shared::Cache from
needing Perl > 5.10.1 to needing Scalar::Util ≥ 1.22