[Bps-public-commit] rt-authen-externalauth branch, master, updated. 0.09_03-3-g3154934
Thomas Sibley
trs at bestpractical.com
Fri Feb 17 11:33:25 EST 2012
The branch, master has been updated
via 3154934ceca60f167bdcf2caf35973af476369c3 (commit)
via 2ff9345d478be86be4195e4055cb3b0042802e8d (commit)
from 5f1526dcefe2700cd013dd27846de4922b9a09e5 (commit)
Summary of changes:
ChangeLog | 3 +++
MANIFEST | 1 +
META.yml | 2 +-
lib/RT/Authen/ExternalAuth.pm | 2 +-
4 files changed, 6 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 2ff9345d478be86be4195e4055cb3b0042802e8d
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Feb 17 11:30:13 2012 -0500
Bump version
diff --git a/MANIFEST b/MANIFEST
index d667d1b..5fe7c31 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -28,6 +28,7 @@ MANIFEST This list of files
META.yml
README
xt/ldap.t
+xt/ldap_escaping.t
xt/ldap_group.t
xt/ldap_privileged.t
xt/sqlite.t
diff --git a/META.yml b/META.yml
index ee48813..39c86a1 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_03
+version: 0.10
diff --git a/lib/RT/Authen/ExternalAuth.pm b/lib/RT/Authen/ExternalAuth.pm
index 788f9de..620687c 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_03';
+our $VERSION = '0.10';
=head1 NAME
commit 3154934ceca60f167bdcf2caf35973af476369c3
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Feb 17 11:32:30 2012 -0500
Update changelog
diff --git a/ChangeLog b/ChangeLog
index 0834c9f..2968fbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+0.10 2012-02-17 Thomas Sibley
+ * Silence confusing log messages when $ExternalInfoPriority is empty
+
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
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list