more release notes
This commit is contained in:
parent
3370866f01
commit
a6d4fa1462
2 changed files with 6 additions and 1 deletions
|
@ -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
|
as possible. We'll be adding more improvements to the API as we
|
||||||
go along.
|
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 finally we fixed the annoying problem that the 0.0.1 gem
|
||||||
and tarball had trailing garbage. Thanks to Austin for helping
|
and tarball had trailing garbage. Thanks to Austin for helping
|
||||||
track that down. Thanks also to Andre Nathan and others for
|
track that down. Thanks also to Andre Nathan and others for
|
||||||
|
|
|
@ -32,7 +32,7 @@ module Net
|
||||||
# == Net::LDAP
|
# == Net::LDAP
|
||||||
#
|
#
|
||||||
# This library provides a pure-Ruby implementation of the
|
# 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
|
# It can be used to access any server which implements the
|
||||||
# LDAP protocol.
|
# LDAP protocol.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue