<!--
RSS generated by JIRA (5.2.4#845-sha1:c9f4cc41abe72fb236945343a1f485c2c844dac9) at Wed May 22 23:42:58 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.couchbase.com/issues/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+RCBC+AND+fixVersion+%3D+%221.2.0.dp6%22&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://www.couchbase.com/issues/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Couchbase</title>
        <link>http://www.couchbase.com/issues/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+RCBC+AND+fixVersion+%3D+%221.2.0.dp6%22</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="7" total="7"/>
                <build-info>
            <version>5.2.4</version>
            <build-number>845</build-number>
            <build-date>26-12-2012</build-date>
        </build-info>
<item>
            <title>[RCBC-64] Duplication connection instance segfaulting</title>
                <link>http://www.couchbase.com/issues/browse/RCBC-64</link>
                <project id="10048" key="RCBC">Couchbase Ruby client library</project>
                        <description>It is easy to reproduce&lt;br/&gt;
&lt;br/&gt;
conn1 = Couchbase.connect&lt;br/&gt;
conn2 = conn1.dup</description>
                <environment></environment>
            <key id="18643">RCBC-64</key>
            <summary>Duplication connection instance segfaulting</summary>
                <type id="1" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="2" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/critical.png">Critical</priority>
                    <status id="6" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/closed.png">Closed</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10011">Public</security>
                        <assignee username="avsej">Sergey Avseyev</assignee>
                                <reporter username="avsej">Sergey Avseyev</reporter>
                        <labels>
                    </labels>
                <created>Wed, 25 Jul 2012 15:37:36 -0500</created>
                <updated>Tue, 13 Nov 2012 04:24:15 -0600</updated>
                    <resolved>Thu, 26 Jul 2012 06:39:39 -0500</resolved>
                            <version>1.1.2</version>
                <version>1.2.0.dp5</version>
                                <fixVersion>1.1.3</fixVersion>
                <fixVersion>1.2.0.dp6</fixVersion>
                                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="34049" author="avsej" created="Thu, 26 Jul 2012 06:39:33 -0500"  >Fixed in &lt;a href=&quot;http://review.couchbase.org/18872&quot;&gt;http://review.couchbase.org/18872&lt;/a&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9606</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>

<item>
            <title>[RCBC-59] Bucket#cas doesn&apos;t set original flags</title>
                <link>http://www.couchbase.com/issues/browse/RCBC-59</link>
                <project id="10048" key="RCBC">Couchbase Ruby client library</project>
                        <description>The Bucket#cas operation resets flags&lt;br/&gt;
&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;gt; Couchbase.bucket.set(&amp;quot;foo&amp;quot;, &amp;quot;bar&amp;quot;, :flags =&amp;gt; 0x100)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;17982951084586893312&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;gt; Couchbase.bucket.cas(&amp;quot;foo&amp;quot;) { &amp;quot;baz&amp;quot; }&lt;br/&gt;
&amp;nbsp;&amp;nbsp;1712422461213442048&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;gt; Couchbase.bucket.get(&amp;quot;foo&amp;quot;, :extended =&amp;gt; true)&lt;br/&gt;
&amp;nbsp;&amp;nbsp;[&amp;quot;baz&amp;quot;, 0, 1712422461213442048]&lt;br/&gt;
&lt;br/&gt;
So it could be dangerous if someone using custom flags or non-default value encoding (not :document)</description>
                <environment></environment>
            <key id="18499">RCBC-59</key>
            <summary>Bucket#cas doesn&apos;t set original flags</summary>
                <type id="1" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="2" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/critical.png">Critical</priority>
                    <status id="6" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/closed.png">Closed</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10011">Public</security>
                        <assignee username="avsej">Sergey Avseyev</assignee>
                                <reporter username="avsej">Sergey Avseyev</reporter>
                        <labels>
                    </labels>
                <created>Wed, 18 Jul 2012 07:29:13 -0500</created>
                <updated>Tue, 13 Nov 2012 04:24:15 -0600</updated>
                    <resolved>Wed, 18 Jul 2012 07:56:04 -0500</resolved>
                            <version>1.1.2</version>
                <version>1.2.0.dp5</version>
                                <fixVersion>1.1.3</fixVersion>
                <fixVersion>1.2.0.dp6</fixVersion>
                                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="33329" author="avsej" created="Wed, 18 Jul 2012 07:56:04 -0500"  >&lt;a href=&quot;http://review.couchbase.org/18537&quot;&gt;http://review.couchbase.org/18537&lt;/a&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9609</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>

<item>
            <title>[RCBC-57] Implement general purpose timers</title>
                <link>http://www.couchbase.com/issues/browse/RCBC-57</link>
                <project id="10048" key="RCBC">Couchbase Ruby client library</project>
                        <description>The timers absolutely useful thing, for implementing TMPOOM back-offs for example</description>
                <environment></environment>
            <key id="18382">RCBC-57</key>
            <summary>Implement general purpose timers</summary>
                <type id="1" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="6" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/closed.png">Closed</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10011">Public</security>
                        <assignee username="avsej">Sergey Avseyev</assignee>
                                <reporter username="avsej">Sergey Avseyev</reporter>
                        <labels>
                    </labels>
                <created>Thu, 12 Jul 2012 08:31:13 -0500</created>
                <updated>Tue, 13 Nov 2012 04:24:14 -0600</updated>
                    <resolved>Wed, 18 Jul 2012 11:13:34 -0500</resolved>
                                            <fixVersion>1.2.0.dp6</fixVersion>
                                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="33335" author="avsej" created="Wed, 18 Jul 2012 11:13:34 -0500"  >&lt;a href=&quot;http://review.couchbase.org/18543&quot;&gt;http://review.couchbase.org/18543&lt;/a&gt;</comment>
                </comments>
                <issuelinks>
                        <issuelinktype id="10000">
                <name>Dependency</name>
                                <outwardlinks description="depends on">
                            <issuelink>
            <issuekey id="18383">CCBC-85</issuekey>
        </issuelink>
                    </outwardlinks>
                                            </issuelinktype>
                    </issuelinks>
                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9611</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>

<item>
            <title>[RCBC-50] Replica read command </title>
                <link>http://www.couchbase.com/issues/browse/RCBC-50</link>
                <project id="10048" key="RCBC">Couchbase Ruby client library</project>
                        <description>Implement a simple replica read command&lt;br/&gt;
</description>
                <environment></environment>
            <key id="18360">RCBC-50</key>
            <summary>Replica read command </summary>
                <type id="4" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="6" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/closed.png">Closed</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10011">Public</security>
                        <assignee username="avsej">Sergey Avseyev</assignee>
                                <reporter username="ingenthr">Matt Ingenthron</reporter>
                        <labels>
                    </labels>
                <created>Thu, 12 Jul 2012 00:45:26 -0500</created>
                <updated>Tue, 13 Nov 2012 04:24:14 -0600</updated>
                    <resolved>Thu, 19 Jul 2012 07:08:03 -0500</resolved>
                                            <fixVersion>1.2.0.dp6</fixVersion>
                                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="33525" author="avsej" created="Thu, 19 Jul 2012 07:08:03 -0500"  >&lt;a href=&quot;http://review.couchbase.org/18590&quot;&gt;http://review.couchbase.org/18590&lt;/a&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9615</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>

<item>
            <title>[RCBC-49] Highlevel synchronous mutation operations atop observe </title>
                <link>http://www.couchbase.com/issues/browse/RCBC-49</link>
                <project id="10048" key="RCBC">Couchbase Ruby client library</project>
                        <description></description>
                <environment></environment>
            <key id="18359">RCBC-49</key>
            <summary>Highlevel synchronous mutation operations atop observe </summary>
                <type id="4" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="6" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/closed.png">Closed</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10011">Public</security>
                        <assignee username="avsej">Sergey Avseyev</assignee>
                                <reporter username="ingenthr">Matt Ingenthron</reporter>
                        <labels>
                    </labels>
                <created>Thu, 12 Jul 2012 00:44:56 -0500</created>
                <updated>Tue, 13 Nov 2012 04:24:15 -0600</updated>
                    <resolved>Fri, 27 Jul 2012 15:01:59 -0500</resolved>
                                            <fixVersion>1.2.0.dp6</fixVersion>
                                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="33774" author="avsej" created="Mon, 23 Jul 2012 13:50:43 -0500"  >&lt;a href=&quot;http://review.couchbase.org/18689&quot;&gt;http://review.couchbase.org/18689&lt;/a&gt; Bucket#observe_and_wait</comment>
                    <comment id="34157" author="avsej" created="Fri, 27 Jul 2012 15:01:59 -0500"  >Fixed at &lt;a href=&quot;http://review.couchbase.com/18957&quot;&gt;http://review.couchbase.com/18957&lt;/a&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9616</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>

<item>
            <title>[RCBC-47] http auth is not asserted correctly with bucketname only, should default to bucketname even if no username is supplied</title>
                <link>http://www.couchbase.com/issues/browse/RCBC-47</link>
                <project id="10048" key="RCBC">Couchbase Ruby client library</project>
                        <description>User tried to use just :bucket_name and :bucket_password, in which case HTTP basic auth should be asserted, but that didn&amp;#39;t happen.&lt;br/&gt;
&lt;br/&gt;
See &lt;a href=&quot;http://stackoverflow.com/questions/11319166/adding-a-new-couchbase-bucket-caused-bucketnotfound-error&quot;&gt;http://stackoverflow.com/questions/11319166/adding-a-new-couchbase-bucket-caused-bucketnotfound-error&lt;/a&gt;</description>
                <environment></environment>
            <key id="18254">RCBC-47</key>
            <summary>http auth is not asserted correctly with bucketname only, should default to bucketname even if no username is supplied</summary>
                <type id="1" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="6" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/closed.png">Closed</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10011">Public</security>
                        <assignee username="avsej">Sergey Avseyev</assignee>
                                <reporter username="ingenthr">Matt Ingenthron</reporter>
                        <labels>
                    </labels>
                <created>Sat, 7 Jul 2012 21:17:12 -0500</created>
                <updated>Tue, 13 Nov 2012 04:24:15 -0600</updated>
                    <resolved>Fri, 27 Jul 2012 07:29:52 -0500</resolved>
                            <version>1.1.1</version>
                                <fixVersion>1.2.0.dp6</fixVersion>
                                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="32358" author="avsej" created="Mon, 9 Jul 2012 01:44:09 -0500"  >Ok, I can accept the bug and show deprecation warnings if someone will use :bucket_password and :bucket_name</comment>
                    <comment id="34135" author="avsej" created="Fri, 27 Jul 2012 07:29:52 -0500"  >&lt;a href=&quot;http://review.couchbase.org/18934&quot;&gt;http://review.couchbase.org/18934&lt;/a&gt; &lt;br/&gt;
&lt;br/&gt;
Now the client will use bucket name as username, but silently eat all other options. There is another ticket about claiming allowed options &lt;a href=&quot;http://www.couchbase.com/issues/browse/RCBC-65&quot; title=&quot;Accept only allowed options for the methods&quot;&gt;RCBC-65&lt;/a&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9618</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>

<item>
            <title>[RCBC-6] implement OBSERVE command</title>
                <link>http://www.couchbase.com/issues/browse/RCBC-6</link>
                <project id="10048" key="RCBC">Couchbase Ruby client library</project>
                        <description>After the server has gotten the new OBSERVE command, it will need to be added to the Ruby client library.</description>
                <environment></environment>
            <key id="15145">RCBC-6</key>
            <summary>implement OBSERVE command</summary>
                <type id="2" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/newfeature.png">New Feature</type>
                                <priority id="2" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/critical.png">Critical</priority>
                    <status id="6" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/closed.png">Closed</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10011">Public</security>
                        <assignee username="avsej">Sergey Avseyev</assignee>
                                <reporter username="ingenthr">Matt Ingenthron</reporter>
                        <labels>
                    </labels>
                <created>Fri, 9 Sep 2011 18:00:04 -0500</created>
                <updated>Tue, 13 Nov 2012 04:24:14 -0600</updated>
                    <resolved>Thu, 19 Jul 2012 10:12:08 -0500</resolved>
                                            <fixVersion>1.2.0.dp6</fixVersion>
                                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="33529" author="avsej" created="Thu, 19 Jul 2012 10:12:08 -0500"  >&lt;a href=&quot;http://review.couchbase.org/18591&quot;&gt;http://review.couchbase.org/18591&lt;/a&gt;</comment>
                </comments>
                <issuelinks>
                        <issuelinktype id="10000">
                <name>Dependency</name>
                                <outwardlinks description="depends on">
                            <issuelink>
            <issuekey id="15144">CCBC-15</issuekey>
        </issuelink>
                    </outwardlinks>
                                            </issuelinktype>
                        <issuelinktype id="10001">
                <name>Duplicate</name>
                                                <inwardlinks description="is duplicated by">
                            <issuelink>
            <issuekey id="18358">RCBC-48</issuekey>
        </issuelink>
                    </inwardlinks>
                            </issuelinktype>
                    </issuelinks>
                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>9653</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>
</channel>
</rss>