Skip to content

Commit 990f66b

Browse files
committed
Package 1.1.6
1 parent aded2a8 commit 990f66b

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

RELEASE-1.1

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
RELEASE 1.1.6
2+
-------------
3+
2016-04-05 Jeremy Mikola <[email protected]>
4+
* PHPC-667: Fix check for existing "_id" field during BulkWrite::insert()
5+
6+
2016-03-30 Jeremy Mikola <[email protected]>
7+
* Consolidate shell variable assignments with AC_SUBST()
8+
9+
2016-03-30 Jeremy Mikola <[email protected]>
10+
* PHPC-657: Support MONGOC_NO_AUTOMATIC GLOBALS configure flag
11+
12+
2016-03-30 Jeremy Mikola <[email protected]>
13+
* PHPC-657: Upgrade libbson and libmongoc to 1.3.5
14+
15+
2016-03-28 Jeremy Mikola <[email protected]>
16+
* PHPC-655: Use case insensitive parsing for Manager connectTimeoutMS array option
17+
18+
2016-03-15 Jeremy Mikola <[email protected]>
19+
* PHPC-564: Use macros for accessing write result int32 fields
20+
21+
2016-03-10 Jeremy Mikola <[email protected]>
22+
* PHPC-564, PHPC-626: WriteResult should use libmongoc's public API
23+
24+
2016-03-10 Jeremy Mikola <[email protected]>
25+
* Fix title for PHPC-155 regression test
26+
27+
2016-03-10 Jeremy Mikola <[email protected]>
28+
* Consolidate PHP 7 conditional in WriteResult debug handler
29+
30+
2016-03-18 Jeremy Mikola <[email protected]>
31+
* Back to -dev
32+
33+
2016-03-18 Jeremy Mikola <[email protected]>
34+
* Package 1.1.5
35+
36+
137
RELEASE 1.1.5
238
-------------
339
2016-03-18 Jeremy Mikola <[email protected]>

php_phongo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
extern zend_module_entry mongodb_module_entry;
2929

3030
/* FIXME: Its annoying to bump version. Move into phongo_version.h.in */
31-
#define MONGODB_VERSION_S "1.1.6-dev"
32-
#define MONGODB_STABILITY_S "devel"
31+
#define MONGODB_VERSION_S "1.1.6"
32+
#define MONGODB_STABILITY_S "stable"
3333
#define MONGODB_VERSION MONGODB_VERSION_S
3434

3535
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)