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