CHANGES in activeldap-1.2.1 vs CHANGES in activeldap-1.2.2

- old
+ new

@@ -1,6 +1,23 @@ = CHANGES +== 1.2.2: 2010-07-04 + +* Supported ActiveRecord 2.3.8 and Rails 2.3.8. +* [#37] Fixed gem dependencies in Rakefile. [zachwily] +* Fixed a bug that setting 'false' but 'nil' is returned. [Hideyuki Yasuda] +* Supported non-String attribute value as LDIF value. [Matt Mencel] +* Worked with a LDAP server that uses 'objectclass' not 'objectClass' as + objectClass attribute name. [Tim Hermans] +* [#41] Provide SASL-option support, primarily for authzid + [Anthony M. Martinez] +* [#43] Error with to_xml [ilusi0n.x] +* [#44] Accept '0' and '1' as boolean value [projekttabla] +* [#27429] Fixed inverted validatation by validate_excluded_classes + [Marc Dequènes] +* Supported DN attribute value for assosiation replacement. + [Jörg Herzinger] + == 1.2.1: 2009-12-15 * Supported ActiveRecord 2.3.5 and Rails 2.3.5. * Supported GetText 2.1.0 and Locale 2.0.5. * belongs_to(:many) support DN attribute.