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


+

psqlODBC 17.00.0000 Release

+Changes:
+
  • + Change: Build against PostgreSQL 17 RC1 PR #44 + Author: Dave Cramer +
  • + +
      + +

      psqlODBC 16.00.0005 Release

      +Changes:
      +
        +
      1. Fix: if the connection is broken when calling SQLFreeHandle, the client can't be notified PR #1 + Author: Adrian Grucza
      2. +
      3. Perf: Use mimalloc to improve performance and reduce memory allocation lock contention PR#6
      4. +
      5. Add: Build and release using github actions PR#7
      6. +
      7. Add: Support building against VC17 on AMD64 PR#9 + Author: Adrian Grucza
      8. +
      9. Fix: Fixed typos in all source code and documentations PR#11 + Author Hunaid Sohail
      10. +
      11. Fix: during call SQLFreeHandle, if the connection is broken the client is not notified PR #12 + Author: Adrian Grucza
      12. + +
      13. Fix: Key caches based on software versions PR #13< + Author: Adrian Grucza
      14. +
      15. Add: Add mimalloc release PR #14 + Author: Adrian Grucza
      16. +
      17. Fix: Use strdup on non-Windows systems PR #17 + Author: Adrian Grucza
      18. +
      19. Add: Implementation of SQLSetDescRec & SQLGetDescRec functions PR#23 + Author Hunaid Sohail
      20. +
      21. Fix: Fix Memory leaks Issue #8 PR#25 + Author: Alexandr Kuznetsov +
      22. +
      23. Fix: SQLGetData function can return an incorrect SQLSTATE Issue #33 PR #35 + Author: Carlos GarcĂ­a +
      24. +
      25. + Change: Build against PostgreSQL 17 Beta3 PR #37 + Author: Dave Cramer +
      26. +

      psqlODBC 16.00.0000 Release

      Changes:
        @@ -27,7 +69,7 @@

        psqlODBC 15.00.0000 Release

        psqlODBC 13.02.0000 Release

        Changes:
          -
        1. 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.
        2. +
        3. 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.
        4. Also direct use of mylog() should be avoided because mylog() uses lots of CPU.
        5. Noticed that the password field on the PostgreSQL Connection
        6. dialog is always focused when empty, even when other fields that appear @@ -90,7 +132,7 @@

          psqlODBC 12.02.0000 Release

        7. Add a new *Display Optional Error Message* option.
        8. 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.
        9. Handle notice messages in libpq_bind_and_exec().
        10. Sets and resets a notify receiver around PQexecParams() or PQexecPrepared().
        11. Ignore PQtransactionStatus PQTRANS_ACTIVE in LIBPQ_update_transaction_status().