Skip to content

Commit 0e4acc3

Browse files
authored
prepare release notes and update version in configure.ac (#45)
1 parent 24e8769 commit 0e4acc3

File tree

2 files changed

+46
-4
lines changed

2 files changed

+46
-4
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Process this file with autoconf to produce a configure script.
2-
AC_INIT(psqlodbc, 16.00.0000, [pgsql-odbc@postgresql.org])
2+
AC_INIT(psqlodbc, 17.00.0000, [pgsql-odbc@postgresql.org])
33
AC_PREREQ(2.57)
44
AC_CONFIG_AUX_DIR(config)
55
AM_INIT_AUTOMAKE

docs/release.html

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,51 @@
66
</HEAD>
77

88
<body bgcolor="#ffffff" text="#000000" link="#ff0000" vlink="#a00000" alink="#0000ff">
9-
9+
1010
<h1>psqlODBC release notes</h1>
1111
<hr>
12+
<h2><a id="17.00.0000">psqlODBC 17.00.0000 Release</a></h2>
13+
Changes:<br />
14+
<li>
15+
Change: Build against PostgreSQL 17 RC1 <a href="https://github.com/postgresql-interfaces/psqlodbc/pull/44">PR #44</a>
16+
Author: <a href="https://github.com/davecramer">Dave Cramer</a>
17+
</li>
18+
19+
<ol type="1">
20+
21+
<h2><a id="16.00.0005">psqlODBC 16.00.0005 Release</a></h2>
22+
Changes:<br />
23+
<ol type="1">
24+
<li>Fix: if the connection is broken when calling SQLFreeHandle, the client can't be notified <a href="https://github.com/postgresql-interfaces/psqlodbc/pull/1">PR #1</a>
25+
Author: <a href="https://github.com/apgrucza"> Adrian Grucza</a></li>
26+
<li>Perf: Use mimalloc to improve performance and reduce memory allocation lock contention <a href="https://github.com/postgresql-interfaces/psqlodbc/pull/6">PR#6</a></li>
27+
<li>Add: Build and release using github actions <a href="https://github.com/postgresql-interfaces/psqlodbc/pull/7">PR#7</a></li>
28+
<li>Add: Support building against VC17 on AMD64 <a href="https://github.com/postgresql-interfaces/psqlodbc/pull/9">PR#9</a>
29+
Author: <a href="https://github.com/apgrucza"> Adrian Grucza</a></li>
30+
<li>Fix: Fixed typos in all source code and documentations <a href="https://github.com/postgresql-interfaces/psqlodbc/pull/11">PR#11</a>
31+
Author <a href="https://github.com/Hunaid2000">Hunaid Sohail</a></li>
32+
<li>Fix: during call SQLFreeHandle, if the connection is broken the client is not notified <a href-"https://github.com/postgresql-interfaces/psqlodbc/pull/12">PR #12</a>
33+
Author: <a href="https://github.com/apgrucza"> Adrian Grucza</a></li>
34+
</li>
35+
<li>Fix: Key caches based on software versions <a href-"https://github.com/postgresql-interfaces/psqlodbc/pull/13">PR #13</a><
36+
Author: <a href="https://github.com/apgrucza"> Adrian Grucza</a></li>
37+
<li>Add: Add mimalloc release <a href-"https://github.com/postgresql-interfaces/psqlodbc/pull/14">PR #14</a>
38+
Author: <a href="https://github.com/apgrucza"> Adrian Grucza</a></li>
39+
<li>Fix: Use strdup on non-Windows systems <a href-"https://github.com/postgresql-interfaces/psqlodbc/pull/17">PR #17</a>
40+
Author: <a href="https://github.com/apgrucza"> Adrian Grucza</a></li>
41+
<li>Add: Implementation of SQLSetDescRec & SQLGetDescRec functions <a href="https://github.com/postgresql-interfaces/psqlodbc/pull/23">PR#23</a>
42+
Author <a href="https://github.com/Hunaid2000">Hunaid Sohail</a></li>
43+
<li>Fix: Fix Memory leaks <a href="https://github.com/postgresql-interfaces/psqlodbc/issues/8">Issue #8</a> <a href="https://github.com/postgresql-interfaces/psqlodbc/pull/25">PR#25</a>
44+
Author: <a href="https://github.com/progmachine">Alexandr Kuznetsov</a>
45+
</li>
46+
<li> Fix: SQLGetData function can return an incorrect SQLSTATE <a href="https://github.com/postgresql-interfaces/psqlodbc/issues/33">Issue #33</a> <a href="https://github.com/postgresql-interfaces/psqlodbc/pull/35"> PR #35</a>
47+
Author: <a href=""https://github.com/omeuid">Carlos García</a>
48+
</li>
49+
<li>
50+
Change: Build against PostgreSQL 17 Beta3 <a href="https://github.com/postgresql-interfaces/psqlodbc/pull/37">PR #37</a>
51+
Author: <a href="https://github.com/davecramer">Dave Cramer</a>
52+
</li>
53+
</ol>
1254
<h2><a id="16.00.0000">psqlODBC 16.00.0000 Release</a></h2>
1355
Changes:<br />
1456
<ol type="1">
@@ -27,7 +69,7 @@ <h2><a id="15.00.0000">psqlODBC 15.00.0000 Release</a></h2>
2769
<h2><a id="13.02.0000">psqlODBC 13.02.0000 Release</a></h2>
2870
Changes:<br />
2971
<ol type="1">
30-
<li>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.</li>
72+
<li>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.</li>
3173
Also direct use of mylog() should be avoided because mylog() uses lots of CPU.
3274
<li>Noticed that the password field on the PostgreSQL Connection</li>
3375
dialog is always focused when empty, even when other fields that appear
@@ -90,7 +132,7 @@ <h2><a id="12.02.0000">psqlODBC 12.02.0000 Release</a></h2>
90132
<li>Add a new *Display Optional Error Message* option. </li>
91133
This option allows to
92134
display error messages other than primary one.
93-
Also add documentaition about the option and *Numeric as* option.
135+
Also add documentation about the option and *Numeric as* option.
94136
<li>Handle notice messages in libpq_bind_and_exec().</li>
95137
Sets and resets a notify receiver around PQexecParams() or PQexecPrepared().
96138
<li>Ignore PQtransactionStatus PQTRANS_ACTIVE in LIBPQ_update_transaction_status().

0 commit comments

Comments
 (0)