↵ Return to the main page of perl-Clone-tests
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
| Date | Author | Change |
|---|---|---|
| 2026-03-28 | Paul Howarth <paul at city dash fan dot org> - 0.50-1 | - Update to 0.50 - Fix: Deep-copy HVs past MAX_DEPTH instead of aliasing (GH#93) - Fix: Strip macOS xattrs from dist directory before packaging - Clean-up: Remove unreachable break and empty magic_ref if-body in Clone.xs - Docs: Update MAX_DEPTH limits to reflect actual platform values - Docs: Add SECURITY.md policy for vulnerability reporting - Prefer using gtar in Makefile.PL |
| 2026-03-26 | Paul Howarth <paul at city dash fan dot org> - 0.49-1 | - Update to 0.49 - Try to exclude macOS extended attributes from dist tarball - Fix: Suppress DBI STDERR noise in t/13-io-handle.t (GH#82) - Fix: Skip DBI fork tests on Windows - Fix: Remove spurious warn output in t/03-scalar.t - Add AI_POLICY.md documenting AI-assisted workflow |
| 2026-03-05 | Petr Pisar <ppisar at redhat dot com> - 0.48-3 | - Package the tests and run them in parallel |
| 2026-03-04 | Yaakov Selkowitz <yselkowi at redhat dot com> - 0.48-2 | - Disable optional tests in RHEL |
| 2026-03-03 | Paul Howarth <paul at city dash fan dot org> - 0.48-1 | - Update to 0.48 - Performance: Optimize hot paths in Clone.xs - Fix: Replace subtest with SKIP/bare blocks to avoid Test2 warnings - Fix: Don't require MGf_DUP flag for ext magic duplication - Fix: Lower MAX_DEPTH to 4000 to prevent SEGV on CPAN smokers - Fix t/10-deep_recursion.t for Windows - Fix C89 declaration-after-statement violations in Clone.xs - Fix deep recursion stack overflow on Windows - Fix cloning of Math::BigInt::GMP objects (GH#16) - Fix cloning of threads::shared data structures (GH#18) - Add thread safety test for Class::DBI-like patterns (GH#14) - Add comprehensive documentation with examples and limitations - Improve README.md structure and installation instructions - Add DBI + DBD::SQLite as recommended test dependencies - Fix weakened reference cloning via deferred weakening (GH#15) - Fix memory leak when cloning non-existent hash values (GH#42) - Fix segfault when cloning DBI database handles (GH#27) - Rewrite t/09-circular.t to fix SEGV on CPAN Testers (GH#54) - Replace static recursion_depth with stack parameter - Fix C++ style comments in Clone.xs for C89 portability - Fix memory leak in Clone.xs (GH#42) - Allow a MAX_DEPTH recursion of 32,000 calls (GH#19 aka CPAN RT#97525) - Rename tests with more readable names - Remove TODO from CoW test - Use %{make_build} and %{make_install} |
| 2026-01-17 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.47-5 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild |
| 2025-07-25 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.47-4 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild |
| 2025-07-07 | Jitka Plesnikova <jplesnik at redhat dot com> - 0.47-3 | - Perl 5.42 rebuild |
| 2025-01-18 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.47-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild |
| 2024-08-19 | Paul Howarth <paul at city dash fan dot org> - 0.47-1 | - Update to 0.47 - Stop using quote as package separator |