doc tweaks

This commit is contained in:
blackhedd 2006-05-01 17:49:34 +00:00
parent 8054ef181f
commit d144ad360f
2 changed files with 28 additions and 29 deletions

View file

@ -1,19 +1,19 @@
= Net::LDAP Changelog = Net::LDAP Changelog
== Net::LDAP 0.0.1: April 30, 2006 == Net::LDAP 0.0.1: May 1, 2006
Initial release. * Initial release.
Client functionality is near-complete, although the APIs * Client functionality is near-complete, although the APIs
are not guaranteed and may change depending on feedback are not guaranteed and may change depending on feedback
from the community. from the community.
We're internally working on a Ruby-based implementation * We're internally working on a Ruby-based implementation
of a full-featured, production-quality LDAP server, of a full-featured, production-quality LDAP server,
which will leverage the underlying LDAP and BER functionality which will leverage the underlying LDAP and BER functionality
in Net::LDAP. in Net::LDAP.
Please tell us if you would be interested in seeing a public * Please tell us if you would be interested in seeing a public
release of the LDAP server. release of the LDAP server.
Grateful acknowledgement to Austin Ziegler, who reviewed * Grateful acknowledgement to Austin Ziegler, who reviewed
this code and provided the release framework, including this code and provided the release framework, including
minitar. minitar.
#-- #--
# Net::LDAP for Ruby. # Net::LDAP for Ruby.

View file

@ -70,19 +70,18 @@ as ruby-net-ldap-0.0.1.gem from the usual sources.
p ldap.get_operation_result p ldap.get_operation_result
== Net::LDAP 0.0.1: April 30, 2006 == Net::LDAP 0.0.1: May 1, 2006
Initial release. * Initial release.
Client functionality is near-complete, although the APIs * Client functionality is near-complete, although the APIs
are not guaranteed and may change depending on feedback are not guaranteed and may change depending on feedback
from the community. from the community.
We're internally working on a Ruby-based implementation * We're internally working on a Ruby-based implementation
of a full-featured, production-quality LDAP server, of a full-featured, production-quality LDAP server,
which will leverage the underlying LDAP and BER functionality which will leverage the underlying LDAP and BER functionality
in Net::LDAP. in Net::LDAP.
Please tell us if you would be interested in seeing a public * Please tell us if you would be interested in seeing a public
release of the LDAP server. release of the LDAP server.
Grateful acknowledgement to Austin Ziegler, who reviewed * Grateful acknowledgement to Austin Ziegler, who reviewed
this code and provided the release framework, including this code and provided the release framework, including
minitar. minitar.