2006-05-01 04:14:05 +02:00
|
|
|
= Net::LDAP Changelog
|
|
|
|
|
2006-05-01 19:49:34 +02:00
|
|
|
== Net::LDAP 0.0.1: May 1, 2006
|
|
|
|
* Initial release.
|
|
|
|
* Client functionality is near-complete, although the APIs
|
|
|
|
are not guaranteed and may change depending on feedback
|
|
|
|
from the community.
|
|
|
|
* We're internally working on a Ruby-based implementation
|
|
|
|
of a full-featured, production-quality LDAP server,
|
|
|
|
which will leverage the underlying LDAP and BER functionality
|
|
|
|
in Net::LDAP.
|
|
|
|
* Please tell us if you would be interested in seeing a public
|
|
|
|
release of the LDAP server.
|
|
|
|
* Grateful acknowledgement to Austin Ziegler, who reviewed
|
|
|
|
this code and provided the release framework, including
|
|
|
|
minitar.
|
2006-05-01 04:14:05 +02:00
|
|
|
|
2006-04-30 05:34:34 +02:00
|
|
|
#--
|
|
|
|
# Net::LDAP for Ruby.
|
|
|
|
# http://rubyforge.org/projects/net-ldap/
|
2006-05-01 07:27:29 +02:00
|
|
|
# Copyright (C) 2006 by Francis Cianfrocca
|
2006-04-30 05:34:34 +02:00
|
|
|
#
|
|
|
|
# Available under the same terms as Ruby. See LICENCE in the main
|
|
|
|
# distribution for full licensing information.
|
|
|
|
#
|
|
|
|
# $Id: ChangeLog,v 1.17.2.4 2005/09/09 12:36:42 austin Exp $
|
|
|
|
#++
|
|
|
|
# vim: sts=2 sw=2 ts=4 et ai tw=77
|