# -*- text -*-

0.5.0 ->
---------------
* SSLConn is available on windows.

* The specification of SSLConn.new (for OpenLDAP) is change.
  It try to connect the LDAPS server with SSL connection if the flag
  (third parameter) is false. If you want to use StartTLS extension,
  use true for the flag. Default value of the flag is false.

* ldap/schema.rb is a new file.

0.4.0 -> 0.5.0
---------------
* wldap32.dll is supported.

* Conn#compare is a new method.

0.3.7 -> 0.4.0
--------------
* SSLConn is available for both of the OpenLDAP and the Netscape SDK.

* SASLConn is a new class [experimental]
