master
Rory OConnell 2012-02-14 20:51:47 -08:00
parent 995ddaa4e2
commit 5467ecf6cd
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
=== Net::LDAP 0.3.0 / 2012-02-14
* Major changes:
* Now uses UTF-8 strings instead of ASCII-8 per the LDAP RFC
Major Enhancements:
* Adding continuation reference processing
* Bug Fixes:
* Fixes usupported object type #139
* Fixes Net::LDAP namespace errors
* Return nil instead of an empty array if the search fails
=== Net::LDAP 0.2.2 / 2011-03-26
* Bug Fixes:
* Fixed the call to Net::LDAP.modify_ops from Net::LDAP#modify.