Skip to content

Commit ce7a751

Browse files
committed
Release 2.6.0
Change-Id: If770a33ad23040a7081345dc479699db5fa74374 Reviewed-on: http://review.couchbase.org/100314 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent d3fe9b1 commit ce7a751

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

package.xml

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

21-
<date>2018-08-10</date>
21+
<date>2018-10-05</date>
2222
<version>
23-
<release>2.5.1</release>
23+
<release>2.6.0</release>
2424
<api>2.3.0</api>
2525
</version>
2626
<stability>
@@ -30,8 +30,8 @@
3030
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
3131
</license>
3232
<notes>
33-
* PCBC-557: Better FTS example
34-
* PCBC-533: Implement experimental FTS index management API
33+
* PCBC-562: Allow disabling caching (persistent) connections by setting couchbase.pool.max_idle_time_sec to zero.
34+
* PCBC-560: Positional, named and raw parameters for Analytics
3535
</notes>
3636
<contents>
3737
<dir name="/">
@@ -185,6 +185,23 @@
185185
<providesextension>couchbase</providesextension>
186186
<extsrcrelease/>
187187
<changelog>
188+
<release>
189+
<date>2018-08-10</date>
190+
<version>
191+
<release>2.5.1</release>
192+
<api>2.3.0</api>
193+
</version>
194+
<stability>
195+
<release>stable</release>
196+
<api>stable</api>
197+
</stability>
198+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
199+
</license>
200+
<notes>
201+
* PCBC-557: Better FTS example
202+
* PCBC-533: Implement experimental FTS index management API
203+
</notes>
204+
</release>
188205
<release>
189206
<date>2018-07-05</date>
190207
<version>
@@ -963,3 +980,6 @@
963980
</release>
964981
</changelog>
965982
</package>
983+
<!--
984+
vim: et ts=4 sts=4 sw=4
985+
-->

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.5.1"
20+
#define PHP_COUCHBASE_VERSION "2.6.0"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)