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