Release preparation.
authorHiroshi Saito <hiroshi@winpg.jp>
Fri, 28 Dec 2007 13:51:26 +0000 (13:51 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Fri, 28 Dec 2007 13:51:26 +0000 (13:51 +0000)
docs/index.html
docs/release.html

index c2759c7bcb1f012609ff6d9d2f7d116547fb9dab..2d1dcbe55a9d9d3a0fa6b8be3533b7d785933c1f 100644 (file)
@@ -1,14 +1,22 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\r
 <html>\r
   <head>\r
-    <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">\r
     <title>psqlODBC</title>\r
-  </HEAD>\r
+  </head>\r
 \r
-  <body bgcolor="#ffffff" text="#000000" link="#ff0000" vlink="#a00000" alink="#0000ff">\r
-  \r
-<h1>psqlODBC</h1>\r
+  <body>\r
+\r
+<table width=100% border=0 cellpadding=3 cellspacing=0>\r
+<tr>\r
+<td bgcolor="#004040" align=left height=32>\r
+<font size=+3 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">\r
+<b>psqlODBC</b>\r
+</font>\r
+</td>\r
+</tr>\r
+</table>\r
 \r
+<hr>\r
 <h2>Introduction</h2>\r
 \r
 <p><b>psqlODBC</b> is the official PostgreSQL ODBC Driver.</p>\r
@@ -32,6 +40,7 @@ It is developed and supported through the
 \r
 <p>psqlODBC is released under the <a href="http://www.opensource.org/licenses/lgpl-license.php">Library General Public Licence</a>, or LGPL.</p>\r
 \r
+<hr>\r
 <h2>psqlODBC Documentation</h2>\r
 \r
 <p>The following documents contain various bits of useful information. Please send any additional \r
@@ -50,6 +59,7 @@ documentation, or report errors/omissions to
   <li><a href="release.html">Release notes.</a><br>&nbsp;</li>\r
 </ul>\r
 \r
+<hr>\r
 <h2>psqlODBC HOWTOs</h2>\r
 \r
 <p>The following HOWTOs have been contributed by various people. If you wish to add to the \r
@@ -73,6 +83,7 @@ collection, please send your contribution to
 \r
 </ul>\r
 \r
+<hr>\r
 <h2>Acknowledgements</h2>\r
 \r
 <h3>OpenSSL</h3>\r
index f5d43d68bee7995edfd2800edb42536e31c88a95..8a28d84b1a14a30dad12ae84a7d99fb536d6dd4d 100644 (file)
@@ -9,8 +9,21 @@
   
 <h1>psqlODBC release notes</h1>
 <hr>
-<h2>psqlODBC 08.02.0500 Release </h2>
-<br>
+<h2>psqlODBC 08.02.0X00 Release </h2>
+Changes:<br>
+1.) Correct the flow of trial of multi protocols and fix related bugs about handling of connection errors.<br>
+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.<br>
+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.<br>
+4.) Improve the parse statement operation so that it detect srf in (from clause).<br>
+5.) Correct the COLUMN_LENGTH return value of SQLColumns() for varchar/bpchar type columns (Unicode driver).<br>
+6.) Change to not return database name if case of MS Query.<br>
+7.) The first cut to use Windows SSPI. The trial to use Schannel service for SSL support.<br>
+8.) Be more careful about <for locking clause> in UseDeclareFetch mode. "for read only" clause for read only queries
+ for 8.3 or later servers for safety.<br>
+<br>
+<li>Notes: psqlODBC 08.02.0500</li><br>
 Changes:<br>
 1.) Correct the format of Bind message under 64bit environment.<br>
 2.) Fixed build of without OpenSSL.<br>