Prep for 08.02.0300 release. REL-08_02_0300
authorHiroshi Saito <hiroshi@winpg.jp>
Sat, 14 Apr 2007 18:58:30 +0000 (18:58 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Sat, 14 Apr 2007 18:58:30 +0000 (18:58 +0000)
configure.ac
docs/release.html
installer/Make.bat
installer/psqlodbcm.wxs
version.h

index 0e31cb7d01f0da1dddb15ca7f0a3683b07a46bcb..de6e4facccc7fd6fd10e3a1a8041b3ff1ef8846e 100644 (file)
@@ -1,5 +1,5 @@
 # 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])
index 582c88766e6cc2770a5e70e5d4b9d3762fe0262b..84301a9970b33884bd6b27cc2fd3a08db9fe9cdf 100644 (file)
@@ -9,7 +9,12 @@
   
 <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>
index 297b11fe04ad6b740a542f98ba91f9cb102f0a83..80546bbf01653761d6d5d1615af761eb412596df 100644 (file)
@@ -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="08.02.0200"
+SET VERSION="08.02.0300"
 
 echo.
 echo Version not specified - defaulting to %VERSION%
index c1edb47077b0c8466d5dd974f55db0ada3564f5a..e3ca5531ec0a3e4894a660e39c6990be90366fe7 100644 (file)
@@ -23,6 +23,8 @@
           <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 -->
@@ -63,4 +65,4 @@
     </Directory>
 
   </Module>
-</Wix>
\ No newline at end of file
+</Wix>
index 9aeda0d4979b487b8c5a985375dcf22de154b065..fe5a1463aa3dacb43596bda5d340ce2756ff6bc5 100644 (file)
--- a/version.h
+++ b/version.h
@@ -9,9 +9,9 @@
 #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