[Bps-public-commit] rt-authen-externalauth branch, master, updated. 0.12-3-g87351c3
Thomas Sibley
trs at bestpractical.com
Thu Jan 31 14:21:40 EST 2013
The branch, master has been updated
via 87351c38f2be2e11de1817fc48caa17ea2a591f4 (commit)
from 1dcb308728945b1174765ce459266d1d3229ef7f (commit)
Summary of changes:
ChangeLog | 3 +++
MANIFEST.SKIP | 2 +-
META.yml | 2 +-
lib/RT/Authen/ExternalAuth.pm | 2 +-
4 files changed, 6 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 87351c38f2be2e11de1817fc48caa17ea2a591f4
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Jan 31 11:17:44 2013 -0800
Releng for 0.13
diff --git a/ChangeLog b/ChangeLog
index be324da..e126f26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+0.13 2013-01-31 Thomas Sibley
+ * Cut down on code by using the core RT::Record->Update method
+
0.12 2012-10-26 Thomas Sibley
* Redirect correctly after login on RT 4.0.8, 3.8.15, and the 2012-10-25 security patches
* Added "group_scope" as a configurable option.
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 9163905..2a7c5ca 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -58,7 +58,7 @@
#!end included /opt/perlbrew/perls/perl-5.14.1/lib/5.14.1/ExtUtils/MANIFEST.SKIP
-^xt/tmp/ports
+^xt/tmp/
\.tar\.gz$
\.sw[op]$
^\.tags
diff --git a/META.yml b/META.yml
index ac8de1c..1c58112 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.12
+version: 0.13
diff --git a/lib/RT/Authen/ExternalAuth.pm b/lib/RT/Authen/ExternalAuth.pm
index 941b158..36f68a0 100644
--- a/lib/RT/Authen/ExternalAuth.pm
+++ b/lib/RT/Authen/ExternalAuth.pm
@@ -1,6 +1,6 @@
package RT::Authen::ExternalAuth;
-our $VERSION = '0.12';
+our $VERSION = '0.13';
=head1 NAME
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list