[Bps-public-commit] RT-Extension-LDAPImport branch, master, updated. 0.32_06-2-g302e7fc
Thomas Sibley
trs at bestpractical.com
Tue Jul 24 19:00:51 EDT 2012
The branch, master has been updated
via 302e7fc19065b430421c9736819fb76a70e78bb6 (commit)
from 5ba51906d4d86670fa5c8102a0928dc9886e80c0 (commit)
Summary of changes:
Changes | 3 +++
META.yml | 2 +-
README | 3 ++-
lib/RT/Extension/LDAPImport.pm | 5 ++---
4 files changed, 8 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit 302e7fc19065b430421c9736819fb76a70e78bb6
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue Jul 24 15:57:51 2012 -0700
Prep for release 0.33
diff --git a/Changes b/Changes
index 399701d..694f031 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for RT-Extension-LDAPImport
+0.33
+ Bug fix: Actually disable RT::Authen::ExternalAuth while importing users from LDAP
+
0.32_06
Bug fix: Allow 0 as a valid object CF value
Usability: Lower log level to debug for skipped numeric users/groups
diff --git a/META.yml b/META.yml
index 5095d0d..a699ba1 100644
--- a/META.yml
+++ b/META.yml
@@ -28,4 +28,4 @@ requires:
Test::More: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.32_06
+version: 0.33
diff --git a/README b/README
index 37b0028..e4a52fd 100644
--- a/README
+++ b/README
@@ -383,7 +383,8 @@ AUTHOR
Kevin Falcone "<falcone at bestpractical.com>"
LICENCE AND COPYRIGHT
- Copyright (c) 2007, Best Practical Solutions, LLC. All rights reserved.
+ Copyright (c) 2007-2012, Best Practical Solutions, LLC. All rights
+ reserved.
This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself. See perlartistic.
diff --git a/lib/RT/Extension/LDAPImport.pm b/lib/RT/Extension/LDAPImport.pm
index 06e8897..d90b807 100644
--- a/lib/RT/Extension/LDAPImport.pm
+++ b/lib/RT/Extension/LDAPImport.pm
@@ -1,7 +1,6 @@
package RT::Extension::LDAPImport;
-# XXX TODO: For historical reasons, this should become 0.33 after 0.32_xx dev releases are done.
-our $VERSION = '0.32_06';
+our $VERSION = '0.33';
use warnings;
use strict;
@@ -1263,7 +1262,7 @@ Kevin Falcone C<< <falcone at bestpractical.com> >>
=head1 LICENCE AND COPYRIGHT
-Copyright (c) 2007, Best Practical Solutions, LLC. All rights reserved.
+Copyright (c) 2007-2012, Best Practical Solutions, LLC. All rights reserved.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See L<perlartistic>.
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list