Version 0.0.2 release notes and announcement
This commit is contained in:
parent
0fc833e417
commit
6205656846
|
@ -1,5 +1,10 @@
|
||||||
= Net::LDAP Changelog
|
= Net::LDAP Changelog
|
||||||
|
|
||||||
|
== Net::LDAP 0.0.2: May 3, 2006
|
||||||
|
* Fixed malformation in distro tarball and gem.
|
||||||
|
* Improved documentation.
|
||||||
|
* Supported "paged search control."
|
||||||
|
|
||||||
== Net::LDAP 0.0.1: May 1, 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
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
We're pleased to announce the first release of Net::LDAP, the first
|
We're pleased to announce version 0.0.2 of Net::LDAP, the first
|
||||||
pure-Ruby LDAP library. Net::LDAP intends to be a feature-complete
|
pure-Ruby LDAP library. Net::LDAP intends to be a feature-complete
|
||||||
LDAP client which can access as much as possible of the functionality
|
LDAP client which can access as much as possible of the functionality
|
||||||
of the most-used LDAP server implementations. This library does
|
of the most-used LDAP server implementations. This library does
|
||||||
not wrap any existing native-code LDAP libraries, creates no
|
not wrap any existing native-code LDAP libraries, creates no
|
||||||
Ruby extensions, and has no dependencies external to Ruby.
|
Ruby extensions, and has no dependencies external to Ruby.
|
||||||
|
|
||||||
Net::LDAP includes a full implementation of the LDAP wire-line
|
Version 0.0.2 includes an implementation of the "paged search
|
||||||
protocol so it can also be used in LDAP server implementations.
|
control" to enable queries of A/D result sets > 1000 entries.
|
||||||
|
It also fills in some holes in the documentation.
|
||||||
|
|
||||||
Thanks for Austin Ziegler for invaluable help in reviewing the
|
And finally we fixed the annoying problem that the 0.0.1 gem
|
||||||
implementation and providing the release structure.
|
and tarball had trailing garbage. Thanks to Austin for helping
|
||||||
|
track that down.
|
||||||
|
|
||||||
= What is Net::LDAP for Ruby?
|
= What is Net::LDAP for Ruby?
|
||||||
This library provides a pure-Ruby implementation of an LDAP client.
|
This library provides a pure-Ruby implementation of an LDAP client.
|
||||||
|
@ -72,18 +74,8 @@ 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: May 1, 2006
|
== Net::LDAP 0.0.2: May 3, 2006
|
||||||
* Initial release.
|
* Fixed malformation in distro tarball and gem.
|
||||||
* Client functionality is near-complete, although the APIs
|
* Improved documentation.
|
||||||
are not guaranteed and may change depending on feedback
|
* Supported "paged search control."
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue