Revision history for Authen-OATH
3.000001 2026-05-26 21:01:25Z
- Note: the 3.000000 release was a fix for CVE-2026-9569.
- Converted the test suite to Test2::V0.
- Removed redundant t/00-load.t (every other test already loads
Authen::OATH).
- t/02-bignum.t now actually loads bignum; the previous use of
Test::Needs only gated on availability without importing it.
3.000000 2026-05-25 20:28:30Z
- Bumped to version 3.000000 and adopted decimal versioning.
- Fixed arbitrary code execution vulnerability via the digest attribute
(CVE-2026-9569).
- Replaced eval STRING module loads in tests with Test::Needs.
- Added Convert::Base32 as a develop prereq.
2.0.1 2017-04-12 11:59:11-04:00 America/Toronto
- Bumped to next major version (2.0.0) because digest now defaults to
Digest::SHA rather than Digest::SHA1. See
https://rt.cpan.org/Ticket/Display.html?id=76188
- Added docs on working with Google Authenticator. See
https://rt.cpan.org/Ticket/Display.html?id=67777
- Converted from Moose to Moo + Type::Tiny.
- Other internal cleanup.
1.0.0 2010-05-25
First version, released on an unsuspecting world.