adds to a document. and version correction of *nix.
authorHiroshi Saito <hiroshi@winpg.jp>
Thu, 27 Apr 2006 18:38:41 +0000 (18:38 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Thu, 27 Apr 2006 18:38:41 +0000 (18:38 +0000)
Inoue san correspondence.

configure.ac
docs/release.html

index 75160a8b923d3af0e0224eac4bae631d748ead84..4a7380a7a7d9bccfee48d646063215e395f37237 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 08.02.0001, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 08.02.0002, [pgsql-odbc@postgresql.org])
 AC_PREREQ(2.52)
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([bind.c])
index 36d3d4c5f1a31f041ca4f258b8aea1ec0b1c3340..4d529363010a25a7d3a1553b30286ec579f5c557 100644 (file)
 <h1>psqlODBC release notes</h1>
 <hr>
 <h2>Development snapshots</h2>
+<li>Notes: psqlODBC 08.02.0002</li><br>
+Changes:<br>
+1) SQL injections via ODBC catalog function calls.<br>
+2) Fix SQLNumParams problem related to literal or dollar quote.<br>
+3) Call libpq in case of Kerberos authentication.<br>
+4) Add E' before literal for after 8.1 severs.<br>
+5) Return the correct error message in case of no password.<br>
+6) Take E'...' literal expression into account.<br>
+7) Fix an SQL_C_WCHAR -> numeric type conversion problem.<br>
+8) Refine the handling of io or output parameters.<br>
+9) Refine the dollar quote handling.<br>
+10) Fix the client_encoding mismatch problem.<br>
+11) Fix for SQLStatistics returns UNKNOWN instead of real column names.<br>
+<br>
 <li>Notes: psqlODBC 08.02.0001</li><br>
 Changes:<br>
 1) updated CVS tip to the REL-07_03_ENHANCED branch<br>
 2) updated the installer for the single driver distribution<br>
 3) standardised various filenames that were previously based on build types<br>
 4) standardised the build on ODBC version 3.51<br>
-
 <hr>
 <h2>Note</h2>
 <p>Releases from this point onwards are based on the REL-07_03_ENHANCED code branch