From a3335ff08327b2c429ad5a2b712ed54b42e90d36 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Tue, 11 Nov 2014 14:17:23 -0500 Subject: [PATCH] BUMP 1.5.8 --- package.xml | 38 +++++++++++++++++++++++++++++++++----- php_mongo.h | 2 +- 2 files changed, 34 insertions(+), 6 deletions(-) diff --git a/package.xml b/package.xml index db02d5fa4..6e83c9fe9 100644 --- a/package.xml +++ b/package.xml @@ -30,11 +30,11 @@ yes - 2014-09-16 - + 2014-11-11 + - 1.5.7 - 1.5.7 + 1.5.8 + 1.5.8 stable @@ -43,7 +43,17 @@ Apache License ** Bug - * Windows compile fixes. + * [PHP-1126] - Do not allow invalid limit values in MongoDeleteBatch + * [PHP-1231] - Using MongoDB::selectCollection crashes inside generators + * [PHP-1249] - MongoCursor::count() should use cursor's socket timeout + * [PHP-1265] - Exception messages for invalid db/collection names are not helpful + +** Improvement + * [PHP-1168] - Add "How to Ask for Help" section to Github readme + * [PHP-1264] - Rename 'delete' field to allow compilation with C++ + +** Task + * [PHP-1205] - Remove dropDups support from index building @@ -214,6 +224,24 @@ + + 2014-09-16 + + + 1.5.7 + 1.5.7 + + + stable + stable + + Apache License + +** Bug + * Windows compile fixes. + + + 2014-09-16 diff --git a/php_mongo.h b/php_mongo.h index 9abf2cc97..63394f6a7 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.5.8-dev" +#define PHP_MONGO_VERSION "1.5.8" #define PHP_MONGO_EXTNAME "mongo" #ifdef HAVE_CONFIG_H