Skip to content

Commit 72300ec

Browse files
committed
Merge pull request #174 from ruby-ldap/release-0.10.1
Release 0.10.1
2 parents 158d81d + a2c9bd2 commit 72300ec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

History.rdoc

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== Net::LDAP 0.10.1
2+
* Bug fixes:
3+
* Fix Integer BER encoding of signed values
4+
15
=== Net::LDAP 0.10.0
26
* Major enhancements:
37
* Accept SimpleTLS/StartTLS encryption options (compatible with `OpenSSL::SSL::SSLContext#set_params`)

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.0"
3+
VERSION = "0.10.1"
44
end
55
end

0 commit comments

Comments
 (0)