# Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 09.06.0300, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 09.06.0310, [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.0310">psqlODBC 09.06.0310 Release</a></h2>
+Changes:<br />
+<ol type="1">
+<li><b>Fix a crash bug when connecting from MSACCESS(Microsoft Jet)</b><br /></li>
+Per reported by Robert Ball.<br />
+This occurs when MSACCESS(Jet) calls SQLConnectAttr(.., 30002, ..) => ucs2_to_utf8() and about to call mylog() with a NULL derefernced pointer parameter.
+</ol><br />
<h2><a id="09.06.0300">psqlODBC 09.06.0300 Release</a></h2>
Changes:<br />
<ol type="1">
* and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj.
*/
#ifndef POSTGRESDRIVERVERSION
-#define POSTGRESDRIVERVERSION "09.06.0300"
+#define POSTGRESDRIVERVERSION "09.06.0310"
#endif
#ifndef POSTGRES_RESOURCE_VERSION
#define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION
#endif
#ifndef PG_DRVFILE_VERSION
-#define PG_DRVFILE_VERSION 9,6,03,00
+#define PG_DRVFILE_VERSION 9,6,03,10
#endif
#endif