Preparing for a quick fix release.

This commit is contained in:
Austin Ziegler 2010-03-18 09:57:23 -04:00
parent cfd9dbc922
commit c3f991fdf8
2 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,7 @@
=== Net::LDAP 0.1.0 / 2010-03-08
=== Net::LDAP 0.1.1 / 2010-03-18
* Fixing a critical problem with sockets.
=== Net::LDAP 0.1.0 / 2010-03-17
* Small fixes throughout, more to come.
* Ruby 1.9 support added.
* Ruby 1.8.6 and below support removed. If we can figure out a compatible way

View file

@ -233,9 +233,9 @@ module Net
# to the server and then keeps it open while it executes a user-supplied block. Net::LDAP#open
# closes the connection on completion of the block.
class LDAP
class LdapError < StandardError; end
VERSION = "0.1.1"
VERSION = "0.1.0"
class LdapError < StandardError; end
SearchScope_BaseObject = 0
SearchScope_SingleLevel = 1