From: Hiroshi Saito Date: Tue, 7 Jan 2020 13:26:12 +0000 (+0900) Subject: Prep release 12.01.0000 X-Git-Tag: REL-12_01_0000 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=efc111d989cbf32405b5970545575b808ba7b64e;p=psqlodbc.git Prep release 12.01.0000 --- diff --git a/configure.ac b/configure.ac index 241c127..7765e5d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # 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 diff --git a/docs/release.html b/docs/release.html index 896e6ca..27d4f17 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,6 +9,23 @@

psqlODBC release notes


+

psqlODBC 12.01.0000 Release

+Changes:
+
    +
  1. Fix result-conversions regression test.
  2. +
      +
    1. Remove tests for abstime type because the type was removed in PG12.
    2. +
    3. Update results for PG12's new floating point output format.
    4. +
    +
  3. Fix the bug that causes Error : A parameter cannot be found that matches parameter nameene'.
  4. +
      +
    1. Check BuildResult(the result of drivers build) before building installers.
    2. +
    3. Enclose the command part * Find_VSDir $vc_ver * with parentheses so that +the subsequent * -ne "" * isn't considered to be a parameter.
    4. +
    +
  5. Cope with the removal of pg_class.relhasoids in PG12 correctly when retrieving updatable cursors.
  6. +
+

psqlODBC 12.00.0000 Release

Changes:
    diff --git a/readme.txt b/readme.txt index 6240c04..277d9b3 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ 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. diff --git a/version.h b/version.h index 51ea7ef..0c8106b 100644 --- a/version.h +++ b/version.h @@ -14,13 +14,13 @@ * 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