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

Commit

Permalink
BUMP 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed May 6, 2014
1 parent 61c1268 commit 9ed256e
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 6 deletions.
57 changes: 52 additions & 5 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-04-04</date>
<time>13:40:05</time>
<date>2014-05-06</date>
<time>12:44:05</time>
<version>
<release>1.5.1</release>
<api>1.5.1</api>
<release>1.5.2</release>
<api>1.5.2</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -43,7 +43,36 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [PHP-1053] - Windows build broken
* [PHP-922] - Read timed out after reading 0 bytes, waited for 0.000000 seconds
* [PHP-978] - Standalone connection to arbiter fails
* [PHP-1036] - Segmentation Fault when querying large collection and the working set is not loaded
* [PHP-1042] - Document missing MongoClient constructor options
* [PHP-1056] - Fix MongoCursor handling of projections with numeric field names
* [PHP-1059] - updatedExisting is always true when updating
* [PHP-1065] - Mongo driver is crashing
* [PHP-1071] - Create Index test segfaults
* [PHP-1075] - close() with parallelCollectionScan() segfaults upon request shutdown
* [PHP-1080] - MongoCursor::$timeout=-1 doesn't work anymore
* [PHP-1083] - 2.6.1-rc0 requires $gt for OplogReplay
* [PHP-1084] - collection->update($query, $document) crashes if $document is an object
* [PHP-1085] - w=0 can return an unexpected exception on failure
* [PHP-1086] - Inserting documents with WriteConcern during failover broken
* [PHP-1087] - Travis build status incorrect in v1.5 branch
* [PHP-1088] - Coverity analysis defect 10700: Explicit null dereferenced
* [PHP-1090] - Coverity analysis defect 22173: Dereference null return value
* [PHP-1095] - Min server version check should use GTE comparison

** Improvement
* [PHP-758] - Document stream context callbacks
* [PHP-1091] - Allow NumberLong numbers on 32-bit platforms if the number fits in the 32-bit int range
* [PHP-1094] - 32bit platform improvements

** Task
* [PHP-935] - Document SSL connections
* [PHP-1023] - Document maxTimeMS option for findOne(), group(), aggregate(), and cursor
* [PHP-1058] - Add Cyrus SASL to automated PECL builds
* [PHP-1077] - Fix handling of timeout options for createIndexes command
* [PHP-1082] - CommandCursor segfaults when server is closed
</notes>

<contents>
Expand Down Expand Up @@ -214,6 +243,24 @@

<changelog>

<release>
<date>2014-04-04</date>
<time>13:40:05</time>
<version>
<release>1.5.1</release>
<api>1.5.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [PHP-1053] - Windows build broken
</notes>
</release>

<release>
<date>2014-04-04</date>
<time>08:28:05</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.5.2dev"
#define PHP_MONGO_VERSION "1.5.2"
#define PHP_MONGO_EXTNAME "mongo"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit 9ed256e

Please sign in to comment.