From 3133de9ea1f74c3b75bea09d212b0c1dd8860692 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Mon, 21 Jan 2008 05:19:32 +0000 Subject: [PATCH] Prep release 08.03.0100 --- Makefile.am | 6 +++--- configure.ac | 2 +- docs/release.html | 2 +- version.h | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index b4725ed..d2ab547 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # # Makefile.am for psqlodbc30w (PostgreSQL ODBC driver) # -# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Makefile.am,v 1.46 2007/12/28 13:39:41 h-saito Exp $ +# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Makefile.am,v 1.47 2008/01/21 05:19:32 h-saito Exp $ # #------------------------------------------------------------------------- @@ -44,8 +44,8 @@ EXTRA_psqlodbcw_la_SOURCES = md5.c EXTRA_DIST = license.txt readme.txt \ libtool.m4 psqlodbc.def psqlodbca.def \ dlg_wingui.c inouealc.c win_setup.h \ - setup.c win_unicode.c psqlodbc.rc \ - win32.mak psqlodbc.reg psqlodbc.dsp \ + setup.c win_unicode.c psqlodbc.rc win64.mak \ + win32.mak psqlodbc.reg psqlodbc.dsp psqlodbc.vcproj \ psqlodbc.sln msdtc_enlist.cpp pgxalib.cpp \ pgxalib.def odbc.sql odbc-drop.sql \ odbcapi25w.c sspisvcs.c sspisvcs.h \ diff --git a/configure.ac b/configure.ac index 5db73fb..75131f1 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.02.0500, [pgsql-odbc@postgresql.org]) +AC_INIT(psqlodbc, 08.03.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 7b6f737..4c91ea4 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,7 +9,7 @@

psqlODBC release notes


-

psqlODBC 08.02.0X00 Release

+

psqlODBC 08.03.0100 Release

Changes:
1.) Correct the flow of trial of multi protocols and fix related bugs about handling of connection errors.
2.) Use SSPI service for SSL support when libpq is unavailable.
diff --git a/version.h b/version.h index 55a9ee9..e1c7072 100644 --- a/version.h +++ b/version.h @@ -9,9 +9,9 @@ #ifndef __VERSION_H__ #define __VERSION_H__ -#define POSTGRESDRIVERVERSION "08.02.0501" -#define POSTGRES_RESOURCE_VERSION "08.02.0501\0" -#define PG_DRVFILE_VERSION 8,2,05,01 -#define PG_BUILD_VERSION "200712180001" +#define POSTGRESDRIVERVERSION "08.03.0100" +#define POSTGRES_RESOURCE_VERSION "08.03.0100\0" +#define PG_DRVFILE_VERSION 8,3,01,00 +#define PG_BUILD_VERSION "200801210001" #endif -- 2.39.5