CHANGES in activeldap-1.1.0 vs CHANGES in activeldap-1.2.0
- old
+ new
@@ -1,6 +1,21 @@
= CHANGES
+== 1.2.0: 2009-09-22
+
+* Supported ActiveRecord 2.3.4 and Rails 2.3.4.
+* [IMCOMPATIBLE]
+ [#23932] Inconsistant DN handling in object attributes [Marc Dequènes]
+ (ActiveLdap::Base#dn and ActiveLdap::Base#base return
+ ActiveLdap::DN not String)
+* [#26824] support operational attributes detection [Marc Dequènes]
+ (added ActiveLdap::Schema::Attribute#directory_operation?)
+* [#27] Error saving an ActiveLDAP user [brad@lucky-dip.net]
+* [#29] Raised on modify_rdn_entry when rdn already exists [Alexey.Chebotar]
+* Added ActiveLdap::DN.parent.
+* Supported renaming an entry. Renaming other DTI is only supported by
+ JNDI backend.
+
== 1.1.0: 2009-07-18
* Improved tutorial. [Kazuaki Takase]
* Improvements:
* API: