diff --git a/ChangeLog b/ChangeLog index 6bea4ce..bd9b70e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,16 @@ = Net::LDAP Changelog -== Net::LDAP 0.0.4: August xx, 2006 +== Net::LDAP 0.0.4: August 15, 2006 * Undeprecated Net::LDAP#modify. Thanks to Justin Forder for providing the rationale for this. +* Added a much-expanded set of special characters to the parser + for RFC-2254 filters. Thanks to Andre Nathan. +* Changed Net::LDAP#search so you can pass it a filter in string form. + The conversion to a Net::LDAP::Filter now happens automatically. +* Implemented Net::LDAP#bind_as (preliminary and subject to change). + Thanks for Simon Claret for valuable suggestions and for helping test. +* Fixed bug in Net::LDAP#open that was preventing #open from being + called more than one on a given Net::LDAP object. == Net::LDAP 0.0.3: July 26, 2006 * Added simple TLS encryption.