From 0da68ce4f8c57df5d247943e06456f79101d8e88 Mon Sep 17 00:00:00 2001 From: Peter Karman Date: Thu, 25 Oct 2012 08:45:27 -0500 Subject: [PATCH] release 0.16 --- Changes | 6 ++++-- lib/Net/LDAP/Server/Test.pm | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index c0576c5..fa33272 100644 --- a/Changes +++ b/Changes @@ -63,7 +63,9 @@ Revision history for Net-LDAP-Server-Test * RT 79776 - Net::LDAP >= 0.44 causes stop() to hang indefinitely. Added an alarm() workaround to kill() the problem pid if waitpid() hangs. -0.16 xxx +0.16 25 Oct 2012 * RT 80360 - return correct LDAP constant if entry does not exist - * RT 80377 - return correct LDAP constant for variety of conditions + Patch from Joni Salonen. + * RT 80377 - return correct LDAP constant for variety of conditions. + Patches from Rafael Porres Molina. diff --git a/lib/Net/LDAP/Server/Test.pm b/lib/Net/LDAP/Server/Test.pm index b4edb08..ba1071c 100644 --- a/lib/Net/LDAP/Server/Test.pm +++ b/lib/Net/LDAP/Server/Test.pm @@ -7,7 +7,7 @@ use IO::Select; use IO::Socket; use Data::Dump (); -our $VERSION = '0.15_02'; +our $VERSION = '0.16'; =head1 NAME