Skip to content

Commit 7ce6e2b

Browse files
committed
Updated version and changelog for v1.3.2
1 parent 542a476 commit 7ce6e2b

File tree

3 files changed

+52
-10
lines changed

3 files changed

+52
-10
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 1.3.2
2+
3+
Features:
4+
5+
* [PHP-155] Support for PHP 7.1
6+
7+
Bug Fixes:
8+
9+
* [PHP-189] Set of map : bad hash calculation
10+
* [PHP-172] php_driver_value_hash hashes IS_TRUE and IS_FALSE to 1 in PHP7
11+
* [PHP-163] Disable hostname resolution if compiling against libuv 0.10
12+
* [PHP-159] Driver version Number (composer)
13+
* [PHP-142] Memory Leak in Cassandra\Timestamp::toDateTime() and Cassandra\UserTypeValue::values()
14+
* [PHP-118] Unable to bind list values using global type constants
15+
16+
Documentation:
17+
18+
* [PHP-196] Update building and testing documentation
19+
* [PHP-191] Updates to README files
20+
* [PHP-117] Broken links in documentor-generated docs
21+
* [PHP-102] Documentation improvements
22+
123
# 1.3.1
224

325
Bug Fixes:

ext/package.xml

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,39 @@ protocol and Cassandra Query Language v3.
1414
<email>[email protected]</email>
1515
<active>yes</active>
1616
</lead>
17-
<date>2017-08-04</date>
18-
<time>07:48:59</time>
17+
<date>2017-08-11</date>
18+
<time>14:38:04</time>
1919
<version>
20-
<release>1.3.2-dev</release>
21-
<api>1.3.2-dev</api>
20+
<release>1.3.2</release>
21+
<api>1.3.2</api>
2222
</version>
2323
<stability>
24-
<release>devel</release>
25-
<api>devel</api>
24+
<release>stable</release>
25+
<api>stable</api>
2626
</stability>
2727
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</license>
2828
<notes>
29-
# Official release under development
29+
# 1.3.2
30+
31+
Features:
32+
33+
* [PHP-155] Support for PHP 7.1
34+
35+
Bug Fixes:
36+
37+
* [PHP-189] Set of map : bad hash calculation
38+
* [PHP-172] php_driver_value_hash hashes IS_TRUE and IS_FALSE to 1 in PHP7
39+
* [PHP-163] Disable hostname resolution if compiling against libuv 0.10
40+
* [PHP-159] Driver version Number (composer)
41+
* [PHP-142] Memory Leak in Cassandra\Timestamp::toDateTime() and Cassandra\UserTypeValue::values()
42+
* [PHP-118] Unable to bind list values using global type constants
43+
44+
Documentation:
45+
46+
* [PHP-196] Update building and testing documentation
47+
* [PHP-191] Updates to README files
48+
* [PHP-117] Broken links in documentor-generated docs
49+
* [PHP-102] Documentation improvements
3050
</notes>
3151
<contents>
3252
<dir name="/">

ext/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#define PHP_DRIVER_MAJOR 1
77
#define PHP_DRIVER_MINOR 3
88
#define PHP_DRIVER_RELEASE 2
9-
#define PHP_DRIVER_STABILITY "devel"
10-
#define PHP_DRIVER_VERSION "1.3.2-dev"
11-
#define PHP_DRIVER_VERSION_FULL "1.3.2-devel"
9+
#define PHP_DRIVER_STABILITY "stable"
10+
#define PHP_DRIVER_VERSION "1.3.2"
11+
#define PHP_DRIVER_VERSION_FULL "1.3.2"
1212

1313
#endif /* PHP_DRIVER_VERSION_H */

0 commit comments

Comments
 (0)