Revision history for Net-LDAP-Class

0.01    10 July 2008
        First version, released on an unsuspecting world.

0.02    10 July 2008
        * fix Makefile.PL to include Net::LDAP::Batch dependency.

0.03    11 July 2008 
        * replace Scalar::Util::Clone with Clone (5.10 issue?)

0.04    21 July 2008
        * explicitly ask for meta->attributes whenever we search
        * add add_to_batch() and prev_batch() methods and refactor
          how rollback() works.
        * fix bug, renaming unique_keys to unique_attributes in a few
          leftover places.
        * add Active Directory classes for User and Group

0.05    22 July 2008
        * switch logic for AD User/Group to use Group->member as primary
          setting.
        * add a bunch of AD User attributes
        * get AD password set working
        * new object_or_meta_class() method type; switch attributes(),
          base_dn() and unique_attribues() in base Class to use it instead
          of defaulting to meta->$name. This means you can override any of 
          those values per-object, but they default to those set in the object
          class meta object.