Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit cfc659b

Browse files
committed
Release 1.2.2
Change-Id: I8ed825d412e21714283bad61d8207d6924ca81ad Reviewed-on: http://review.couchbase.org/36950 Reviewed-by: Mark Nunberg <mnunberg@haskalah.org> Tested-by: Brett Lawson <brett19@gmail.com>
1 parent 00f44e4 commit cfc659b

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

package.xml

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,30 +38,20 @@
3838
<email>jan@php.net</email>
3939
<active>no</active>
4040
</lead>
41-
<date>2013-10-03</date>
41+
<date>2014-05-11</date>
4242
<version>
43-
<release>1.2.1</release>
44-
<api>1.2.0</api>
43+
<release>1.2.2</release>
44+
<api>1.2.2</api>
4545
</version>
4646
<stability>
4747
<release>stable</release>
4848
<api>stable</api>
4949
</stability>
5050
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2</license>
5151
<notes>
52-
- PCBC-251 Fix missing prefix from incr/decr/delete and unlock
53-
- Fixup observe test failure
54-
- Updated create function to include error message with lcb_create failures.
55-
- PCBC-226 Use HTTP POST if "keys" are specified
56-
- PCBC-246 Add support for LCB_CNTL_SKIP_CONFIGURATION_ERRORS_ON_CONNECT
57-
- PCBC-240: Fixup API descr of return value for touch
58-
- PCBC-241: Fix compile warnings
59-
- Added example of a Client wrapper for complete &amp; partial updates
60-
- Updated support for getReplica
61-
- PCBC-236: Throw exceptions from constructor
62-
- PCBC-229: Fix --with-couchbase help text
63-
- PCBC-231: Remove obsolete version string
64-
- PCBC-228: Preserve extra error information
52+
- PCBC-219: Fixed bad access.
53+
- PCBC-256: Corrected missing connect for management operations.
54+
- Fixed minor documentation issues.
6555
</notes>
6656
<contents>
6757
<dir name="/">
@@ -147,6 +137,22 @@
147137
<providesextension>couchbase</providesextension>
148138
<extsrcrelease/>
149139
<changelog>
140+
<release>
141+
<stability>
142+
<release>stable</release>
143+
<api>stable</api>
144+
</stability>
145+
<version>
146+
<release>1.2.2</release>
147+
<api>1.2.2</api>
148+
</version>
149+
<date>2014-05-11</date>
150+
<notes>
151+
- PCBC-219: Fixed bad access.
152+
- PCBC-256: Corrected missing connect for management operations.
153+
- Fixed minor documentation issues.
154+
</notes>
155+
</release>
150156
<release>
151157
<stability>
152158
<release>stable</release>

0 commit comments

Comments
 (0)