[Bps-public-commit] rt-authen-externalauth branch, master, updated. 0.18-4-g4995c9e

Kevin Falcone falcone at bestpractical.com
Fri Apr 4 13:20:08 EDT 2014


The branch, master has been updated
       via  4995c9e3b66ee9c890f30b5ddd7d4a86b071fd40 (commit)
       via  d014569de61ad676fa4d64e696641943ab7c718f (commit)
      from  f2df8a00a8b5fa44acd1d3ac4a3f30702594ae78 (commit)

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

- Log -----------------------------------------------------------------
commit d014569de61ad676fa4d64e696641943ab7c718f
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Apr 4 13:00:28 2014 -0400

    Changelog for 0.19

diff --git a/ChangeLog b/ChangeLog
index f4e9df7..02e2233 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
-0.18 2014-03-07 Kevin falcone
-	- Remove docs that reference unmerged features (multiple emails)
+0.19 2014-04-04 Kevin Falcone
+ - Fix a bug in the ExternalSettings doc example in RT_SiteConfig.pm
+
+0.18 2014-03-07 Kevin Falcone
+ - Remove docs that reference unmerged features (multiple emails)
 
 0.17	2013-07-10	Thomas Sibley
 	* Forbid using RT's internal Users table as an auth service

commit 4995c9e3b66ee9c890f30b5ddd7d4a86b071fd40
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri Apr 4 13:19:37 2014 -0400

    Bump version for 0.19

diff --git a/META.yml b/META.yml
index bedfd35..dd79d50 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.18
+version: 0.19
diff --git a/lib/RT/Authen/ExternalAuth.pm b/lib/RT/Authen/ExternalAuth.pm
index e0da5b1..8aa9150 100644
--- a/lib/RT/Authen/ExternalAuth.pm
+++ b/lib/RT/Authen/ExternalAuth.pm
@@ -1,6 +1,6 @@
 package RT::Authen::ExternalAuth;
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 =head1 NAME
 

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



More information about the Bps-public-commit mailing list