Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
BUMP 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Feb 18, 2015
1 parent 853835b commit b0bd414
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
29 changes: 24 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<active>yes</active>
</lead>

<date>2015-02-10</date>
<time>13:46:05</time>
<date>2015-02-18</date>
<time>09:13:05</time>
<version>
<release>1.6.2</release>
<api>1.6.2</api>
<release>1.6.3</release>
<api>1.6.3</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -43,7 +43,8 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [PHP-1390] - MongoCursor::hasNext() may fail with one result or on getMore boundaries
* [PHP-1394] - hasNext() stops one item too late when limit is present
* [PHP-1395] - Can't iterate twice over a cursor
</notes>

<contents>
Expand Down Expand Up @@ -211,6 +212,24 @@
</extsrcrelease>
<changelog>

<release>
<date>2015-02-10</date>
<time>13:46:05</time>
<version>
<release>1.6.2</release>
<api>1.6.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [PHP-1390] - MongoCursor::hasNext() may fail with one result or on getMore boundaries
</notes>
</release>

<release>
<date>2015-02-05</date>
<time>10:43:05</time>
Expand Down
2 changes: 1 addition & 1 deletion php_mongo.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#ifndef PHP_MONGO_H
#define PHP_MONGO_H 1

#define PHP_MONGO_VERSION "1.6.3-dev"
#define PHP_MONGO_VERSION "1.6.3"
#define PHP_MONGO_EXTNAME "mongo"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit b0bd414

Please sign in to comment.