From 70c1de8d3f53da688107f89aee77c79a42c55545 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Fri, 28 Dec 2007 13:51:26 +0000 Subject: [PATCH] Release preparation. --- docs/index.html | 21 ++++++++++++++++----- docs/release.html | 17 +++++++++++++++-- 2 files changed, 31 insertions(+), 7 deletions(-) diff --git a/docs/index.html b/docs/index.html index c2759c7..2d1dcbe 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,14 +1,22 @@ - psqlODBC - + - - -

psqlODBC

+ + + + + + +
+ +psqlODBC + +
+

Introduction

psqlODBC is the official PostgreSQL ODBC Driver.

@@ -32,6 +40,7 @@ It is developed and supported through the

psqlODBC is released under the Library General Public Licence, or LGPL.

+

psqlODBC Documentation

The following documents contain various bits of useful information. Please send any additional @@ -50,6 +59,7 @@ documentation, or report errors/omissions to

  • Release notes.
     
  • +

    psqlODBC HOWTOs

    The following HOWTOs have been contributed by various people. If you wish to add to the @@ -73,6 +83,7 @@ collection, please send your contribution to +


    Acknowledgements

    OpenSSL

    diff --git a/docs/release.html b/docs/release.html index f5d43d6..8a28d84 100644 --- a/docs/release.html +++ b/docs/release.html @@ -9,8 +9,21 @@

    psqlODBC release notes


    -

    psqlODBC 08.02.0500 Release

    -
    +

    psqlODBC 08.02.0X00 Release

    +Changes:
    +1.) Correct the flow of trial of multi protocols and fix related bugs about handling of connection errors.
    +2.) I may have introduced a bug in the last change which may cause an infinite loop of trial to use the same + (should be lower) version of protocols. Also try to use SSPI service for SSL support when libpq is unavailable.
    +3.) Fix a bug in copy_and_convert_field() when fetching bookmark columns. This bug could occur in case no suitable? + lo type is found.
    +4.) Improve the parse statement operation so that it detect srf in (from clause).
    +5.) Correct the COLUMN_LENGTH return value of SQLColumns() for varchar/bpchar type columns (Unicode driver).
    +6.) Change to not return database name if case of MS Query.
    +7.) The first cut to use Windows SSPI. The trial to use Schannel service for SSL support.
    +8.) Be more careful about in UseDeclareFetch mode. "for read only" clause for read only queries + for 8.3 or later servers for safety.
    +
    +
  • Notes: psqlODBC 08.02.0500

  • Changes:
    1.) Correct the format of Bind message under 64bit environment.
    2.) Fixed build of without OpenSSL.
    -- 2.39.5