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

Commit d27a9e9

Browse files
committed
BUMP 1.6.4
1 parent 2edee9e commit d27a9e9

File tree

2 files changed

+30
-7
lines changed

2 files changed

+30
-7
lines changed

package.xml

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

33-
<date>2015-02-18</date>
34-
<time>09:13:05</time>
33+
<date>2015-03-03</date>
34+
<time>08:22:05</time>
3535
<version>
36-
<release>1.6.3</release>
37-
<api>1.6.3</api>
36+
<release>1.6.4</release>
37+
<api>1.6.4</api>
3838
</version>
3939
<stability>
4040
<release>stable</release>
@@ -43,8 +43,12 @@
4343
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
4444
<notes>
4545
** Bug
46-
* [PHP-1394] - hasNext() stops one item too late when limit is present
47-
* [PHP-1395] - Can't iterate twice over a cursor
46+
* [PHP-1400] - Default writeConcern not write safe on standalone node
47+
* [PHP-1401] - Segfault in findAndModify test running against 3.0.0-rc11
48+
* [PHP-1402] - MongoCollection::hasNext() returns false for limit=1 result
49+
50+
** Task
51+
* [PHP-1405] - Create regression tests for batchSize(1) and batchSize(-1) behavior
4852
</notes>
4953

5054
<contents>
@@ -212,6 +216,25 @@
212216
</extsrcrelease>
213217
<changelog>
214218

219+
<release>
220+
<date>2015-02-18</date>
221+
<time>09:13:05</time>
222+
<version>
223+
<release>1.6.3</release>
224+
<api>1.6.3</api>
225+
</version>
226+
<stability>
227+
<release>stable</release>
228+
<api>stable</api>
229+
</stability>
230+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
231+
<notes>
232+
** Bug
233+
* [PHP-1394] - hasNext() stops one item too late when limit is present
234+
* [PHP-1395] - Can't iterate twice over a cursor
235+
</notes>
236+
</release>
237+
215238
<release>
216239
<date>2015-02-10</date>
217240
<time>13:46: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.4-dev"
19+
#define PHP_MONGO_VERSION "1.6.4"
2020
#define PHP_MONGO_EXTNAME "mongo"
2121

2222
#ifdef HAVE_CONFIG_H

0 commit comments

Comments
 (0)