diff --git a/ChangeLog b/ChangeLog index fcde05e..bf451cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ = 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 * Initial release. * Client functionality is near-complete, although the APIs diff --git a/Release-Announcement b/Release-Announcement index c839db2..e5928cd 100644 --- a/Release-Announcement +++ b/Release-Announcement @@ -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 LDAP client which can access as much as possible of the functionality of the most-used LDAP server implementations. This library does not wrap any existing native-code LDAP libraries, creates no Ruby extensions, and has no dependencies external to Ruby. -Net::LDAP includes a full implementation of the LDAP wire-line -protocol so it can also be used in LDAP server implementations. +Version 0.0.2 includes an implementation of the "paged search +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 -implementation and providing the release structure. +And finally we fixed the annoying problem that the 0.0.1 gem +and tarball had trailing garbage. Thanks to Austin for helping +track that down. = What is Net::LDAP for Ruby? 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 -== 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. +== Net::LDAP 0.0.2: May 3, 2006 +* Fixed malformation in distro tarball and gem. +* Improved documentation. +* Supported "paged search control."