Bump version and update Changes 0.003
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 15 Jul 2017 15:55:07 +0000 (18:55 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 15 Jul 2017 15:55:07 +0000 (18:55 +0300)
Changes
README
lib/Plack/Middleware/Auth/Complex.pm

diff --git a/Changes b/Changes
index 3667e699ee89cd95ddfad281228d5c82f033e833..893850bc45b47afbd5f674f0077e9a6aa1d786ad 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension Plack::Middleware::Auth::Complex.
 
+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)
diff --git a/README b/README
index 6f2509886059dbce58b28dc4b7960842b991defc..be328add2f15132d93c8fc998fd368266a7f5c7e 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Plack-Middleware-Auth-Complex version 0.002
+Plack-Middleware-Auth-Complex version 0.003
 ===========================================
 
 AuthComplex is an authentication system for Plack applications that
@@ -29,9 +29,13 @@ This module requires these other modules and libraries:
 * Plack
 * Tie::Hash::Expire
 
+It also recommends (but does not require) these modules:
+
+* Authen::Passphrase::Scrypt
+
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2015 by Marius Gavrilescu
+Copyright (C) 2015-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.20.1 or,
index d4b5e4b997d218c76cb584f514da5ee5e3ff733e..ea1b0b34f1eca5b29db24fd7bf864ba4f8be5ca8 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '0.002';
+our $VERSION = '0.003';
 
 use parent qw/Plack::Middleware/;
 use re '/s';
This page took 0.012 seconds and 4 git commands to generate.