diff --git a/package.xml b/package.xml index 4d0c421e4..fa96ae49d 100644 --- a/package.xml +++ b/package.xml @@ -30,11 +30,11 @@ yes - 2015-11-25 - + 2016-03-17 + - 1.6.12 - 1.6.12 + 1.6.13 + 1.6.13 stable @@ -43,10 +43,11 @@ Apache License ** Bug - * [PHP-1494] - We don't allocate enough space for the hash buffer - -** Task - * [PHP-1474] - Declare no support for PHP 7 + * [PHP-1483] - GridFS file storage fails on big endian platform + * [PHP-1500] - Socket timeout not applied to initial command cursor query + * [PHP-1501] - Rephrase unsupported/corrupt BSON messages + * [PHP-1504] - Segfault connecting to authenticated RS after non-auth connections + * [PHP-1505] - negative files.length when storing file with size > 2GB in gridfs @@ -217,6 +218,27 @@ + + 2015-11-25 + + + 1.6.12 + 1.6.12 + + + stable + stable + + Apache License + +** Bug + * [PHP-1494] - We don't allocate enough space for the hash buffer + +** Task + * [PHP-1474] - Declare no support for PHP 7 + + + 2015-08-25 diff --git a/php_mongo.h b/php_mongo.h index 291782961..fe3f1b614 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.13-dev" +#define PHP_MONGO_VERSION "1.6.13" #define PHP_MONGO_EXTNAME "mongo" #ifdef HAVE_CONFIG_H