We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1115cf9 commit 40846cbCopy full SHA for 40846cb
1 file changed
History.rdoc
@@ -1,3 +1,15 @@
1
+=== Net::LDAP 0.5.0 / 2013-07-22
2
+* Major changes:
3
+ * Required Ruby version is >=1.9.3
4
+* Major enhancements:
5
+ * Added alias dereferencing (@ngwilson)
6
+ * BER now unescapes characters that are already escaped in the source string (@jzinn)
7
+ * BerIdentifiedString will now fall back to ASCII-8 encoding if the source Ruby object cannot be encoded in UTF-8 (@lfu)
8
+* Bug fixes:
9
+ * Fixed nil variable error when following a reference response (@cmdrclueless)
10
+ * Fixed FilterParser unable to parse multibyte strings (@satoryu)
11
+ * Return ConverterNotFound when dealing with a potentially corrupt data response (@jamuc)
12
+
13
=== Net::LDAP 0.3.1 / 2012-02-15
14
* Bug Fixes:
15
* Bundler should now work again
0 commit comments