From bbc5be0cdfe06a4cded8e209badf9dbd8696a58d Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Thu, 2 Jul 2015 14:25:23 -0400 Subject: [PATCH] BUMP 1.6.10 --- package.xml | 44 ++++++++++++++++++++++++++++++++------------ php_mongo.h | 2 +- 2 files changed, 33 insertions(+), 13 deletions(-) diff --git a/package.xml b/package.xml index ab1d0748d..ec13a8aef 100644 --- a/package.xml +++ b/package.xml @@ -30,11 +30,11 @@ yes - 2015-06-09 - + 2015-07-02 + - 1.6.9 - 1.6.9 + 1.6.10 + 1.6.10 stable @@ -43,14 +43,9 @@ Apache License ** Bug - * [PHP-1426] - Ensure buffer lengths are checked in bson_to_zval() - * [PHP-1448] - Ensure DBPointer namespace length reads as little-endian - * [PHP-1450] - Ensure strings are null-terminated in bson_to_zval() - * [PHP-1453] - Ensure BSON buffer is checked before reading regex pattern/flags - -** Improvement - * [PHP-1449] - Ensure value is freed when bson_to_zval() encounters an error - * [PHP-1452] - bson_decode() should require exactly one document in buffer + * [PHP-1460] - Query with limit leaves open cursors on server + * [PHP-1462] - Fix static compilation + * [PHP-1464] - GridFS should not drop dupes when creating index @@ -220,6 +215,31 @@ + + 2015-06-09 + + + 1.6.9 + 1.6.9 + + + stable + stable + + Apache License + + ** Bug + * [PHP-1426] - Ensure buffer lengths are checked in bson_to_zval() + * [PHP-1448] - Ensure DBPointer namespace length reads as little-endian + * [PHP-1450] - Ensure strings are null-terminated in bson_to_zval() + * [PHP-1453] - Ensure BSON buffer is checked before reading regex pattern/flags + + ** Improvement + * [PHP-1449] - Ensure value is freed when bson_to_zval() encounters an error + * [PHP-1452] - bson_decode() should require exactly one document in buffer + + + 2015-05-11 diff --git a/php_mongo.h b/php_mongo.h index b195a4df2..dfb5461f9 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.10-dev" +#define PHP_MONGO_VERSION "1.6.10" #define PHP_MONGO_EXTNAME "mongo" #ifdef HAVE_CONFIG_H