Revision history for Data-BloomFilter-Shared
0.05 2026-08-11
- Frozen read-only mode: freeze() seals a file-backed structure;
new_readonly() maps it O_RDONLY and queries it lock-free.
- Recover a file left behind by an interrupted create instead of
leaving the path unopenable.
- unlink() reports a removal that failed; one already gone is not an
error.
- Hardening: re-entrancy with tied and overloaded arguments, and
DESTROY on an invocant that is not one of ours.
- Documentation and test-harness corrections.
0.04 2026-07-21
- On-disk format change (v1 -> v2): an existing 0.03 file is
refused; recreate it.
- Resolve argument magic before capturing the path string.
0.03 2026-07-11
- Fix fp_rate test on long-double perls.
0.02 2026-07-03
- Security and robustness hardening; backing files now created mode
0600 (pass a file-mode argument to new() for cross-user sharing).
0.01 2026-06-25
- Initial release.