Prep release 09.06.0310. REL-09_06_0310
authorHiroshi Saito <hiroshi@winpg.jp>
Thu, 11 May 2017 14:25:23 +0000 (23:25 +0900)
committerHiroshi Saito <hiroshi@winpg.jp>
Thu, 11 May 2017 14:25:23 +0000 (23:25 +0900)
configure.ac
docs/release.html
version.h

index 2f08714fb85903d21df3cb83112a664ba0378141..2cc4ce8a0afe095bd648ceb75f98e7e2a7f23f8a 100644 (file)
@@ -1,5 +1,5 @@
 # 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
index 537b965e0f0031c80f581d2a75fd93b25b44be68..7d0883ffe023584d6feaeecbba51c9a25fddcfe8 100644 (file)
@@ -9,6 +9,13 @@
 
 <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">
index 173d22977d33dec58b0616cc12b61c55a57b1a4c..fd0a9a72ca1143fd19d211614b8dd1ba8b09a5b4 100644 (file)
--- a/version.h
+++ b/version.h
  * 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