[Bps-public-commit] rt-authen-externalauth branch, master, updated. 0.15-5-g44c25ec
Thomas Sibley
trs at bestpractical.com
Thu Jun 27 15:23:30 EDT 2013
The branch, master has been updated
via 44c25ec2e2d1362602c952c93d7d29a07e0d8db7 (commit)
from d7ed5f1cceebee2470172c92f57d1e35683193bf (commit)
Summary of changes:
ChangeLog | 3 +++
META.yml | 2 +-
lib/RT/Authen/ExternalAuth.pm | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 44c25ec2e2d1362602c952c93d7d29a07e0d8db7
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Jun 27 12:22:22 2013 -0700
Releng for 0.16
diff --git a/ChangeLog b/ChangeLog
index 91c110f..9ab6cb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+0.16 2013-06-27 Thomas Sibley
+ * Add new p_check option to DBI authentication module
+
0.15 2013-05-22 Thomas Sibley
* Minor documentation updates to add NAME sections for MetaCPAN
diff --git a/META.yml b/META.yml
index ed66740..895a3f8 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.15
+version: 0.16
diff --git a/lib/RT/Authen/ExternalAuth.pm b/lib/RT/Authen/ExternalAuth.pm
index 65c6e87..31a7325 100644
--- a/lib/RT/Authen/ExternalAuth.pm
+++ b/lib/RT/Authen/ExternalAuth.pm
@@ -1,6 +1,6 @@
package RT::Authen::ExternalAuth;
-our $VERSION = '0.15';
+our $VERSION = '0.16';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list