[Bps-public-commit] rt-authen-externalauth branch, master, updated. 0.24

Alex Vandiver alexmv at bestpractical.com
Thu Oct 9 12:24:05 EDT 2014


The branch, master has been updated
       via  9ab3c84c66d9d01653b8090ee4339aff996b82af (commit)
      from  0752996c5d2090d20dafffbff3942eed9c41663a (commit)

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

- Log -----------------------------------------------------------------
commit 9ab3c84c66d9d01653b8090ee4339aff996b82af
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Oct 9 12:23:35 2014 -0400

    Version 0.24 releng

diff --git a/CHANGES b/CHANGES
index 7020561..e1a62db 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+0.24 2014-10-09
+ - No changes since 0.23_01
+
 0.23_01 2014-09-30
  - Call core's autohandler/SuccessfulLogin callback after logging in a
    user.  Now code written to run after a core login also runs for
diff --git a/META.yml b/META.yml
index 7b75e90..76fe904 100644
--- a/META.yml
+++ b/META.yml
@@ -33,6 +33,6 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: https://github.com/bestpractical/rt-authen-externalauth
-version: 0.23_01
+version: '0.24'
 x_module_install_rtx_version: '0.36'
 x_requires_rt: 4.0.0
diff --git a/lib/RT/Authen/ExternalAuth.pm b/lib/RT/Authen/ExternalAuth.pm
index 1637134..8b27bb6 100644
--- a/lib/RT/Authen/ExternalAuth.pm
+++ b/lib/RT/Authen/ExternalAuth.pm
@@ -1,6 +1,6 @@
 package RT::Authen::ExternalAuth;
 
-our $VERSION = '0.23_01';
+our $VERSION = '0.24';
 
 =head1 NAME
 

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


More information about the Bps-public-commit mailing list