From 302e7fc19065b430421c9736819fb76a70e78bb6 Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Tue, 24 Jul 2012 15:57:51 -0700 Subject: [PATCH] Prep for release 0.33 --- Changes | 3 +++ META.yml | 2 +- README | 3 ++- lib/RT/Extension/LDAPImport.pm | 5 ++--- 4 files changed, 8 insertions(+), 5 deletions(-) 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 "" 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<< >> =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.