0.7.1	2006-08-14

    * Allows equal sign (=) in values. Credits go for Paul Fisher for
      the bugfix.

0.7.0	2006-01-08

    * This version requires at least "ldap_common" version 0.5.0.

    * Fixed incompatibility with objects that have binary attributes (example:
      picture, certificate).
      (thanks to Jan-Piet Mens for the bugreport)

    * Improved performance (Only sqPref attribute is retreived on login).

    * Schema has changed: sqPref can now store accented characters in UTF-8.
      (1.3.6.1.4.1.1466.115.121.1.15 instead of 1.3.6.1.4.1.1466.115.121.1.26)

    * Accented characters are now correctly handled in preferences (like Full
      name or Signature).

0.6.2   2005-06-26

    * Fixed incorrectly handled boolean (1/0) attribute values.
      (thanks to Rodrigo Salinas for the bugreport)

0.6.1	2005-05-31

    * Bugfixes

0.6.0	2005-04-17

    * ACL examples in the documentation.

    * UTF-8 encoding and decoding of LDAP attribute names and values.

    * Protocol LDAPv3 is the default from now.
    
    * Added a little php tool that can convert SM *.pref files to LDIF.
      (convert_pref.php)

0.5pre2	2005-04-10

    * Fixed setPref() failed in self-bind mode when called from the
      login page. At login, user's password should be read from
      $secretkey.

    * Low-level LDAP functions are moved into a separate plugin.

    * Updated schema for storing parameters up to 64k.

    * Removed one-setting <=> one-object method. Now all settings should
      be stored in one object, in a multi-value attribute (sqPref).

    * Renamed configuration parameter names to make their function 
      cleaner. Variables are now in %variablename format rather than a
      single %s.

    * Checks if ldap_common plugin and config.php is installed.

    * Debugging for the plugin can be enabled/disabled.

0.4	2005-03-17

    * Can bind as the current virtual mail user instead of a separate
      manager account.

0.3     2005-03-16

    * Fixed a few typos in docs.

    * Added version information.

0.2     2005-03-15

    * Added additional error checking, suppress PHP errors and warnings.

    * Included LDAP schema. IANA number is 1.3.6.1.4.1.13788 (Dev-Labs).

    * LDAP options can be specified.

0.1     2005-03-15

    * Initial release for beta testing.