Bump version and update Changes 0.002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 25 Mar 2017 19:13:19 +0000 (21:13 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 25 Mar 2017 19:13:19 +0000 (21:13 +0200)
Changes
README
lib/Plack/Middleware/Auth/Complex.pm

diff --git a/Changes b/Changes
index 8d1358b6db3f9493f9ca3bd1839c33a2f5ed5de0..3667e699ee89cd95ddfad281228d5c82f033e833 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Plack::Middleware::Auth::Complex.
 
+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
diff --git a/README b/README
index 9473b9275e1ca4be1ffc9b56bf6b91f580dbcff9..6f2509886059dbce58b28dc4b7960842b991defc 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Plack-Middleware-Auth-Complex version 0.001001
-==============================================
+Plack-Middleware-Auth-Complex version 0.002
+===========================================
 
 AuthComplex is an authentication system for Plack applications that
 allows user registration, password changing and password reset.
index 6c08273df4b1ad9f11d021cd6ad165cc4f95342f..b8e3565bc0d8158efcacb04c4f0751df957358fe 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '0.001001';
+our $VERSION = '0.002';
 
 use parent qw/Plack::Middleware/;
 use re '/s';
This page took 0.012449 seconds and 4 git commands to generate.