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

Commit b0bd414

Browse files
committed
BUMP 1.6.3
1 parent 853835b commit b0bd414

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

package.xml

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
<active>yes</active>
3131
</lead>
3232

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

4950
<contents>
@@ -211,6 +212,24 @@
211212
</extsrcrelease>
212213
<changelog>
213214

215+
<release>
216+
<date>2015-02-10</date>
217+
<time>13:46:05</time>
218+
<version>
219+
<release>1.6.2</release>
220+
<api>1.6.2</api>
221+
</version>
222+
<stability>
223+
<release>stable</release>
224+
<api>stable</api>
225+
</stability>
226+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
227+
<notes>
228+
** Bug
229+
* [PHP-1390] - MongoCursor::hasNext() may fail with one result or on getMore boundaries
230+
</notes>
231+
</release>
232+
214233
<release>
215234
<date>2015-02-05</date>
216235
<time>10:43:05</time>

php_mongo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#ifndef PHP_MONGO_H
1717
#define PHP_MONGO_H 1
1818

19-
#define PHP_MONGO_VERSION "1.6.3-dev"
19+
#define PHP_MONGO_VERSION "1.6.3"
2020
#define PHP_MONGO_EXTNAME "mongo"
2121

2222
#ifdef HAVE_CONFIG_H

0 commit comments

Comments
 (0)