Skip to content

Commit

Permalink
Release 0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
marschap committed Dec 1, 2012
1 parent e2e288b commit 4a462af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changes
@@ -1,3 +1,14 @@
0.51 -- Sat Dec 1 14:37:35 CET 2012

Bug Fixes:
* RT#81380: in Filter.pm unescape hexpairs and ( ) \ * only
* tests: compare files in "text mode"
* Makefile.PL: mention all requirements for tests

Enhancements:
* Schema.pod: document attribute_syntax()
* contrib/schema2ad.pl: new, convert schema file to something AD can digest

0.50 -- Sat Nov 24 13:03:45 CET 2012

Bug Fixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/LDAP.pm
Expand Up @@ -30,7 +30,7 @@ use Net::LDAP::Constant qw(LDAP_SUCCESS

use constant CAN_IPV6 => eval { require IO::Socket::INET6 } ? 1 : 0;

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

Expand Down

0 comments on commit 4a462af

Please sign in to comment.