[Bps-public-commit] RT-Extension-LDAPImport branch, master, updated. 0.31-8-gdee4ef7
Thomas Sibley
trs at bestpractical.com
Thu Feb 16 18:56:37 EST 2012
The branch, master has been updated
via dee4ef725c217504f6f64cb413bf7f4ad7aa1fa0 (commit)
from bc579d2ea5e543c87361be3353f08ab4585afb1d (commit)
Summary of changes:
Changes | 5 +++++
META.yml | 2 +-
lib/RT/Extension/LDAPImport.pm | 3 ++-
3 files changed, 8 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit dee4ef725c217504f6f64cb413bf7f4ad7aa1fa0
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Feb 16 18:56:22 2012 -0500
Update changelog and bump version to something not already released
diff --git a/Changes b/Changes
index cc249f3..f82b85e 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,9 @@
Revision history for RT-Extension-LDAPImport
+
+0.32_01
+ Clarify $LDAPGroupName option
+ Support for group membership attributes which don't contain a list of user DNs
+
0.31
Further upgrades to MIRTx for RT4 compat
Warn and skip numeric users and groups
diff --git a/META.yml b/META.yml
index 6ba060a..43cd592 100644
--- a/META.yml
+++ b/META.yml
@@ -28,4 +28,4 @@ requires:
Test::More: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.31_01
+version: 0.32_01
diff --git a/lib/RT/Extension/LDAPImport.pm b/lib/RT/Extension/LDAPImport.pm
index 1b92fe6..d6e9b60 100644
--- a/lib/RT/Extension/LDAPImport.pm
+++ b/lib/RT/Extension/LDAPImport.pm
@@ -1,6 +1,7 @@
package RT::Extension::LDAPImport;
-our $VERSION = '0.31_01';
+# XXX TODO: For historical reasons, this should become 0.33 after 0.32_xx dev releases are done.
+our $VERSION = '0.32_01';
use warnings;
use strict;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list