Skip to content

Commit 6c0de25

Browse files
author
Austin Ziegler
committed
Documenting new changes in History.rdoc.
1 parent 7ae8e28 commit 6c0de25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

History.rdoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@
1212
previously only known as Filter.pres.
1313
* Cleaned up Net::LDAP::Filter::FilterParser to handle branches better.
1414
Fixed some of the regular expressions to be more canonically defined.
15+
* Correctly handles single-branch branches.
1516
* Cleaned up the string representation of Filter objects.
1617
* Added experimental support for RFC4515 extensible matching (e.g.,
1718
"(cn:caseExactMatch:=Fred Flintstone)"); provided by "nowhereman".
19+
* Net::LDAP::DN class representing an automatically escaping/unescaping
20+
distinguished name for LDAP queries.
1821
* Minor Enhancements:
1922
* SSL capabilities will be enabled or disabled based on whether we can load
2023
OpenSSL successfully or not.
@@ -23,6 +26,7 @@
2326
related to BER-encoding values. This will make extracting Net::BER from
2427
Net::LDAP easier in the future.
2528
* Added some unit tests for the BER core extensions.
29+
* Paging controls are only sent where they are supported.
2630
* Documentation Changes:
2731
* Core class extension methods under Net::BER.
2832
* Extensive changes to Net::BER documentation.

0 commit comments

Comments
 (0)