From 6c0de25d212814d766ce39de41b3b0a6bf21c75d Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Thu, 17 Mar 2011 22:35:01 -0400 Subject: [PATCH] Documenting new changes in History.rdoc. --- History.rdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.rdoc b/History.rdoc index 56e70f00..55262096 100644 --- a/History.rdoc +++ b/History.rdoc @@ -12,9 +12,12 @@ previously only known as Filter.pres. * Cleaned up Net::LDAP::Filter::FilterParser to handle branches better. Fixed some of the regular expressions to be more canonically defined. + * Correctly handles single-branch branches. * Cleaned up the string representation of Filter objects. * Added experimental support for RFC4515 extensible matching (e.g., "(cn:caseExactMatch:=Fred Flintstone)"); provided by "nowhereman". + * Net::LDAP::DN class representing an automatically escaping/unescaping + distinguished name for LDAP queries. * Minor Enhancements: * SSL capabilities will be enabled or disabled based on whether we can load OpenSSL successfully or not. @@ -23,6 +26,7 @@ related to BER-encoding values. This will make extracting Net::BER from Net::LDAP easier in the future. * Added some unit tests for the BER core extensions. + * Paging controls are only sent where they are supported. * Documentation Changes: * Core class extension methods under Net::BER. * Extensive changes to Net::BER documentation.