diff --git a/package.xml b/package.xml index c4e8d60b5..9e5b55817 100644 --- a/package.xml +++ b/package.xml @@ -30,11 +30,11 @@ yes - 2016-04-26 - + 2017-09-01 + - 1.6.14 - 1.6.14 + 1.6.15 + 1.6.15 stable @@ -43,11 +43,8 @@ Apache License ** Bug - * [PHP-1468] - Segfault on node with high network latency - * [PHP-1511] - append_getlasterror() should ignore unset fsync/journal from link - -** Improvement - * [PHP-1510] - Route unacknowledged writes through legacy op codes + * [PHP-1489] - Can't run the test suite against MongoDB 3.1.2 or later + * [PHP-1528] - Extension should link OpenSSL during compilation @@ -218,6 +215,28 @@ + + 2016-04-26 + + + 1.6.14 + 1.6.14 + + + stable + stable + + Apache License + +** Bug + * [PHP-1468] - Segfault on node with high network latency + * [PHP-1511] - append_getlasterror() should ignore unset fsync/journal from link + +** Improvement + * [PHP-1510] - Route unacknowledged writes through legacy op codes + + + 2016-03-17 diff --git a/php_mongo.h b/php_mongo.h index 906edf920..13ae3f2ce 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.15-dev" +#define PHP_MONGO_VERSION "1.6.15" #define PHP_MONGO_EXTNAME "mongo" #ifdef HAVE_CONFIG_H