Skip to content

Commit a40d203

Browse files
Prepare 0.19.0
1 parent 95cec38 commit a40d203

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.rdoc

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
=== Net::LDAP 0.19.0
2+
* Net::LDAP::DN - Retain trailing spaces in RDN values in DNs #412
3+
* Add in ability for users to specify LDAP controls when conducting searches #411
4+
* Document connect_timeout in Constructor Details #415
5+
* Fix openssl error when using multiple hosts #417
6+
17
=== Net::LDAP 0.18.0
28
* Fix escaping of # and space in attrs #408
39
* Add support to use SNI #406

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

0 commit comments

Comments
 (0)