diff --git a/RELEASE-1.1 b/RELEASE-1.1 index 8a95fc459..fbb7e4fb3 100644 --- a/RELEASE-1.1 +++ b/RELEASE-1.1 @@ -1,3 +1,54 @@ +RELEASE 1.1.7 +------------- +2016-06-01 Jeremy Mikola + * Use php_stream_context_from_zval() to get default stream context + +2016-06-01 Jeremy Mikola + * PHPC-572: Keep stream context options alive for Manager's lifetime + +2016-06-01 Jeremy Mikola + * Use separate vars when fetching debug and context from driverOptions + +2016-06-01 Jeremy Mikola + * Remove macros for PHP 5.3 compatibility + +2016-05-28 Jeremy Mikola + * PHPC-671: Avoid mongoc_client_t use-after-free by Cursor and Server + +2016-05-28 Jeremy Mikola + * Revise object macros for use within expressions + +2016-05-10 Jeremy Mikola + * PHPC-698: Check HAVE_OPENSSL_EXT before calling php-ssl.c functions + +2016-05-10 Jeremy Mikola + * PHPC-699: Rename "php_mongo" functions to not conflict with legacy driver + +2016-04-28 Jeremy Mikola + * Fix expected exception message for PHPC-487 test case + +2016-04-25 Jeremy Mikola + * Initialize mongoc_ssl_opt_t struct to zero + +2016-04-25 Jeremy Mikola + * PHPC-677: Keep pem_file valid for life of mongoc_client_t + +2016-04-20 Jeremy Mikola + * PHPC-550: Remove XFAIL ODS tests for removed functionality + +2016-04-20 Derick Rethans + * Increased vagrant memory usage for virtual box to 2G + +2016-04-13 Remi Collet + * PHPC-672: Fix zend_str_tolower usage + +2016-04-06 Jeremy Mikola + * Back to -dev + +2016-04-06 Jeremy Mikola + * Package 1.1.6 + + RELEASE 1.1.6 ------------- 2016-04-05 Jeremy Mikola diff --git a/php_phongo.h b/php_phongo.h index 59c53a105..1a0d97a38 100644 --- a/php_phongo.h +++ b/php_phongo.h @@ -28,8 +28,8 @@ extern zend_module_entry mongodb_module_entry; /* FIXME: Its annoying to bump version. Move into phongo_version.h.in */ -#define MONGODB_VERSION_S "1.1.7-dev" -#define MONGODB_STABILITY_S "devel" +#define MONGODB_VERSION_S "1.1.7" +#define MONGODB_STABILITY_S "stable" #define MONGODB_VERSION MONGODB_VERSION_S #ifdef PHP_WIN32