    ***********************************
    * LDAP Query plugin Release Notes *
    *  version 2.1                    *
    ***********************************

This plugin version adds LDAP server selection options, allows to
return to search results after saving address and sanitizes search
strings in LDAP search forms. Minimal SquirrelMail version 
requirements are increased to 1.4.3. See CHANGELOG file for more 
information about plugin changes.


LDAP Query v.1.x Warning
------------------------
WARNING. Plugin is not compatible with v.1.x configuration
files. Some attributes used in 1.x versions are not supported by 2.x 
translations and will be displayed as untranslated attribute names.
If you want to use your old configuration file, remove all text 
descriptions from $ldq_attributes, $ldq_searchobjs and $ldq_searchattrs 
arrays.

For example, if $ldq_searchobjs contains
    array ("People"=>'person',"Any"=>'*') 
it has to be replaced with 
    array ('person','*')
