Skip to content

Commit

Permalink
Updated version and changelog for v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenick committed Aug 11, 2017
1 parent 542a476 commit 7ce6e2b
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 10 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 1.3.2

Features:

* [PHP-155] Support for PHP 7.1

Bug Fixes:

* [PHP-189] Set of map : bad hash calculation
* [PHP-172] php_driver_value_hash hashes IS_TRUE and IS_FALSE to 1 in PHP7
* [PHP-163] Disable hostname resolution if compiling against libuv 0.10
* [PHP-159] Driver version Number (composer)
* [PHP-142] Memory Leak in Cassandra\Timestamp::toDateTime() and Cassandra\UserTypeValue::values()
* [PHP-118] Unable to bind list values using global type constants

Documentation:

* [PHP-196] Update building and testing documentation
* [PHP-191] Updates to README files
* [PHP-117] Broken links in documentor-generated docs
* [PHP-102] Documentation improvements

# 1.3.1

Bug Fixes:
Expand Down
34 changes: 27 additions & 7 deletions ext/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,39 @@ protocol and Cassandra Query Language v3.
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2017-08-04</date>
<time>07:48:59</time>
<date>2017-08-11</date>
<time>14:38:04</time>
<version>
<release>1.3.2-dev</release>
<api>1.3.2-dev</api>
<release>1.3.2</release>
<api>1.3.2</api>
</version>
<stability>
<release>devel</release>
<api>devel</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</license>
<notes>
# Official release under development
# 1.3.2

Features:

* [PHP-155] Support for PHP 7.1

Bug Fixes:

* [PHP-189] Set of map : bad hash calculation
* [PHP-172] php_driver_value_hash hashes IS_TRUE and IS_FALSE to 1 in PHP7
* [PHP-163] Disable hostname resolution if compiling against libuv 0.10
* [PHP-159] Driver version Number (composer)
* [PHP-142] Memory Leak in Cassandra\Timestamp::toDateTime() and Cassandra\UserTypeValue::values()
* [PHP-118] Unable to bind list values using global type constants

Documentation:

* [PHP-196] Update building and testing documentation
* [PHP-191] Updates to README files
* [PHP-117] Broken links in documentor-generated docs
* [PHP-102] Documentation improvements
</notes>
<contents>
<dir name="/">
Expand Down
6 changes: 3 additions & 3 deletions ext/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#define PHP_DRIVER_MAJOR 1
#define PHP_DRIVER_MINOR 3
#define PHP_DRIVER_RELEASE 2
#define PHP_DRIVER_STABILITY "devel"
#define PHP_DRIVER_VERSION "1.3.2-dev"
#define PHP_DRIVER_VERSION_FULL "1.3.2-devel"
#define PHP_DRIVER_STABILITY "stable"
#define PHP_DRIVER_VERSION "1.3.2"
#define PHP_DRIVER_VERSION_FULL "1.3.2"

#endif /* PHP_DRIVER_VERSION_H */

0 comments on commit 7ce6e2b

Please sign in to comment.