\r
 <h1>psqlODBC release notes</h1>\r
 <hr>\r
-<h2>The next release preparation psqlODBC 08.01.02xx</h2>\r
+<h2>psqlODBC 08.01.0200 Release</h2>\r
 <br>\r
-<li>Notes:psqlODBC 08.01.0108</li><br>\r
-1) fix most warnings during build in x86_64 environment\r
-2) fixed point of failure on x86_64 boxes\r
-3) fixed autocommit = off behaviour with starting transactions when needed\r
+<li>Notes: psqlODBC 08.01.0108</li><br>\r
+1) fix most warnings during build in x86_64 environment<br>\r
+2) fixed point of failure on x86_64 boxes<br>\r
+3) fixed autocommit = off behaviour with starting transactions when needed<br>\r
 4) quick hack againist access violation with Disallow premature - \r
-   the feature is still broken\r
-5) report correct SQLSTATE in SQLGetDiagField and SQLGetDiagRec\r
+   the feature is still broken for multiple query query strings \r
+   (ie. "SELECT a FROM foo; SELECT b FROM bar")<br>\r
+5) report correct SQLSTATE in SQLGetDiagField and SQLGetDiagRec<br>\r
 <br>\r
-<li>Notes:psqlODBC 08.01.0107</li><br>\r
-1) fix next problem with calling implicit rollback in bad time\r
+<li>Notes: psqlODBC 08.01.0107</li><br>\r
+1) fix next problem with calling implicit rollback in bad time<br>\r
 2) detecting transaction commands into if branch which mean backend\r
-   successfuly done the command. add support for "start transaction"\r
-3) fix bug when mylog output can't be created\r
-4) fix problem with SQLSetPos\r
-5) fix problem with column length in CC_mapping\r
-6) fix - typelen could be less then zero not only -1\r
-<br>\r
-<li>Notes:psqlODBC 08.01.0106</li><br>\r
-1) fix problem with getting long text in unicode driver\r
-2) fix sqlstate iin case of error in statement\r
-3) doesn't call rollback in autocommit off or in manual transaction\r
-4) remove obsolete parameter protocol\r
-<br>\r
-<li>Notes:psqlODBC 08.01.0105</li><br>\r
+   successfuly done the command. add support for "start transaction"<br>\r
+3) fix bug when mylog output can't be created<br>\r
+4) fix problem with SQLSetPos<br>\r
+5) fix problem with column length in CC_mapping<br>\r
+6) fix - typelen could be less then zero not only -1<br>\r
+<br>\r
+<li>Notes: psqlODBC 08.01.0106</li><br>\r
+1) fix problem with getting long text in unicode driver<br>\r
+2) fix sqlstate iin case of error in statement<br>\r
+3) doesn't call rollback in autocommit off or in manual transaction<br>\r
+4) remove obsolete parameter protocol<br>\r
+<br>\r
+<li>Notes: psqlODBC 08.01.0105</li><br>\r
 Changes:<br>\r
-1) fix problem with rollback aborted queries\r
-2) SQLColumns or SQLColAttribute may return bad answer when Show system tables is turned off\r
-3) adds support for ; delimited options in ConfigDSN\r
-4) fixes problem with binding parameters and SQLCancel without SQLFreeStmt\r
+1) fix problem with rollback aborted queries<br>\r
+2) SQLColumns or SQLColAttribute may return bad answer when Show system tables is turned off<br>\r
+3) adds support for ; delimited options in ConfigDSN<br>\r
+4) fixes problem with binding parameters and SQLCancel without SQLFreeStmt<br>\r
 <br>\r
-<li>Notes:psqlODBC 08.01.0104</li><br>\r
+<li>Notes: psqlODBC 08.01.0104</li><br>\r
 Changes:<br>\r
 1) add commit after set basic options in SQLDriverConnect when autocommit is turned off<br>\r
 2) driver doesn't fail when there isn't bind enough parameters<br>\r
 5) grow MAXKEYLEN for SQLConfigDataSource<br>\r
 6) repair behaviour of more queries in one statement<br>\r
 <br>\r
-<li>Notes:psqlODBC 08.01.0103</li><br>\r
+<li>Notes: psqlODBC 08.01.0103</li><br>\r
 Changes:<br>\r
 1) RowCount problem in SELECT - but Dave announce it doesn't work in VB6<br>\r
 2) Server side prepare - but only first run in allocated statement<br>\r
 4) Binding parameters are now freed in SQLCancel<br>\r
 5) Skip fetching data for commands<br>\r
 <br>\r
-<li>Notes:psqlODBC 08.01.0102</li><br>\r
+<li>Notes: psqlODBC 08.01.0102</li><br>\r
 Changes:<br>\r
 1) Server side prepare now works correctly.<br>\r
 2) A bug in SQLTables that shows up in Borland SQL Explorer in<br>\r
 08.01.0300 - Stable<br>\r
 Of course, we won't necessarily have 99 snaphosts between stable releases!<br>\r
 <br>\r
-<li>Notes:psqlODBC 08.01.0101</li><br>\r
+<li>Notes: psqlODBC 08.01.0101</li><br>\r
 Changes:<br>\r
 This release fixes a serious problem in non-declare/fetch mode where<br>\r
 recordsets over the configured declare/fetch cache size were returned<br>\r
 development, testing and bug fixing of the updated driver.<br>\r
 PostgreSQL Core Team<br>\r
 <br>\r
-<li>Notes:psqlODBC 08.00.0102</li><br>\r
+<li>Notes: psqlODBC 08.00.0102</li><br>\r
 This is a bug fix release<br>\r
 of the pre-libpq version of the driver, specifically to fix a bug<br>\r
 affecting Unix users<br>\r
 <br>\r
 Regards, Dave.<br>\r
 <br>\r
-<li>Notes:psqlODBC 08.00.0005</li><br>\r
+<li>Notes: psqlODBC 08.00.0005</li><br>\r
 This version<br>\r
 contains a some recent fixes, and is packaged in a new installer built<br>\r
 entirely using open source tools (specifically, the Wix toolkit).<br>\r
 <br>\r
-<li>Notes:psqlODBC 08.00.0002</li><br>\r
+<li>Notes: psqlODBC 08.00.0002</li><br>\r
 This version of the driver is a minor update<br>\r
 with a fix to the string sizing code in SQLGetInfo, and removal of the<br>\r
 need for tables to be in the search path or public schema for them to be<br>\r
 returned by SQLTables.<br>\r
 <br>\r
-<li>Notes:psqlODBC 08.00.0001</li><br>\r
+<li>Notes: psqlODBC 08.00.0001</li><br>\r
 The purpose of this version is to try to get something stable, with<br>\r
 proper schema/without OID support ready for the 8.0 release<br>\r
 (particularly the win32 release). To that end, this release is mainly a<br>\r