    ***********************************
    * LDAP Query plugin Release Notes *
    *  version 2.0                    *
    ***********************************

This plugin version contains rewritten translation and
configuration parts. Set of default attributes available to
end user is changed. See CHANGELOG file for more information
about plugin changes.

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','*')
