Skip to content

Commit

Permalink
Release 2.4.7
Browse files Browse the repository at this point in the history
Change-Id: Ic74a41d48d91ea961ef93e5ec2cfca45f7481fad
Reviewed-on: http://review.couchbase.org/95123
Tested-by: Build Bot <[email protected]>
Reviewed-by: Sergey Avseyev <[email protected]>
  • Loading branch information
avsej committed Jun 7, 2018
1 parent 8c6419a commit 3e729a5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
30 changes: 24 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<active>yes</active>
</lead>

<date>2018-04-13</date>
<date>2018-06-07</date>
<version>
<release>2.4.6</release>
<release>2.4.7</release>
<api>2.3.0</api>
</version>
<stability>
Expand All @@ -30,10 +30,9 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
</license>
<notes>
* PCBC-523: Add tracing support for queries and the rest of KV commands.
* PCBC-536: Make it clear that timeout properties use microseconds.
* PCBC-531: Field encryption (See https://packagist.org/packages/couchbase/couchbase-encryption).
* PCBC-537: Implement Bucket#getName() returning bucket name.
* PCBC-534: Add profile N1QL query parameter.
* PCBC-538: do not dereference NULL values after encoding.
* PCBC-549, PCBC-541: Update crypto interfaces.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -183,6 +182,25 @@
<providesextension>couchbase</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2018-04-13</date>
<version>
<release>2.4.6</release>
<api>2.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
</license>
<notes>
* PCBC-523: Add tracing support for queries and the rest of KV commands.
* PCBC-536: Make it clear that timeout properties use microseconds.
* PCBC-531: Field encryption (See https://packagist.org/packages/couchbase/couchbase-encryption).
* PCBC-537: Implement Bucket#getName() returning bucket name.
</notes>
</release>
<release>
<date>2018-03-09</date>
<version>
Expand Down
2 changes: 1 addition & 1 deletion php_couchbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef PHP_COUCHBASE_H_
#define PHP_COUCHBASE_H_

#define PHP_COUCHBASE_VERSION "2.4.6"
#define PHP_COUCHBASE_VERSION "2.4.7"
#define PHP_COUCHBASE_EXTNAME "couchbase"

extern zend_module_entry couchbase_module_entry;
Expand Down

0 comments on commit 3e729a5

Please sign in to comment.