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