Skip to content

Commit 0e1f023

Browse files
committed
Bump to 2.1.7 to correct packaging mistake
1 parent c4c9f0b commit 0e1f023

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

package.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
<email>tessus@php.net</email>
4545
<active>yes</active>
4646
</helper>
47-
<date>2022-08-24</date>
47+
<date>2022-08-30</date>
4848
<time>05:15:47</time>
4949
<version>
50-
<release>2.1.6</release>
50+
<release>2.1.7</release>
5151
<api>2.0.1</api>
5252
</version>
5353
<stability>
@@ -56,12 +56,7 @@
5656
</stability>
5757
<license>Apache License 2.0</license>
5858
<notes>
59-
* 2022-08-24: 2.1.6
60-
- Allows fetching the current naming mode with db2_get_option on IBM i.
61-
- Uses the password (obfuscated in memory) as part of the persistent resource hash key. This means the password must be the same to reuse a persistent connection.
62-
- Fixes build issues with 64-bit Windows.
63-
- Fixes crashes with level 4 i5_check_pconnect.
64-
- Cleans up CI for modern IBM i and PHP 8.1.
59+
Corrects a packaging mistake in 2.1.6.
6560
</notes>
6661
<contents>
6762
<dir name="/">

php_ibm_db2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$Id$
2424
*/
2525

26-
#define PHP_IBM_DB2_VERSION "2.1.6"
26+
#define PHP_IBM_DB2_VERSION "2.1.7"
2727

2828
#ifndef PHP_IBM_DB2_H
2929
#define PHP_IBM_DB2_H

0 commit comments

Comments
 (0)