Skip to content

Commit

Permalink
Prepare 0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarr committed Apr 21, 2008
1 parent 6a08d50 commit bf4ed42
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions Changes
@@ -1,3 +1,13 @@
perl-ldap 0.36 -- Mon Apr 21 10:00:09 CDT 2008
==============================================

Bug Fixes
* Fixed Net::LDAP::constant to return correct names for values 0 - 9
* Fixed DSML test to be more tolerant of whitespace

Enhancements
* Added controls for PreRead & PostRead

perl-ldap 0.35 -- Sun Mar 30 13:35:04 CDT 2008
==============================================

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/LDAP.pm
Expand Up @@ -28,7 +28,7 @@ use Net::LDAP::Constant qw(LDAP_SUCCESS
LDAP_UNAVAILABLE
);

$VERSION = "0.35";
$VERSION = "0.36";
@ISA = qw(Tie::StdHash Net::LDAP::Extra);
$LDAP_VERSION = 3; # default LDAP protocol version

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/LDAP/ASN.pm
@@ -1,7 +1,7 @@

package Net::LDAP::ASN;

$VERSION = "0.05_01";
$VERSION = "0.06";

use Convert::ASN1;

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/LDAP/Constant.pm
Expand Up @@ -4,7 +4,7 @@

package Net::LDAP::Constant;

$VERSION = "0.05_02";
$VERSION = "0.06";

use Carp;

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/LDAP/Control.pm
Expand Up @@ -23,7 +23,7 @@ use Net::LDAP::Constant qw(
LDAP_CONTROL_POSTREAD
);

$VERSION = "0.07_01";
$VERSION = "0.08";

my %Pkg2Type = (

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/LDAP/Message.pm
Expand Up @@ -9,7 +9,7 @@ use Net::LDAP::ASN qw(LDAPRequest);
use strict;
use vars qw($VERSION);

$VERSION = "1.09_01";
$VERSION = "1.10";

my $MsgID = 0;

Expand Down

0 comments on commit bf4ed42

Please sign in to comment.