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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Feb 10, 2015
1 parent bd77c19 commit a0afaec
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
30 changes: 24 additions & 6 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-05</date>
<time>10:43:05</time>
<date>2015-02-10</date>
<time>13:46:05</time>
<version>
<release>1.6.1</release>
<api>1.6.1</api>
<release>1.6.2</release>
<api>1.6.2</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -43,8 +43,7 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [PHP-1382] - MongoCursor::getNext() returns null, despite hasNext() returning true
* [PHP-1388] - Incorrect string comparison in mongo_db_list_collections_legacy()
* [PHP-1390] - MongoCursor::hasNext() may fail with one result or on getMore boundaries
</notes>

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

<release>
<date>2015-02-05</date>
<time>10:43:05</time>
<version>
<release>1.6.1</release>
<api>1.6.1</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-1382] - MongoCursor::getNext() returns null, despite hasNext() returning true
* [PHP-1388] - Incorrect string comparison in mongo_db_list_collections_legacy()
</notes>
</release>

<release>
<date>2015-01-29</date>
<time>12:15:44</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.2dev"
#define PHP_MONGO_VERSION "1.6.2"
#define PHP_MONGO_EXTNAME "mongo"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit a0afaec

Please sign in to comment.