Skip to content

Commit c2c84e0

Browse files
committed
Merge pull request #189 from ruby-ldap/release-0.11
Release 0.11
2 parents 4feab6f + 0c62e75 commit c2c84e0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.rdoc

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
=== Net::LDAP 0.11
2+
* Major enhancements:
3+
* #183 Specific errors subclassing Net::LDAP::Error
4+
* Bug fixes:
5+
* #176 Fix nil tls options
6+
* #184 Search guards against nil queued reads. Connection#unescape handles numerics
7+
* Code clean-up:
8+
* #180 Refactor connection establishment
9+
110
=== Net::LDAP 0.10.1
211
* Bug fixes:
312
* Fix Integer BER encoding of signed values

lib/net/ldap/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Net
22
class LDAP
3-
VERSION = "0.10.1"
3+
VERSION = "0.11"
44
end
55
end

0 commit comments

Comments
 (0)