# Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 12.00.0000, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 12.01.0000, [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="12.01.0000">psqlODBC 12.01.0000 Release</a></h2>
+Changes:<br />
+<ol type="1">
+<li>Fix result-conversions regression test.</li>
+<ol type="a">
+<li>Remove tests for abstime type because the type was removed in PG12.</li>
+<li>Update results for PG12's new floating point output format.</li>
+</ol>
+<li>Fix the bug that causes Error : A parameter cannot be found that matches parameter name\81ene'.</li>
+<ol type="a">
+<li>Check BuildResult(the result of drivers build) before building installers.</li>
+<li>Enclose the command part * Find_VSDir $vc_ver * with parentheses so that
+the subsequent * -ne "" * isn't considered to be a parameter.</li>
+</ol>
+<li>Cope with the removal of pg_class.relhasoids in PG12 correctly when retrieving updatable cursors.</li>
+</ol>
+<hr>
<h2><a id="12.00.0000">psqlODBC 12.00.0000 Release</a></h2>
Changes:<br />
<ol type="1">
Copyright (C) 1998 Insight Distribution Systems
- Copyright (C) 1998 - 2013 The PostgreSQL Global Development Group
+ Copyright (C) 1998 - 2020 The PostgreSQL Global Development Group
Multibyte support was added by Sankyo Unyu Service, (C) 2001.
* and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj.
*/
#ifndef POSTGRESDRIVERVERSION
-#define POSTGRESDRIVERVERSION "12.00.0000"
+#define POSTGRESDRIVERVERSION "12.01.0000"
#endif
#ifndef POSTGRES_RESOURCE_VERSION
#define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION
#endif
#ifndef PG_DRVFILE_VERSION
-#define PG_DRVFILE_VERSION 12,0,00,00
+#define PG_DRVFILE_VERSION 12,1,00,00
#endif
#endif