Skip to content

Commit c3f991f

Browse files
author
Austin Ziegler
committed
Preparing for a quick fix release.
1 parent cfd9dbc commit c3f991f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

History.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
=== Net::LDAP 0.1.0 / 2010-03-08
1+
=== Net::LDAP 0.1.1 / 2010-03-18
2+
* Fixing a critical problem with sockets.
3+
4+
=== Net::LDAP 0.1.0 / 2010-03-17
25
* Small fixes throughout, more to come.
36
* Ruby 1.9 support added.
47
* Ruby 1.8.6 and below support removed. If we can figure out a compatible way

lib/net/ldap.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ module Net
233233
# to the server and then keeps it open while it executes a user-supplied block. Net::LDAP#open
234234
# closes the connection on completion of the block.
235235
class LDAP
236-
class LdapError < StandardError; end
236+
VERSION = "0.1.1"
237237

238-
VERSION = "0.1.0"
238+
class LdapError < StandardError; end
239239

240240
SearchScope_BaseObject = 0
241241
SearchScope_SingleLevel = 1

0 commit comments

Comments
 (0)