<h1>psqlODBC release notes</h1>
<hr>
-<h2>psqlODBC 09.00.0100 Prep Release</h2>
+<h2>psqlODBC 09.00.0100 Release</h2>
Changes:<br>
1.) Allow password which contains special characters like {,},=,;.<br>
2.) Add a new data source option which makes it possible to use Kerberos for Windows library to reply to GSSAPI authentication request.<br>
18.) Call PQconnectdbParams instead of PQconnectdb when it's available.<br>
19.) Make cursor open check at transaction end a little more effective.<br>
20.) Added code for SQL_INTERVAL support and refcursor support though they are disabled.<br>
+21.) Correct the handling of dynamic cursors so that they are substituted by keyset-driven ones.<br>
<br>
<li>Notes: psqlODBC 08.04.0200</li><br>
Changes:<br>