Skip to content

Commit 4a44c80

Browse files
author
blackhedd
committed
Version 0.0.2 release announcement
1 parent 526c1cf commit 4a44c80

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

Release-Announcement

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,25 @@ Version 0.0.2 includes an implementation of the "paged search
99
control" to enable queries of A/D result sets > 1000 entries.
1010
It also fills in some holes in the documentation.
1111

12+
We fixed a handful of issues that gave strange-looking errors when
13+
working with A/D. The most important of these was support for search
14+
referrals.
15+
16+
Net::LDAP now works with standard RFC-2254 filter strings (see
17+
Net::LDAP::Filter#construct). This is intended as an adjunct to
18+
(not a replacement for) the existing Filter API, which is considerably
19+
easier to use for people who are not LDAP experts.
20+
21+
We added a range of new APIs, and deprecated some existing ones.
22+
The goal is to make the Net::LDAP API as intuitive and Ruby-like
23+
as possible. We'll be adding more improvements to the API as we
24+
go along.
25+
1226
And finally we fixed the annoying problem that the 0.0.1 gem
1327
and tarball had trailing garbage. Thanks to Austin for helping
14-
track that down.
28+
track that down. Thanks also to Andre Nathan and others for
29+
several valuable suggestions and notes on your experience with
30+
the library.
1531

1632
= What is Net::LDAP for Ruby?
1733
This library provides a pure-Ruby implementation of an LDAP client.
@@ -46,7 +62,7 @@ Net::LDAP can be installed with:
4662
% ruby setup.rb
4763

4864
Alternatively, you can use the RubyGems version of Net::LDAP available
49-
as ruby-net-ldap-0.0.1.gem from the usual sources.
65+
as ruby-net-ldap-0.0.2.gem from the usual sources.
5066

5167
== Whet your appetite:
5268
require 'net/ldap'

0 commit comments

Comments
 (0)