From 5c3407418be28a655ebb927a92dadc7fbe284dc4 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Sat, 30 Oct 2010 14:00:54 +0000 Subject: [PATCH] Prep release 09.00.0200 --- configure.ac | 2 +- docs/release.html | 3 ++- installer/Make.bat | 2 +- installer/MakeX64.bat | 2 +- installer/README.txt | 2 +- version.h | 6 +++--- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index e5467ef..986680b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(psqlodbc, 09.00.0101, [pgsql-odbc@postgresql.org]) +AC_INIT(psqlodbc, 09.00.0200, [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 e208764..6179954 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,7 +9,7 @@

psqlODBC release notes


-

psqlODBC 09.00.XXXX Release

+

psqlODBC 09.00.0200 Release

Changes:
1.) Fix a bug about sizeof() at idx_fake_oid of info.
2.) Return 0 for the column size when the size of numeric items are unknown.
@@ -22,6 +22,7 @@ Changes:
6.) Fix cursor bug introduced by the previous change.
Per report by Andreas.
7.) Move the setting of folder name of libpq or gssapi related dlls from .wxs file to .bat file.
+8.) Fix a bug which returns incorrect values for SQL_DATETIME_SUB.

  • Notes: psqlODBC 09.00.0101

  • Changes:
    diff --git a/installer/Make.bat b/installer/Make.bat index 41292b4..b729541 100644 --- a/installer/Make.bat +++ b/installer/Make.bat @@ -9,7 +9,7 @@ if NOT "%1"=="" SET VERSION="%1" if NOT "%1"=="" GOTO GOT_VERSION REM The full version number of the build in XXXX.XX.XX format -SET VERSION="09.00.0101" +SET VERSION="09.00.0200" echo. echo Version not specified - defaulting to %VERSION% diff --git a/installer/MakeX64.bat b/installer/MakeX64.bat index afb923b..f483f2c 100755 --- a/installer/MakeX64.bat +++ b/installer/MakeX64.bat @@ -86,7 +86,7 @@ GOTO EXIT :NORMAL_EXEC REM The full version number of the build in XXXX.XX.XX format -SET VERSION="09.00.0102" +SET VERSION="09.00.0200" echo. echo Version not specified - defaulting to %VERSION% diff --git a/installer/README.txt b/installer/README.txt index 4e4ff43..efab265 100644 --- a/installer/README.txt +++ b/installer/README.txt @@ -8,7 +8,7 @@ time writing. WiX may be downloaded from: In order to build the installer, first ensure that a suitable binary is in the $SRC\Release directory, then, from the $SRC\Installer directory run: -C:\psqlODBC\Installer> make 09.00.0101 +C:\psqlODBC\Installer> make 09.00.0200 The version number will default to a value set in the Make.bat batch file if not specified on the command line. 2 files will be built: diff --git a/version.h b/version.h index 597b7ba..5c6e577 100644 --- a/version.h +++ b/version.h @@ -9,9 +9,9 @@ #ifndef __VERSION_H__ #define __VERSION_H__ -#define POSTGRESDRIVERVERSION "09.00.0102" -#define POSTGRES_RESOURCE_VERSION "09.00.0102\0" -#define PG_DRVFILE_VERSION 9,0,01,02 +#define POSTGRESDRIVERVERSION "09.00.0200" +#define POSTGRES_RESOURCE_VERSION "09.00.0200\0" +#define PG_DRVFILE_VERSION 9,0,02,00 #define PG_BUILD_VERSION "201010300001" #endif -- 2.39.5