Skip to content

Commit cdbc121

Browse files
committed
Update meta for 2.6.2
Change-Id: Ide58f21b7b37bab6f23cb58c44660339ab13e5af Reviewed-on: http://review.couchbase.org/121645 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent c88f948 commit cdbc121

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

package.xml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<active>yes</active>
1919
</lead>
2020

21-
<date>2019-06-03</date>
21+
<date>2020-02-04</date>
2222
<version>
23-
<release>2.6.1</release>
23+
<release>2.6.2</release>
2424
<api>2.3.0</api>
2525
</version>
2626
<stability>
@@ -30,8 +30,9 @@
3030
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
3131
</license>
3232
<notes>
33-
* documentation updates
34-
* improved test integration with CouchbaseMock
33+
* fixed possible segfault in N1QL request
34+
* fixed windows build for PHP 7.4
35+
* PCBC-646: Fixed issue with blank string decoding.
3536
</notes>
3637
<contents>
3738
<dir name="/">
@@ -185,6 +186,23 @@
185186
<providesextension>couchbase</providesextension>
186187
<extsrcrelease/>
187188
<changelog>
189+
<release>
190+
<date>2019-06-03</date>
191+
<version>
192+
<release>2.6.1</release>
193+
<api>2.3.0</api>
194+
</version>
195+
<stability>
196+
<release>stable</release>
197+
<api>stable</api>
198+
</stability>
199+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
200+
</license>
201+
<notes>
202+
* documentation updates
203+
* improved test integration with CouchbaseMock
204+
</notes>
205+
</release>
188206
<release>
189207
<date>2018-10-05</date>
190208
<version>

php_couchbase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef PHP_COUCHBASE_H_
1818
#define PHP_COUCHBASE_H_
1919

20-
#define PHP_COUCHBASE_VERSION "2.6.1"
20+
#define PHP_COUCHBASE_VERSION "2.6.2"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)