diff --git a/configure.ac b/configure.ac
index 16cc90b5..90ed2a80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(psqlodbc, 16.00.0000, [pgsql-odbc@postgresql.org])
+AC_INIT(psqlodbc, 17.00.0000, [pgsql-odbc@postgresql.org])
AC_PREREQ(2.57)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE
diff --git a/docs/release.html b/docs/release.html
index 0b2c5331..41def5f8 100644
--- a/docs/release.html
+++ b/docs/release.html
@@ -6,9 +6,51 @@
-
+
psqlODBC release notes
+
+Changes:
+
+ Change: Build against PostgreSQL 17 RC1 PR #44
+ Author: Dave Cramer
+
+
+
+
+
+Changes:
+
+ - Fix: if the connection is broken when calling SQLFreeHandle, the client can't be notified PR #1
+ Author: Adrian Grucza
+ - Perf: Use mimalloc to improve performance and reduce memory allocation lock contention PR#6
+ - Add: Build and release using github actions PR#7
+ - Add: Support building against VC17 on AMD64 PR#9
+ Author: Adrian Grucza
+ - Fix: Fixed typos in all source code and documentations PR#11
+ Author Hunaid Sohail
+ - Fix: during call SQLFreeHandle, if the connection is broken the client is not notified PR #12
+ Author: Adrian Grucza
+
+ - Fix: Key caches based on software versions PR #13<
+ Author: Adrian Grucza
+ - Add: Add mimalloc release PR #14
+ Author: Adrian Grucza
+ - Fix: Use strdup on non-Windows systems PR #17
+ Author: Adrian Grucza
+ - Add: Implementation of SQLSetDescRec & SQLGetDescRec functions PR#23
+ Author Hunaid Sohail
+ - Fix: Fix Memory leaks Issue #8 PR#25
+ Author: Alexandr Kuznetsov
+
+ - Fix: SQLGetData function can return an incorrect SQLSTATE Issue #33 PR #35
+ Author: Carlos GarcĂa
+
+ -
+ Change: Build against PostgreSQL 17 Beta3 PR #37
+ Author: Dave Cramer
+
+
Changes:
@@ -27,7 +69,7 @@
Changes:
-- Fix a bug of CC_send_query_append() when the ignore_roundtrip_time flag is onRemove a mylog() call which is a dupilicate of the preceding MYLOG() macro call.
+- Fix a bug of CC_send_query_append() when the ignore_roundtrip_time flag is onRemove a mylog() call which is a duplicate of the preceding MYLOG() macro call.
Also direct use of mylog() should be avoided because mylog() uses lots of CPU.
- Noticed that the password field on the PostgreSQL Connection
dialog is always focused when empty, even when other fields that appear
@@ -90,7 +132,7 @@
- Add a new *Display Optional Error Message* option.
This option allows to
display error messages other than primary one.
-Also add documentaition about the option and *Numeric as* option.
+Also add documentation about the option and *Numeric as* option.
- Handle notice messages in libpq_bind_and_exec().
Sets and resets a notify receiver around PQexecParams() or PQexecPrepared().
- Ignore PQtransactionStatus PQTRANS_ACTIVE in LIBPQ_update_transaction_status().