CHANGES in activeldap-0.10.0 vs CHANGES in activeldap-1.0.0
- old
+ new
@@ -1,5 +1,11 @@
+1.0.0:
+ * Fixed GSSAPI auth failure. [#18764] (Reported by Lennon Day-Reynolds)
+ * Supported Symbol as :dn_attribute_value. [#18921] (Requested by Nobody)
+ * Improved DN attribute detection. (Reported by Iain Pople)
+ * Avoided unnecesally modify operation. (Reported by Tilo)
+
0.10.0:
* Implemented LDIF parser.
* Improved validation:
* Added some validations.
* Fixed SINGLE-VALUE validation. [#17763]
@@ -11,39 +17,9 @@
* [API CHANGE]: removed "'binary' =>" from getter result.
e.g., before:
user.user_certificate # => {"binary" => "..."}
now:
user.user_certificate # => "..."
- * Added :excluded_classed ldap_mapping option.
- * Logged operation time used for LDAP operation.
- * Improved API:
- * Accepted non String value for find(:value => XXX).
- (Suggested by Marc Dequèn)
- * Accepted DN as ActiveLdap::Base.new(XXX).
- (Reported by Jeremy Pruitt)
- * Treated empty password for smiple bind as anonymous bind.
- (Suggested by Bodaniel Jeans)
- * Ensured adding "objectClass" for find's :attribute value. [#16946]
- (Suggested by Nobody)
- * Fixed a GeneralizedTime type casting bug.
- (Reported by Bodaniel Jeanes)
-
-0.9.1:
- * Implemented LDIF parser.
- * Improved validation:
- * Added some validations.
- * Fixed SINGLE-VALUE validation. [#17763]
- (Reported by Naoto Morishima)
- * Supported JNDI as backend.
- * Improved auto reconnection.
- * Supported Rails 2.0.2.
- * Improved performance. (4x)
- * [API CHANGE]: removed "'binary' =>" from getter result.
- e.g.
- before:
- user.user_certificate # => {"binary" => "..."}
- now:
- user.user_certificate # => "..."
* Added :excluded_classed ldap_mapping option.
* Logged operation time used for LDAP operation.
* Improved API:
* Accepted non String value for find(:value => XXX).
(Suggested by Marc Dequèn)