From a7713fd44da5c34456476766ea09f8f2b08d6652 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 11 May 2015 16:57:48 -0400 Subject: [PATCH] BUMP 1.6.8 --- package.xml | 42 ++++++++++++++++++++++++++++++++---------- php_mongo.h | 2 +- 2 files changed, 33 insertions(+), 11 deletions(-) diff --git a/package.xml b/package.xml index 527228f0c..c0b866bbc 100644 --- a/package.xml +++ b/package.xml @@ -30,11 +30,11 @@ yes - 2015-04-28 - + 2015-05-11 + - 1.6.7 - 1.6.7 + 1.6.8 + 1.6.8 stable @@ -43,14 +43,11 @@ Apache License ** 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 @@ -220,6 +217,31 @@ + + 2015-04-28 + + + 1.6.7 + 1.6.7 + + + stable + stable + + Apache License + +** 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 + + + 2015-03-24 diff --git a/php_mongo.h b/php_mongo.h index c1f271d05..5e2315731 100644 --- a/php_mongo.h +++ b/php_mongo.h @@ -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