[Bps-public-commit] rt-authen-externalauth branch, master, updated. 0.09_02-3-g95f2ff2
Thomas Sibley
trs at bestpractical.com
Fri Jan 27 18:08:54 EST 2012
The branch, master has been updated
via 95f2ff2d9c9045a00f362cdf24187c3d04c5f46f (commit)
from 7f2043d384875991fa68c61f9324f89f4415f90c (commit)
Summary of changes:
ChangeLog | 4 ++++
META.yml | 2 +-
lib/RT/Authen/ExternalAuth.pm | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 95f2ff2d9c9045a00f362cdf24187c3d04c5f46f
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Jan 27 18:05:03 2012 -0500
Version bump
diff --git a/ChangeLog b/ChangeLog
index e1f100b..0834c9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+0.09_03 2012-01-27 Thomas Sibley
+ * Fetch the necessary attributes when group_attr_value is used
+ * Test escaping of commas during the group check
+
0.09_02 2012-01-26 Thomas Sibley
* Improved logging inside the LDAP group membership check
diff --git a/META.yml b/META.yml
index e1c9721..ee48813 100644
--- a/META.yml
+++ b/META.yml
@@ -33,4 +33,4 @@ requires:
Net::SSLeay: 0
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 0.09_02
+version: 0.09_03
diff --git a/lib/RT/Authen/ExternalAuth.pm b/lib/RT/Authen/ExternalAuth.pm
index a0f0830..44355c1 100644
--- a/lib/RT/Authen/ExternalAuth.pm
+++ b/lib/RT/Authen/ExternalAuth.pm
@@ -1,6 +1,6 @@
package RT::Authen::ExternalAuth;
-our $VERSION = '0.09_02';
+our $VERSION = '0.09_03';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list