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.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed May 11, 2015
1 parent 263395c commit a7713fd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 11 deletions.
42 changes: 32 additions & 10 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-04-28</date>
<time>17:05:00</time>
<date>2015-05-11</date>
<time>20:56:00</time>
<version>
<release>1.6.7</release>
<api>1.6.7</api>
<release>1.6.8</release>
<api>1.6.8</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -43,14 +43,11 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [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
* [PHP-1442] - php_mongo_stream_notify_io() segfault with stream context options
* [PHP-1445] - MongoClient does not accept boolean false as "ssl" option

** 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
* [PHP-1446] - Log original string values for parsed boolean options
</notes>

<contents>
Expand Down Expand Up @@ -220,6 +217,31 @@
</extsrcrelease>
<changelog>

<release>
<date>2015-04-28</date>
<time>17:05:00</time>
<version>
<release>1.6.7</release>
<api>1.6.7</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-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>
</release>

<release>
<date>2015-03-24</date>
<time>10:46: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.8-dev"
#define PHP_MONGO_VERSION "1.6.8"
#define PHP_MONGO_EXTNAME "mongo"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit a7713fd

Please sign in to comment.