-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
2015-03-25 Hannes Magnusson <[email protected]> | ||
* Add config.w32 to package.xml | ||
|
||
2015-03-25 Hannes Magnusson <[email protected]> | ||
* Use absolute paths in skipifs too | ||
|
||
2015-03-25 Hannes Magnusson <[email protected]> | ||
* Update bundles for windows fixes | ||
|
||
2015-03-25 Hannes Magnusson <[email protected]> | ||
* PHPC-175: Fix header includes on Windows | ||
|
||
2015-03-25 Hannes Magnusson <[email protected]> | ||
* PHPC-175: Fix build on 32bit | ||
|
||
2015-03-25 Hannes Magnusson <[email protected]> | ||
* PHPC-175: Windows doesn't have these compiler attributes | ||
|
||
2015-03-25 Hannes Magnusson <[email protected]> | ||
* Fix windows bson config | ||
|
||
2015-03-25 Hannes Magnusson <[email protected]> | ||
* IPHPC-176: Copy build templates, add missing file & set build flags | ||
|
||
2015-03-25 Hannes Magnusson <[email protected]> | ||
* Use absolute paths on in tests so they can run easier on windows | ||
|
||
2015-03-25 Hannes Magnusson <[email protected]> | ||
* Absolute path is required to run tests on windows | ||
|
||
2015-03-25 Hannes Magnusson <[email protected]> | ||
* Allow mongoc_init() to not use our mm | ||
|
||
2015-03-25 Hannes Magnusson <[email protected]> | ||
* bump mongoc with windows fixes | ||
|
||
2015-03-25 Hannes Magnusson <[email protected]> | ||
* PHPC-200: Don't set stream initiator when creating client fails | ||
|
||
2015-03-25 Hannes Magnusson <[email protected]> | ||
* PHPC-199: Missing file from mongoc in config.m4 | ||
|
||
2015-03-24 Hannes Magnusson <[email protected]> | ||
* Initial win32 attempt | ||
|
||
2015-03-24 Hannes Magnusson <[email protected]> | ||
* Bundle windows configs | ||
|
||
2015-03-24 Hannes Magnusson <[email protected]> | ||
* Improve code coverage | ||
|
||
2015-03-23 Hannes Magnusson <[email protected]> | ||
* Simplify | ||
|
||
2015-03-23 Hannes Magnusson <[email protected]> | ||
* Providing higher init size is worse then providing none | ||
|
||
2015-03-23 Hannes Magnusson <[email protected]> | ||
* Add raises() helper, similar to throws() except for php warnings/notices/deprecated/... | ||
|
||
2015-03-24 Hannes Magnusson <[email protected]> | ||
* ignore mongodb*tgz release files and "failed.txt" from run-tests | ||
|
||
2015-03-24 Hannes Magnusson <[email protected]> | ||
* Bump libbson with timeval fix and mongoc with various sdam fixes | ||
|
||
2015-03-23 Jeremy Mikola <[email protected]> | ||
* Update PECL install instructions for alpha release | ||
|
||
2015-03-23 Hannes Magnusson <[email protected]> | ||
* Include the license file for next release | ||
|
||
2015-03-23 Hannes Magnusson <[email protected]> | ||
* Update naming after PHPC-174 | ||
|
||
2015-03-23 Hannes Magnusson <[email protected]> | ||
* Bump version | ||
|
||
2015-03-23 Hannes Magnusson <[email protected]> | ||
* Add 0.2.0 release notes |