Version 1.015 v1.015
Dagfinn Ilmari Mannsåker [Fri, 20 Feb 2015 18:05:40 +0000 (18:05 +0000)]
Changes
lib/Catalyst/Authentication/Store/LDAP.pm
lib/Catalyst/Authentication/Store/LDAP/Backend.pm
lib/Catalyst/Authentication/Store/LDAP/User.pm

diff --git a/Changes b/Changes
index d69ffa5..31a28fe 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+1.015 20 February 2015
   - Escape special characters in user/role names
   - Use the stored user credentials to look up roles
   - Split credential checking into a separate method from generic binding
index cdd025d..9045807 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Authentication::Store::LDAP;
 use strict;
 use warnings;
 
-our $VERSION = '1.014';
+our $VERSION = '1.015';
 
 use Catalyst::Authentication::Store::LDAP::Backend;
 
index a6c46ab..5942d6d 100644 (file)
@@ -72,7 +72,7 @@ use base qw( Class::Accessor::Fast );
 use strict;
 use warnings;
 
-our $VERSION = '1.014';
+our $VERSION = '1.015';
 
 use Catalyst::Authentication::Store::LDAP::User;
 use Net::LDAP;
index 8089331..3dc1a78 100644 (file)
@@ -50,7 +50,7 @@ use strict;
 use warnings;
 use Scalar::Util qw/refaddr/;
 
-our $VERSION = '1.014';
+our $VERSION = '1.015';
 
 BEGIN { __PACKAGE__->mk_accessors(qw/user store/) }