Skip to content

Commit eeeaaa8

Browse files
committed
Release 2.4.4
Change-Id: Id006b113cc60e9a171838dae1bc4df7ba50949d2 Reviewed-on: http://review.couchbase.org/89260 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent e91d28e commit eeeaaa8

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

package.xml

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
<active>yes</active>
2525
</lead>
2626

27-
<date>2018-01-04</date>
27+
<date>2018-02-12</date>
2828
<version>
29-
<release>2.4.3</release>
29+
<release>2.4.4</release>
3030
<api>2.3.0</api>
3131
</version>
3232
<stability>
@@ -36,15 +36,8 @@
3636
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
3737
</license>
3838
<notes>
39-
* PCBC-518: Detect and cleanup connections left in bad state
40-
* PCBC-525: Fix memory leak for schemaless connspec
41-
* PCBC-497: Add health check functions
42-
* PCBC-524: Fix memory leak when using authenticateAs()
43-
* PCBC-520: Add example for authentication with x.509 certificate
44-
* PCBC-522: Check username/password for NULL in Classic Authenticator
45-
* PCBC-516: Append information about runtime to HELLO string
39+
* PCBC-508: Add support for FTS advanced sorting
4640
</notes>
47-
4841
<contents>
4942
<dir name="/">
5043
<file role="doc" name="LICENSE" />
@@ -192,6 +185,28 @@
192185
<providesextension>couchbase</providesextension>
193186
<extsrcrelease/>
194187
<changelog>
188+
<release>
189+
<date>2018-01-04</date>
190+
<version>
191+
<release>2.4.3</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-518: Detect and cleanup connections left in bad state
202+
* PCBC-525: Fix memory leak for schemaless connspec
203+
* PCBC-497: Add health check functions
204+
* PCBC-524: Fix memory leak when using authenticateAs()
205+
* PCBC-520: Add example for authentication with x.509 certificate
206+
* PCBC-522: Check username/password for NULL in Classic Authenticator
207+
* PCBC-516: Append information about runtime to HELLO string
208+
</notes>
209+
</release>
195210
<release>
196211
<date>2017-11-13</date>
197212
<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.4.3"
20+
#define PHP_COUCHBASE_VERSION "2.4.4"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)