# 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
<h1>psqlODBC release notes</h1>
<hr>
-<h2>psqlODBC 08.04.xxxx Release </h2>
+<h2>psqlODBC 08.04.0100 Release </h2>
Changes:<br>
1.) Avoid a crash on exit when using SSL connections by resetting CRTPTO_xx_callbacks before unloding libpq.<br>
2.) Correct the funtion name DiscardRollbackState pointed out by Zoltan Boszormenyi.<br>
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%
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:
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
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.
#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