From 8eb3969af58dcea1c51bb18434f02d763b39f59f Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Wed, 26 May 2010 15:53:05 +0000 Subject: [PATCH] Change the release note.(prep release) --- docs/release.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release.html b/docs/release.html index c16d27f..c3ce601 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,7 +9,7 @@

psqlODBC release notes


-

psqlODBC 08.XX.XXXX Release

+

psqlODBC 09.00.0100 Prep Release

Changes:
1.) Allow password which contains special characters like {,},=,;.
2.) Add a new data source option which makes it possible to use Kerberos for Windows library to reply to GSSAPI authentication request.
@@ -18,6 +18,9 @@ Changes:
5.) Removed "#define SQL_WCHART_CONVERT" which causes a trouble on some platforms.
6.) Removed the use of misused strcat_s together with snprintf_s (bug report from Jap-Peter Seifert) and use strlcat instead of strncat.
7.) Fix a bug about pre-execute behavior in case of protocol v2 or earlier.
+8.) Use poll() instead of select() when it's available.
+9.) Take comments or line comments in a query into account.
+10.) Fix a crash bug on authentication failures.

  • Notes: psqlODBC 08.04.0200

  • Changes:
    -- 2.39.5