From 4a462af8ce2e8e1c3fc2aade7003d53eee221225 Mon Sep 17 00:00:00 2001 From: Peter Marschall Date: Sat, 1 Dec 2012 14:40:05 +0100 Subject: [PATCH] Release 0.51 --- Changes | 11 +++++++++++ lib/Net/LDAP.pm | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 8297d32..c33eed2 100644 --- a/Changes +++ b/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: diff --git a/lib/Net/LDAP.pm b/lib/Net/LDAP.pm index 6305136..9cb66a0 100644 --- a/lib/Net/LDAP.pm +++ b/lib/Net/LDAP.pm @@ -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