We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cec38 commit a40d203Copy full SHA for a40d203
History.rdoc
@@ -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
+
7
=== Net::LDAP 0.18.0
8
* Fix escaping of # and space in attrs #408
9
* Add support to use SNI #406
lib/net/ldap/version.rb
@@ -1,5 +1,5 @@
module Net
class LDAP
- VERSION = "0.18.0"
+ VERSION = "0.19.0"
end
0 commit comments