[Bps-public-commit] rt-authen-externalauth branch, master, updated. 0.10-3-g67ec6d7

Thomas Sibley trs at bestpractical.com
Thu Feb 23 11:30:46 EST 2012


The branch, master has been updated
       via  67ec6d74132aae3b6567d5eaf9756e14a9507fa2 (commit)
      from  927f8ee777ca87f45dac5f2a1adacdbd3d428a34 (commit)

Summary of changes:
 ChangeLog                     |    3 +++
 META.yml                      |    2 +-
 lib/RT/Authen/ExternalAuth.pm |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 67ec6d74132aae3b6567d5eaf9756e14a9507fa2
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Feb 23 11:29:00 2012 -0500

    Version bump

diff --git a/ChangeLog b/ChangeLog
index 2968fbf..4986585 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+0.10_02 2012-02-23  Thomas Sibley
+	* Escape usernames in filter values so special characters don't die
+
 0.10 2012-02-17  Thomas Sibley
 	* Silence confusing log messages when $ExternalInfoPriority is empty
 
diff --git a/META.yml b/META.yml
index 39c86a1..f698a7c 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.10
+version: 0.10_01
diff --git a/lib/RT/Authen/ExternalAuth.pm b/lib/RT/Authen/ExternalAuth.pm
index 620687c..f434ebf 100644
--- a/lib/RT/Authen/ExternalAuth.pm
+++ b/lib/RT/Authen/ExternalAuth.pm
@@ -1,6 +1,6 @@
 package RT::Authen::ExternalAuth;
 
-our $VERSION = '0.10';
+our $VERSION = '0.10_01';
 
 =head1 NAME
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list