We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 772f23f + 65f06f8 commit 1a375c9Copy full SHA for 1a375c9
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