Skip to content

Commit 1fd68a5

Browse files
committed
Package 1.1.8
1 parent 9599e28 commit 1fd68a5

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

RELEASE-1.1

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
RELEASE 1.1.8
2+
-------------
3+
2016-07-05 Jeremy Mikola <[email protected]>
4+
* Trace returns from phongo_stream_initiator()
5+
6+
2016-07-05 Jeremy Mikola <[email protected]>
7+
* PHPC-720: Do not persist SSL streams to avoid SSL reinitialization errors
8+
9+
2016-06-21 Jeremy Mikola <[email protected]>
10+
* Move php_phongo_new_datetime_from_utcdatetime() into UTCDateTime.c
11+
12+
2016-06-21 Jeremy Mikola <[email protected]>
13+
* PHPC-631: Regression tests for UTCDateTime::toDateTime()
14+
15+
2016-03-23 Yuriy <[email protected]>
16+
* PHPC-631: Fix timelib_time.f assignment in UTCDateTime::toDateTime()
17+
18+
2016-06-02 Jeremy Mikola <[email protected]>
19+
* Back to -dev
20+
21+
2016-06-02 Jeremy Mikola <[email protected]>
22+
* Package 1.1.7
23+
24+
125
RELEASE 1.1.7
226
-------------
327
2016-06-01 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.8-dev"
32-
#define MONGODB_STABILITY_S "devel"
31+
#define MONGODB_VERSION_S "1.1.8"
32+
#define MONGODB_STABILITY_S "stable"
3333
#define MONGODB_VERSION MONGODB_VERSION_S
3434

3535
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)