- DBI now requires perl-5.12, driven by CVE's
- Fix test for perl configured without threads (caught by perl-5.45.1)
- Small doc fix, (issue#155), thanks Dick Franks
- Add suggested dependency (issue#145), thanks Dick Franks
- Force placeholder limit on :# and :p# too (CVE-2026-73194)
- Limit statements to 292 Mb in preparse (CVE-2026-73193)
- Add a security policy (issue#174)
- Add dbm_updatable_key attribute to DBD::DBM to configure how keys are updated
- Fix missing import in DBI::DBD::SqlEngine
- Fix !Caller2 caller loss when $^P is set (PR#184) (Thanks Paul)