From 6c4ccefd90539ce23a82599dbcd843f2d1d371e4 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Tue, 7 Apr 2009 16:08:45 +0000 Subject: [PATCH] Prep 08.04.0100. --- configure.ac | 2 +- docs/release.html | 2 +- installer/Make.bat | 4 ++-- installer/README.txt | 2 +- installer/upgrade.bat | 2 +- readme.txt | 2 +- version.h | 8 ++++---- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/configure.ac b/configure.ac index 672a082..6813ffd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(psqlodbc, 08.03.0400, [pgsql-odbc@postgresql.org]) +AC_INIT(psqlodbc, 08.04.0100, [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 341140f..fc350dd 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,7 +9,7 @@

psqlODBC release notes


-

psqlODBC 08.04.xxxx Release

+

psqlODBC 08.04.0100 Release

Changes:
1.) Avoid a crash on exit when using SSL connections by resetting CRTPTO_xx_callbacks before unloding libpq.
2.) Correct the funtion name DiscardRollbackState pointed out by Zoltan Boszormenyi.
diff --git a/installer/Make.bat b/installer/Make.bat index 6cc36c1..5e46a44 100644 --- a/installer/Make.bat +++ b/installer/Make.bat @@ -3,13 +3,13 @@ REM Values to change include VERSION and SUBLOC, both below. REM The subdirectory to install into -SET SUBLOC="0803" +SET SUBLOC="0804" 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="08.03.0400" +SET VERSION="08.04.0100" echo. echo Version not specified - defaulting to %VERSION% diff --git a/installer/README.txt b/installer/README.txt index 133f577..62d7f08 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 08.03.0400 +C:\psqlODBC\Installer> make 08.04.0100 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/installer/upgrade.bat b/installer/upgrade.bat index bc196a7..8fa4eeb 100644 --- a/installer/upgrade.bat +++ b/installer/upgrade.bat @@ -2,7 +2,7 @@ cls echo This file will upgrade your psqlODBC installation. echo. -echo You must have psqlODBC 08.03.xxxx installed +echo You must have psqlODBC 08.04.xxxx installed echo from the official MSI installation to use this upgrade path. echo. echo If psqlODBC or any of it's components are in use diff --git a/readme.txt b/readme.txt index 1e614cf..1001bba 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Copyright (C) 1998 Insight Distribution Systems - Copyright (C) 1998 - 2008 The PostgreSQL Global Development Group + Copyright (C) 1998 - 2009 The PostgreSQL Global Development Group Multibyte support was added by Sankyo Unyu Service, (C) 2001. diff --git a/version.h b/version.h index 9a8918f..ebf44c4 100644 --- a/version.h +++ b/version.h @@ -9,9 +9,9 @@ #ifndef __VERSION_H__ #define __VERSION_H__ -#define POSTGRESDRIVERVERSION "08.03.0402" -#define POSTGRES_RESOURCE_VERSION "08.03.0402\0" -#define PG_DRVFILE_VERSION 8,3,04,02 -#define PG_BUILD_VERSION "200904060003" +#define POSTGRESDRIVERVERSION "08.04.0100" +#define POSTGRES_RESOURCE_VERSION "08.04.0100\0" +#define PG_DRVFILE_VERSION 8,4,01,00 +#define PG_BUILD_VERSION "200904080001" #endif -- 2.39.5