# Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 09.06.0400, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 09.06.0410, [pgsql-odbc@postgresql.org])
AC_PREREQ(2.57)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE
<h1>psqlODBC release notes</h1>
<hr>
+<h2><a id="09.06.0410">psqlODBC 09.06.0410 Release</a></h2>
+Changes:<br />
+<ol type="1">
+<li>Fix buffer truncations. The truncations occured when concatenating 'RELEASE xxxx...;' and 'SAVEPOINT xxxx....'.</li>
+Per reported by Pavel Raiskup.
+<li>Correct the behavior of snprintfcat() on Windows using posix_vsnprintf() instead of _vsnprintf().</li>
+<li>Handle StrLen_or_IndPtr argument of SQLBindParameter() properly when StrLen_or_IndPtr doesn't point to SQL_NTS and conversions between SQLWCHAR and SQLCHAR occur.</li>
+This change fixes MSACCESS errors reported by Christian Ullrich and Robert Ball.
+<li>Make quote_table() and ti_quote() thread safe.This change fixes "relation does not exist".</li>
+Per report and patch by Scott Beil.
+</ol><br />
<h2><a id="09.06.0400">psqlODBC 09.06.0400 Release</a></h2>
Changes:<br />
<ol type="1">
* and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj.
*/
#ifndef POSTGRESDRIVERVERSION
-#define POSTGRESDRIVERVERSION "09.06.0400"
+#define POSTGRESDRIVERVERSION "09.06.0410"
#endif
#ifndef POSTGRES_RESOURCE_VERSION
#define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION
#endif
#ifndef PG_DRVFILE_VERSION
-#define PG_DRVFILE_VERSION 9,6,04,00
+#define PG_DRVFILE_VERSION 9,6,04,10
#endif
#endif