We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4feab6f + 0c62e75 commit c2c84e0Copy full SHA for c2c84e0
History.rdoc
@@ -1,3 +1,12 @@
1
+=== Net::LDAP 0.11
2
+* Major enhancements:
3
+ * #183 Specific errors subclassing Net::LDAP::Error
4
+* Bug fixes:
5
+ * #176 Fix nil tls options
6
+ * #184 Search guards against nil queued reads. Connection#unescape handles numerics
7
+* Code clean-up:
8
+ * #180 Refactor connection establishment
9
+
10
=== Net::LDAP 0.10.1
11
* Bug fixes:
12
* Fix Integer BER encoding of signed values
lib/net/ldap/version.rb
@@ -1,5 +1,5 @@
module Net
class LDAP
- VERSION = "0.10.1"
+ VERSION = "0.11"
end
0 commit comments