X-Git-Url: http://git.ieval.ro/?p=authen-passphrase-scrypt.git;a=blobdiff_plain;f=Changes;h=597978ef667c057e8e0ec1a4421eba911c50d86a;hp=c6ea5dde3a0ff281acc64b89b5a978633d47b8c6;hb=HEAD;hpb=0c1f3509448ca1247bcf6fd216444648680925d2 diff --git a/Changes b/Changes index c6ea5dd..597978e 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,15 @@ Revision history for Perl extension Authen::Passphrase::Scrypt. +0.002 2018-04-14T22:23+03:00 + - Make API compatible with Authen::Passphrase (RT #125063) + - Replace Class::Accessor::Fast with Object::Tiny + - Improve test coverage + +0.001001 2017-07-08T11:45+01:00 + - Fix compilation error on glibc < 2.17. + clock_gettime requires -lrt on glibc < 2.17. It is used in + scryptenc_cpuperf.o. The fix is to no longer link that object file + since Authen::Passphrase::Scrypt does not use it. + 0.001 2017-07-01T00:16+03:00 - Initial release