Skip to content

Commit

Permalink
Package 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Jul 5, 2016
1 parent 9599e28 commit 1fd68a5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions RELEASE-1.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
RELEASE 1.1.8
-------------
2016-07-05 Jeremy Mikola <[email protected]>
* Trace returns from phongo_stream_initiator()

2016-07-05 Jeremy Mikola <[email protected]>
* PHPC-720: Do not persist SSL streams to avoid SSL reinitialization errors

2016-06-21 Jeremy Mikola <[email protected]>
* Move php_phongo_new_datetime_from_utcdatetime() into UTCDateTime.c

2016-06-21 Jeremy Mikola <[email protected]>
* PHPC-631: Regression tests for UTCDateTime::toDateTime()

2016-03-23 Yuriy <[email protected]>
* PHPC-631: Fix timelib_time.f assignment in UTCDateTime::toDateTime()

2016-06-02 Jeremy Mikola <[email protected]>
* Back to -dev

2016-06-02 Jeremy Mikola <[email protected]>
* Package 1.1.7


RELEASE 1.1.7
-------------
2016-06-01 Jeremy Mikola <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions php_phongo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.8-dev"
#define MONGODB_STABILITY_S "devel"
#define MONGODB_VERSION_S "1.1.8"
#define MONGODB_STABILITY_S "stable"
#define MONGODB_VERSION MONGODB_VERSION_S

#ifdef PHP_WIN32
Expand Down

0 comments on commit 1fd68a5

Please sign in to comment.