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

Commit 5d9a35f

Browse files
committed
BUMP 1.6.7
1 parent 072e324 commit 5d9a35f

File tree

2 files changed

+32
-7
lines changed

2 files changed

+32
-7
lines changed

package.xml

Lines changed: 31 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-03-24</date>
34-
<time>10:46:05</time>
33+
<date>2015-04-28</date>
34+
<time>17:05:00</time>
3535
<version>
36-
<release>1.6.6</release>
37-
<api>1.6.6</api>
36+
<release>1.6.7</release>
37+
<api>1.6.7</api>
3838
</version>
3939
<stability>
4040
<release>stable</release>
@@ -43,8 +43,14 @@
4343
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
4444
<notes>
4545
** Bug
46-
* [PHP-1413] - Driver segfaults with SSL connection and no context options
47-
* [PHP-1414] - SSL peer verification should reference stream->context options
46+
* [PHP-1425] - explain() does not raise appropriate exception for $err conditions
47+
* [PHP-1431] - Fix database name validation to include '$external', to allow execution of user admin commands
48+
* [PHP-1435] - MongoCollection::getIndexInfo on non-existing collection makes segmentation fault
49+
50+
** Improvement
51+
* [PHP-1427] - MongoCollection::distinct() should ensure query is serialized as BSON object
52+
* [PHP-1433] - MongoCollection::distinct() should allow array or object for query
53+
* [PHP-1434] - MongoCollection::findAndModify() should allow array or object for query, update, and fields
4854
</notes>
4955

5056
<contents>
@@ -214,6 +220,25 @@
214220
</extsrcrelease>
215221
<changelog>
216222

223+
<release>
224+
<date>2015-03-24</date>
225+
<time>10:46:05</time>
226+
<version>
227+
<release>1.6.6</release>
228+
<api>1.6.6</api>
229+
</version>
230+
<stability>
231+
<release>stable</release>
232+
<api>stable</api>
233+
</stability>
234+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
235+
<notes>
236+
** Bug
237+
* [PHP-1413] - Driver segfaults with SSL connection and no context options
238+
* [PHP-1414] - SSL peer verification should reference stream->context options
239+
</notes>
240+
</release>
241+
217242
<release>
218243
<date>2015-03-13</date>
219244
<time>12:14: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.7-dev"
19+
#define PHP_MONGO_VERSION "1.6.7"
2020
#define PHP_MONGO_EXTNAME "mongo"
2121

2222
#ifdef HAVE_CONFIG_H

0 commit comments

Comments
 (0)