more release notes

This commit is contained in:
blackhedd 2006-07-12 09:20:05 +00:00
parent 3370866f01
commit a6d4fa1462
2 changed files with 6 additions and 1 deletions

View file

@ -23,6 +23,11 @@ The goal is to make the Net::LDAP API as intuitive and Ruby-like
as possible. We'll be adding more improvements to the API as we
go along.
Please note that Net::LDAP is licensed under the Ruby license
or LGPL, at your option. (I'm saying it publicly right here!)
There are still many source files in the distro that contain
GPL verbiage. We will clean that up in a future release.
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. Thanks also to Andre Nathan and others for

View file

@ -32,7 +32,7 @@ module Net
# == Net::LDAP
#
# This library provides a pure-Ruby implementation of the
# LDAP client protocol, per RFC-1777.
# LDAP client protocol, per RFC-2251.
# It can be used to access any server which implements the
# LDAP protocol.
#