# Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 08.02.0205, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 08.02.0300, [pgsql-odbc@postgresql.org])
AC_PREREQ(2.52)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([bind.c])
<h1>psqlODBC release notes</h1>
<hr>
-<h2>Development snapshots</h2>
+<h2>psqlODBC 08.02.0300 Release</h2>
+Changes:<br>
+1.) Allow non-admin or Vista users to create log fils in the home
+directory.<br>
+2.) Fix an index over bug which causes a crash or an unexpected result.<br>
+<br>
<li>Notes: psqlODBC 08.02.0205</li><br>
Changes:<br>
1.) Append DETAIL messages to GetDiag...() messages.<br>
if NOT "%1"=="" GOTO GOT_VERSION
REM The full version number of the build in XXXX.XX.XX format
-SET VERSION="08.02.0200"
+SET VERSION="08.02.0300"
echo.
echo Version not specified - defaulting to %VERSION%
<File Id="psqlodbc30a.dll" Name="psqlodbc30a.dll" Source="../MultibyteRelease/psqlodbc30a.dll" />
<File Id="psqlodbc35w.dll" Name="psqlodbc35w.dll" Source="../Release/psqlodbc35w.dll" />
<File Id="pgxalib.dll" Name="pgxalib.dll" Source="../Release/pgxalib.dll" />
+ <File Id="pgenlist.dll" Name="pgenlist.dll" Source="../Release/pgenlist.dll" />
+ <File Id="pgenlista.dll" Name="pgenlista.dll" Source="../Release/pgenlista.dll" />
<File Id="libpq.dll" Name="libpq.dll" Source="$(var.PROGRAMFILES)\PostgreSQL\8.2\bin\libpq.dll" KeyPath="yes" />
<!-- Gettext -->
</Directory>
</Module>
-</Wix>
\ No newline at end of file
+</Wix>
#ifndef __VERSION_H__
#define __VERSION_H__
-#define POSTGRESDRIVERVERSION "08.02.0205"
-#define POSTGRES_RESOURCE_VERSION "08.02.0205\0"
-#define PG_DRVFILE_VERSION 8,2,02,05
-#define PG_BUILD_VERSION "200704120001"
+#define POSTGRESDRIVERVERSION "08.02.0300"
+#define POSTGRES_RESOURCE_VERSION "08.02.0300\0"
+#define PG_DRVFILE_VERSION 8,2,03,00
+#define PG_BUILD_VERSION "200704150001"
#endif