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

Commit a7713fd

Browse files
committed
BUMP 1.6.8
1 parent 263395c commit a7713fd

File tree

2 files changed

+33
-11
lines changed

2 files changed

+33
-11
lines changed

package.xml

+32-10
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
<active>yes</active>
3131
</lead>
3232

33-
<date>2015-04-28</date>
34-
<time>17:05:00</time>
33+
<date>2015-05-11</date>
34+
<time>20:56:00</time>
3535
<version>
36-
<release>1.6.7</release>
37-
<api>1.6.7</api>
36+
<release>1.6.8</release>
37+
<api>1.6.8</api>
3838
</version>
3939
<stability>
4040
<release>stable</release>
@@ -43,14 +43,11 @@
4343
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
4444
<notes>
4545
** Bug
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
46+
* [PHP-1442] - php_mongo_stream_notify_io() segfault with stream context options
47+
* [PHP-1445] - MongoClient does not accept boolean false as "ssl" option
4948

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

5653
<contents>
@@ -220,6 +217,31 @@
220217
</extsrcrelease>
221218
<changelog>
222219

220+
<release>
221+
<date>2015-04-28</date>
222+
<time>17:05:00</time>
223+
<version>
224+
<release>1.6.7</release>
225+
<api>1.6.7</api>
226+
</version>
227+
<stability>
228+
<release>stable</release>
229+
<api>stable</api>
230+
</stability>
231+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
232+
<notes>
233+
** Bug
234+
* [PHP-1425] - explain() does not raise appropriate exception for $err conditions
235+
* [PHP-1431] - Fix database name validation to include '$external', to allow execution of user admin commands
236+
* [PHP-1435] - MongoCollection::getIndexInfo on non-existing collection makes segmentation fault
237+
238+
** Improvement
239+
* [PHP-1427] - MongoCollection::distinct() should ensure query is serialized as BSON object
240+
* [PHP-1433] - MongoCollection::distinct() should allow array or object for query
241+
* [PHP-1434] - MongoCollection::findAndModify() should allow array or object for query, update, and fields
242+
</notes>
243+
</release>
244+
223245
<release>
224246
<date>2015-03-24</date>
225247
<time>10:46:05</time>

php_mongo.h

+1-1
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.8-dev"
19+
#define PHP_MONGO_VERSION "1.6.8"
2020
#define PHP_MONGO_EXTNAME "mongo"
2121

2222
#ifdef HAVE_CONFIG_H

0 commit comments

Comments
 (0)