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