Skip to content

Commit

Permalink
Release 2.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
brett19 committed Jan 6, 2015
1 parent 35064c9 commit b9d1072
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 12 deletions.
39 changes: 28 additions & 11 deletions package2.xml
Expand Up @@ -18,10 +18,10 @@
<email>brett@couchbase.com</email>
<active>yes</active>
</lead>
<date>2014-12-02</date>
<date>2015-01-05</date>
<version>
<release>2.0.2</release>
<api>2.0.2</api>
<release>2.0.3</release>
<api>2.0.3</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -31,13 +31,11 @@
</license>
<notes>
This is a patch update to the PHP 2.0 SDK.

Changes:
* PCBC-310: Corrected segfault occuring in some cases when
running under Apache and IIS.
* Updated PHP script executer to provide accurate error
information in Exception stack traces.
* Refactored code base for better maintainability.
* PCBC-318: Fix append/prepend operations failing on new libcouchbase.
* PCBC-319: Correct segfault when using persist_to/replicate_to.
* Corrected typo in N1QL query interface.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -186,7 +184,7 @@
</stability>
<notes>
This is a patch update to the PHP 2.0 SDK.

Changes:
* PCBC-303: Allow JSON decoding as associative array.
* Added missing append/prepend forwarders.
Expand All @@ -206,7 +204,7 @@
</stability>
<notes>
This is a patch update to the PHP 2.0 SDK.

Changes:
* PCBC-310: Corrected segfault occuring in some cases when
running under Apache and IIS.
Expand All @@ -215,5 +213,24 @@
* Refactored code base for better maintainability.
</notes>
</release>
<release>
<date>2015-01-05</date>
<version>
<release>2.0.3</release>
<api>2.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<notes>
This is a patch update to the PHP 2.0 SDK.

Changes:
* PCBC-318: Fix append/prepend operations failing on new libcouchbase.
* PCBC-319: Correct segfault when using persist_to/replicate_to.
* Corrected typo in N1QL query interface.
</notes>
</release>
</changelog>
</package>
2 changes: 1 addition & 1 deletion php_couchbase.h
@@ -1,7 +1,7 @@
#ifndef PHP_COUCHBASE_H_
#define PHP_COUCHBASE_H_

#define PHP_COUCHBASE_VERSION "2.0.2"
#define PHP_COUCHBASE_VERSION "2.0.3"
#define PHP_COUCHBASE_EXTNAME "couchbase"

extern zend_module_entry couchbase_module_entry;
Expand Down

0 comments on commit b9d1072

Please sign in to comment.