X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Changes;h=018b3c54f2b4a130860af8da13cfc2701e690b6f;hb=9e0352f7cf4b83b9a0d6315e188e9ec4ee3edfbd;hp=8d1358b6db3f9493f9ca3bd1839c33a2f5ed5de0;hpb=da36743f4b9e4935a22d0ac740a183a354050b67;p=plack-middleware-auth-complex.git diff --git a/Changes b/Changes index 8d1358b..018b3c5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ Revision history for Perl extension Plack::Middleware::Auth::Complex. +0.003001 2017-07-18T08:20+01:00 + - Fix tests when Authen::Passphrase::Scrypt is not installed + +0.003 2017-07-15T16:55+01:00 + - Use Data::Entropy instead of Bytes::Random::Secure (since + Authen::Passphrase already uses Data::Entropy) + - Add support for the scrypt password hashing algorithm using + Authen::Passphrase::Scrypt + +0.002 2017-03-25T21:13+03:00 + - Prevent blocking (use /dev/urandom instead of /dev/random) + - Add a script to change user password (/usr/bin/passwd lookalike) + 0.001001 2015-03-08T16:54+02:00 - Call init at first request to allow non-delayed loading (e.g. starman --preload-app). - Make "Invalid username" error message customizable