Bump version and update Changes 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 8 Mar 2015 14:54:08 +0000 (16:54 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 8 Mar 2015 14:54:08 +0000 (16:54 +0200)
Changes
README
lib/Plack/Middleware/Auth/Complex.pm

diff --git a/Changes b/Changes
index e0025cbadf40bff16875a8576ebe486f2208d431..8d1358b6db3f9493f9ca3bd1839c33a2f5ed5de0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Plack::Middleware::Auth::Complex.
 
+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
+
 0.001 2015-03-01T14:30+02:00
  - First stable release
  - Add authentication cache
diff --git a/README b/README
index c0c2fbb6afa416446a21de70266bb21e5c4d3b06..e3956a6f0e06a31b2e1721638c477b35a1a7627c 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Plack-Middleware-Auth-Complex version 0.001
-===========================================
+Plack-Middleware-Auth-Complex version 0.001001
+==============================================
 
 AuthComplex is an authentication system for Plack applications that
 allows user registration, password changing and password reset.
index 035a622259353c963f2577d33bcededeae519dfc..53ff827fafbe76ea5ce1a9d4c325ccbd3f9e099b 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 use parent qw/Plack::Middleware/;
 use re '/s';
This page took 0.012663 seconds and 4 git commands to generate.