File tree Expand file tree Collapse file tree 3 files changed +52
-10
lines changed Expand file tree Collapse file tree 3 files changed +52
-10
lines changed Original file line number Diff line number Diff line change
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
+
1
23
# 1.3.1
2
24
3
25
Bug Fixes:
Original file line number Diff line number Diff line change @@ -14,19 +14,39 @@ protocol and Cassandra Query Language v3.
14
14
15
15
<active >yes</active >
16
16
</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 >
19
19
<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 >
22
22
</version >
23
23
<stability >
24
- <release >devel </release >
25
- <api >devel </api >
24
+ <release >stable </release >
25
+ <api >stable </api >
26
26
</stability >
27
27
<license uri =" http://www.apache.org/licenses/LICENSE-2.0" >Apache License 2.0</license >
28
28
<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
30
50
</notes >
31
51
<contents >
32
52
<dir name =" /" >
Original file line number Diff line number Diff line change 6
6
#define PHP_DRIVER_MAJOR 1
7
7
#define PHP_DRIVER_MINOR 3
8
8
#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"
12
12
13
13
#endif /* PHP_DRIVER_VERSION_H */
You can’t perform that action at this time.
0 commit comments