Skip to content

Commit 01b6d18

Browse files
committed
Prepare to release 2.1.3
1 parent 3397bd4 commit 01b6d18

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

package.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Cloudscape, and Apache Derby databases.</description>
3030
<email>[email protected]</email>
3131
<active>yes</active>
3232
</helper>
33-
<date>2020-12-22</date>
33+
<date>2021-03-10</date>
3434
<time>05:15:47</time>
3535
<version>
36-
<release>2.1.2</release>
36+
<release>2.1.3</release>
3737
<api>2.0.1</api>
3838
</version>
3939
<stability>
@@ -42,11 +42,14 @@ Cloudscape, and Apache Derby databases.</description>
4242
</stability>
4343
<license>Apache License 2.0</license>
4444
<notes>
45-
* 2020-12-22: 2.1.2
46-
- Fix memory leaks
47-
- Remove PHP 5 compatibility stubs and ifdefs
48-
- Fix compile warnings
49-
- Use PHP 8 arginfo generator, with generated fallbacks for PHP 7
45+
* 2021-03-10: 2.1.3
46+
- Report failures in SQLGetDiagRec. This should warn on many silent errors.
47+
- Workaround issue with using SQLGetSubString with a large buffer on a DBCLOB
48+
with locator by trimming from first instead of last null byte.
49+
- Workaround bug in SQL/CLI caused by unknown PTF, which causes a buffer
50+
overflow with SQLGetData on char-like values. The PTF causing the regression
51+
is unidentified, but workaround PTFs seem to exist, including SI75759. The
52+
workaround will likely be kept until most no longer have the defective PTF.
5053
</notes>
5154
<contents>
5255
<dir name="/">

0 commit comments

Comments
 (0)