We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 158d81d + a2c9bd2 commit 72300ecCopy full SHA for 72300ec
History.rdoc
@@ -1,3 +1,7 @@
1
+=== Net::LDAP 0.10.1
2
+* Bug fixes:
3
+ * Fix Integer BER encoding of signed values
4
+
5
=== Net::LDAP 0.10.0
6
* Major enhancements:
7
* Accept SimpleTLS/StartTLS encryption options (compatible with `OpenSSL::SSL::SSLContext#set_params`)
lib/net/ldap/version.rb
@@ -1,5 +1,5 @@
module Net
class LDAP
- VERSION = "0.10.0"
+ VERSION = "0.10.1"
end
0 commit comments