Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
BUMP 1.6.0RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Dec 19, 2014
1 parent ce60d56 commit faa7443
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 9 deletions.
57 changes: 49 additions & 8 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<active>yes</active>
</lead>

<date>2014-11-19</date>
<time>09:45:44</time>
<date>2014-12-19</date>
<time>12:15:44</time>
<version>
<release>1.6.0RC2</release>
<api>1.6.0RC2</api>
<release>1.6.0RC3</release>
<api>1.6.0RC3</api>
</version>
<stability>
<release>beta</release>
Expand All @@ -43,10 +43,30 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [PHP-1266] - phpinfo() lists a default authentication mechanism (which may not be the default)
* [PHP-1267] - Windows build failure
* [PHP-1269] - Validate encoding and decoding of MongoBinData::UUID_RFC4122
* [PHP-1270] - MongoDate->toDateTime is only supported for PHP 5.3.4 and later.
* [PHP-953] - MongoCollection::ensureIndex() should not validate namespace length
* [PHP-1229] - MongoGridFS::remove() ignores justOne option when deleting chunks
* [PHP-1237] - Possible to read memory before mongo_cursor.ns pointer
* [PHP-1245] - MONGO_METHOD calls within generators cause segfaults
* [PHP-1268] - Fix uninitialized variable usages with deprecated properties
* [PHP-1272] - bson_encode() segfaults with some BSON type classes
* [PHP-1273] - bson_encode() MongoTimestamp erroneously creates BSON date
* [PHP-1276] - Fix tests for 2.8
* [PHP-1277] - bson_encode() does not handle MongoMaxKey and MongoMinKey
* [PHP-1278] - runcommand memory leak
* [PHP-1280] - Can not connect without authentication credentials (results in segfault)
* [PHP-1285] - Add MongoDB::getCollectionInfo as per SPEC-54
* [PHP-1286] - MongoCollection::count() segfaults due to a double free
* [PHP-1297] - Memory read errors with deprecated properties.

** Improvement
* [PHP-1256] - aggregate, aggregateCursor cursor timeout
* [PHP-1321] - Support cursor in listCollections and listIndexes commands

** New Feature
* [PHP-1259] - MongoDB::listCollections() should support filter option

** Task
* [PHP-1258] - Test against non-mmapv1 storage engines (heap + wiredtiger)
</notes>

<contents>
Expand Down Expand Up @@ -214,6 +234,27 @@
</extsrcrelease>
<changelog>

<release>
<date>2014-11-19</date>
<time>09:45:44</time>
<version>
<release>1.6.0RC2</release>
<api>1.6.0RC2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [PHP-1266] - phpinfo() lists a default authentication mechanism (which may not be the default)
* [PHP-1267] - Windows build failure
* [PHP-1269] - Validate encoding and decoding of MongoBinData::UUID_RFC4122
* [PHP-1270] - MongoDate->toDateTime is only supported for PHP 5.3.4 and later.
</notes>
</release>

<release>
<date>2014-11-11</date>
<time>11:12:13</time>
Expand Down
2 changes: 1 addition & 1 deletion php_mongo.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#ifndef PHP_MONGO_H
#define PHP_MONGO_H 1

#define PHP_MONGO_VERSION "1.6.0RC3-dev"
#define PHP_MONGO_VERSION "1.6.0RC3"
#define PHP_MONGO_EXTNAME "mongo"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit faa7443

Please sign in to comment.