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.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Apr 28, 2015
1 parent 072e324 commit 5d9a35f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 7 deletions.
37 changes: 31 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-03-24</date>
<time>10:46:05</time>
<date>2015-04-28</date>
<time>17:05:00</time>
<version>
<release>1.6.6</release>
<api>1.6.6</api>
<release>1.6.7</release>
<api>1.6.7</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -43,8 +43,14 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [PHP-1413] - Driver segfaults with SSL connection and no context options
* [PHP-1414] - SSL peer verification should reference stream->context options
* [PHP-1425] - explain() does not raise appropriate exception for $err conditions
* [PHP-1431] - Fix database name validation to include '$external', to allow execution of user admin commands
* [PHP-1435] - MongoCollection::getIndexInfo on non-existing collection makes segmentation fault

** Improvement
* [PHP-1427] - MongoCollection::distinct() should ensure query is serialized as BSON object
* [PHP-1433] - MongoCollection::distinct() should allow array or object for query
* [PHP-1434] - MongoCollection::findAndModify() should allow array or object for query, update, and fields
</notes>

<contents>
Expand Down Expand Up @@ -214,6 +220,25 @@
</extsrcrelease>
<changelog>

<release>
<date>2015-03-24</date>
<time>10:46:05</time>
<version>
<release>1.6.6</release>
<api>1.6.6</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-1413] - Driver segfaults with SSL connection and no context options
* [PHP-1414] - SSL peer verification should reference stream->context options
</notes>
</release>

<release>
<date>2015-03-13</date>
<time>12:14: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.7-dev"
#define PHP_MONGO_VERSION "1.6.7"
#define PHP_MONGO_EXTNAME "mongo"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit 5d9a35f

Please sign in to comment.