-
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
78 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 |
---|---|---|
@@ -1,3 +1,81 @@ | ||
RELEASE 1.0.0RC0 | ||
------------- | ||
2015-10-26 Jeremy Mikola <[email protected]> | ||
* Bump extension version to 1.0.0RC0 | ||
|
||
2015-10-26 Jeremy Mikola <[email protected]> | ||
* Revise system libbson version check error message | ||
|
||
2015-10-23 Jeremy Mikola <[email protected]> | ||
* Update GitHub URLs for org change and repo rename | ||
|
||
2015-10-21 Jeremy Mikola <[email protected]> | ||
* PHPC-465: Remove WriteConcernException and WriteErrorException | ||
|
||
2015-10-21 Jeremy Mikola <[email protected]> | ||
* Rename WriteConcernError tests | ||
|
||
2015-10-21 Jeremy Mikola <[email protected]> | ||
* PHPC-465: Remove Manager's single write methods | ||
|
||
2015-10-20 Jeremy Mikola <[email protected]> | ||
* PHPC-440: WriteErrorException extends abstract WriteException | ||
|
||
2015-10-20 Jeremy Mikola <[email protected]> | ||
* PHPC-462: Remove unused DuplicateKeyException | ||
|
||
2015-10-19 Jeremy Mikola <[email protected]> | ||
* PHPC-310: Make BSON types final and disable serialization for now | ||
|
||
2015-10-19 Jeremy Mikola <[email protected]> | ||
* Make BSON create_object assignments consistent | ||
|
||
2015-10-16 Jeremy Mikola <[email protected]> | ||
* PHPC-310: Exception classes need not be final | ||
|
||
2015-10-15 Jeremy Mikola <[email protected]> | ||
* PHPC-444: Support options array in BulkWrite and executeInsert() | ||
|
||
2015-10-15 Jeremy Mikola <[email protected]> | ||
* Fix indentation | ||
|
||
2015-10-14 Jeremy Mikola <[email protected]> | ||
* PHPC-407: Rename X509 error test and fix cert path | ||
|
||
2015-10-14 Jeremy Mikola <[email protected]> | ||
* Rename X509 connection tests | ||
|
||
2015-10-14 Jeremy Mikola <[email protected]> | ||
* PHPC-454: Remove WriteResult::getInfo() method | ||
|
||
2015-10-14 Jeremy Mikola <[email protected]> | ||
* PHPC-441: slaveOk bit is now set on hinted secondary query | ||
|
||
2015-10-14 Jeremy Mikola <[email protected]> | ||
* Bump libbson and libmongoc submodules to 1.2.0 | ||
|
||
2015-10-07 Hannes Magnusson <[email protected]> | ||
* PHPC-256: Productions debug logs | ||
|
||
2015-10-07 Hannes Magnusson <[email protected]> | ||
* PHPC-441: Skip (xfail) these tests while the ticket is being worked on | ||
|
||
2015-10-07 Hannes Magnusson <[email protected]> | ||
* Make sure we have the X509 declaration we need | ||
|
||
2015-10-07 Hannes Magnusson <[email protected]> | ||
* No need for TSRMLS here -- no calls to PHP at all | ||
|
||
2015-10-06 Jeremy Mikola <[email protected]> | ||
* Back to -dev | ||
|
||
2015-10-06 Jeremy Mikola <[email protected]> | ||
* Update install examples to mongodb-beta | ||
|
||
2015-10-06 Jeremy Mikola <[email protected]> | ||
* Add 1.0.0beta2 release notes | ||
|
||
|
||
RELEASE 1.0.0beta2 | ||
------------- | ||
2015-10-06 Jeremy Mikola <[email protected]> | ||
|