Bump version and update Changes
[plack-middleware-auth-complex.git] / Changes
CommitLineData
12aa0bc6
MG
1Revision history for Perl extension Plack::Middleware::Auth::Complex.
2
9e0352f7
MG
30.003001 2017-07-18T08:20+01:00
4 - Fix tests when Authen::Passphrase::Scrypt is not installed
5
efd95ac2
MG
60.003 2017-07-15T16:55+01:00
7 - Use Data::Entropy instead of Bytes::Random::Secure (since
8 Authen::Passphrase already uses Data::Entropy)
9 - Add support for the scrypt password hashing algorithm using
10 Authen::Passphrase::Scrypt
11
de80d316
MG
120.002 2017-03-25T21:13+03:00
13 - Prevent blocking (use /dev/urandom instead of /dev/random)
14 - Add a script to change user password (/usr/bin/passwd lookalike)
15
da36743f
MG
160.001001 2015-03-08T16:54+02:00
17 - Call init at first request to allow non-delayed loading (e.g. starman --preload-app).
18 - Make "Invalid username" error message customizable
19
51912257
MG
200.001 2015-03-01T14:30+02:00
21 - First stable release
22 - Add authentication cache
23 - Change the default values of some options
24 - Split user creation logic from call_register to a new method
25 - Fix a POD bug
26 - Fix reset email subject
27 - Improve test coverage
28 - Add perlcritic tests and make code compliant
29
12aa0bc6
MG
300.000_001 2015-03-01T01:20+02:00
31 - Initial release
This page took 0.012203 seconds and 4 git commands to generate.