annotate .svn/pristine/1d/1d53493a3b6f86fc88f7ad446a14e1fb98681f83.svn-base @ 1519:afce8026aaeb redmine-2.4-integration

Merge from branch "live"
author Chris Cannam
date Tue, 09 Sep 2014 09:34:53 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 = Net::LDAP Changelog
Chris@909 2
Chris@909 3 == Net::LDAP 0.0.4: August 15, 2006
Chris@909 4 * Undeprecated Net::LDAP#modify. Thanks to Justin Forder for
Chris@909 5 providing the rationale for this.
Chris@909 6 * Added a much-expanded set of special characters to the parser
Chris@909 7 for RFC-2254 filters. Thanks to Andre Nathan.
Chris@909 8 * Changed Net::LDAP#search so you can pass it a filter in string form.
Chris@909 9 The conversion to a Net::LDAP::Filter now happens automatically.
Chris@909 10 * Implemented Net::LDAP#bind_as (preliminary and subject to change).
Chris@909 11 Thanks for Simon Claret for valuable suggestions and for helping test.
Chris@909 12 * Fixed bug in Net::LDAP#open that was preventing #open from being
Chris@909 13 called more than one on a given Net::LDAP object.
Chris@909 14
Chris@909 15 == Net::LDAP 0.0.3: July 26, 2006
Chris@909 16 * Added simple TLS encryption.
Chris@909 17 Thanks to Garett Shulman for suggestions and for helping test.
Chris@909 18
Chris@909 19 == Net::LDAP 0.0.2: July 12, 2006
Chris@909 20 * Fixed malformation in distro tarball and gem.
Chris@909 21 * Improved documentation.
Chris@909 22 * Supported "paged search control."
Chris@909 23 * Added a range of API improvements.
Chris@909 24 * Thanks to Andre Nathan, andre@digirati.com.br, for valuable
Chris@909 25 suggestions.
Chris@909 26 * Added support for LE and GE search filters.
Chris@909 27 * Added support for Search referrals.
Chris@909 28 * Fixed a regression with openldap 2.2.x and higher caused
Chris@909 29 by the introduction of RFC-2696 controls. Thanks to Andre
Chris@909 30 Nathan for reporting the problem.
Chris@909 31 * Added support for RFC-2254 filter syntax.
Chris@909 32
Chris@909 33 == Net::LDAP 0.0.1: May 1, 2006
Chris@909 34 * Initial release.
Chris@909 35 * Client functionality is near-complete, although the APIs
Chris@909 36 are not guaranteed and may change depending on feedback
Chris@909 37 from the community.
Chris@909 38 * We're internally working on a Ruby-based implementation
Chris@909 39 of a full-featured, production-quality LDAP server,
Chris@909 40 which will leverage the underlying LDAP and BER functionality
Chris@909 41 in Net::LDAP.
Chris@909 42 * Please tell us if you would be interested in seeing a public
Chris@909 43 release of the LDAP server.
Chris@909 44 * Grateful acknowledgement to Austin Ziegler, who reviewed
Chris@909 45 this code and provided the release framework, including
Chris@909 46 minitar.
Chris@909 47
Chris@909 48 #--
Chris@909 49 # Net::LDAP for Ruby.
Chris@909 50 # http://rubyforge.org/projects/net-ldap/
Chris@909 51 # Copyright (C) 2006 by Francis Cianfrocca
Chris@909 52 #
Chris@909 53 # Available under the same terms as Ruby. See LICENCE in the main
Chris@909 54 # distribution for full licensing information.
Chris@909 55 #
Chris@909 56 # $Id: ChangeLog,v 1.17.2.4 2005/09/09 12:36:42 austin Exp $
Chris@909 57 #++
Chris@909 58 # vim: sts=2 sw=2 ts=4 et ai tw=77