Chris@909: = Net::LDAP Changelog Chris@909: Chris@909: == Net::LDAP 0.0.4: August 15, 2006 Chris@909: * Undeprecated Net::LDAP#modify. Thanks to Justin Forder for Chris@909: providing the rationale for this. Chris@909: * Added a much-expanded set of special characters to the parser Chris@909: for RFC-2254 filters. Thanks to Andre Nathan. Chris@909: * Changed Net::LDAP#search so you can pass it a filter in string form. Chris@909: The conversion to a Net::LDAP::Filter now happens automatically. Chris@909: * Implemented Net::LDAP#bind_as (preliminary and subject to change). Chris@909: Thanks for Simon Claret for valuable suggestions and for helping test. Chris@909: * Fixed bug in Net::LDAP#open that was preventing #open from being Chris@909: called more than one on a given Net::LDAP object. Chris@909: Chris@909: == Net::LDAP 0.0.3: July 26, 2006 Chris@909: * Added simple TLS encryption. Chris@909: Thanks to Garett Shulman for suggestions and for helping test. Chris@909: Chris@909: == Net::LDAP 0.0.2: July 12, 2006 Chris@909: * Fixed malformation in distro tarball and gem. Chris@909: * Improved documentation. Chris@909: * Supported "paged search control." Chris@909: * Added a range of API improvements. Chris@909: * Thanks to Andre Nathan, andre@digirati.com.br, for valuable Chris@909: suggestions. Chris@909: * Added support for LE and GE search filters. Chris@909: * Added support for Search referrals. Chris@909: * Fixed a regression with openldap 2.2.x and higher caused Chris@909: by the introduction of RFC-2696 controls. Thanks to Andre Chris@909: Nathan for reporting the problem. Chris@909: * Added support for RFC-2254 filter syntax. Chris@909: Chris@909: == Net::LDAP 0.0.1: May 1, 2006 Chris@909: * Initial release. Chris@909: * Client functionality is near-complete, although the APIs Chris@909: are not guaranteed and may change depending on feedback Chris@909: from the community. Chris@909: * We're internally working on a Ruby-based implementation Chris@909: of a full-featured, production-quality LDAP server, Chris@909: which will leverage the underlying LDAP and BER functionality Chris@909: in Net::LDAP. Chris@909: * Please tell us if you would be interested in seeing a public Chris@909: release of the LDAP server. Chris@909: * Grateful acknowledgement to Austin Ziegler, who reviewed Chris@909: this code and provided the release framework, including Chris@909: minitar. Chris@909: Chris@909: #-- Chris@909: # Net::LDAP for Ruby. Chris@909: # http://rubyforge.org/projects/net-ldap/ Chris@909: # Copyright (C) 2006 by Francis Cianfrocca Chris@909: # Chris@909: # Available under the same terms as Ruby. See LICENCE in the main Chris@909: # distribution for full licensing information. Chris@909: # Chris@909: # $Id: ChangeLog,v 1.17.2.4 2005/09/09 12:36:42 austin Exp $ Chris@909: #++ Chris@909: # vim: sts=2 sw=2 ts=4 et ai tw=77