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

Commit 9ed256e

Browse files
committed
BUMP 1.5.2
1 parent 61c1268 commit 9ed256e

File tree

2 files changed

+53
-6
lines changed

2 files changed

+53
-6
lines changed

package.xml

Lines changed: 52 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
<active>yes</active>
3131
</lead>
3232

33-
<date>2014-04-04</date>
34-
<time>13:40:05</time>
33+
<date>2014-05-06</date>
34+
<time>12:44:05</time>
3535
<version>
36-
<release>1.5.1</release>
37-
<api>1.5.1</api>
36+
<release>1.5.2</release>
37+
<api>1.5.2</api>
3838
</version>
3939
<stability>
4040
<release>stable</release>
@@ -43,7 +43,36 @@
4343
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
4444
<notes>
4545
** Bug
46-
* [PHP-1053] - Windows build broken
46+
* [PHP-922] - Read timed out after reading 0 bytes, waited for 0.000000 seconds
47+
* [PHP-978] - Standalone connection to arbiter fails
48+
* [PHP-1036] - Segmentation Fault when querying large collection and the working set is not loaded
49+
* [PHP-1042] - Document missing MongoClient constructor options
50+
* [PHP-1056] - Fix MongoCursor handling of projections with numeric field names
51+
* [PHP-1059] - updatedExisting is always true when updating
52+
* [PHP-1065] - Mongo driver is crashing
53+
* [PHP-1071] - Create Index test segfaults
54+
* [PHP-1075] - close() with parallelCollectionScan() segfaults upon request shutdown
55+
* [PHP-1080] - MongoCursor::$timeout=-1 doesn't work anymore
56+
* [PHP-1083] - 2.6.1-rc0 requires $gt for OplogReplay
57+
* [PHP-1084] - collection->update($query, $document) crashes if $document is an object
58+
* [PHP-1085] - w=0 can return an unexpected exception on failure
59+
* [PHP-1086] - Inserting documents with WriteConcern during failover broken
60+
* [PHP-1087] - Travis build status incorrect in v1.5 branch
61+
* [PHP-1088] - Coverity analysis defect 10700: Explicit null dereferenced
62+
* [PHP-1090] - Coverity analysis defect 22173: Dereference null return value
63+
* [PHP-1095] - Min server version check should use GTE comparison
64+
65+
** Improvement
66+
* [PHP-758] - Document stream context callbacks
67+
* [PHP-1091] - Allow NumberLong numbers on 32-bit platforms if the number fits in the 32-bit int range
68+
* [PHP-1094] - 32bit platform improvements
69+
70+
** Task
71+
* [PHP-935] - Document SSL connections
72+
* [PHP-1023] - Document maxTimeMS option for findOne(), group(), aggregate(), and cursor
73+
* [PHP-1058] - Add Cyrus SASL to automated PECL builds
74+
* [PHP-1077] - Fix handling of timeout options for createIndexes command
75+
* [PHP-1082] - CommandCursor segfaults when server is closed
4776
</notes>
4877

4978
<contents>
@@ -214,6 +243,24 @@
214243

215244
<changelog>
216245

246+
<release>
247+
<date>2014-04-04</date>
248+
<time>13:40:05</time>
249+
<version>
250+
<release>1.5.1</release>
251+
<api>1.5.1</api>
252+
</version>
253+
<stability>
254+
<release>stable</release>
255+
<api>stable</api>
256+
</stability>
257+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
258+
<notes>
259+
** Bug
260+
* [PHP-1053] - Windows build broken
261+
</notes>
262+
</release>
263+
217264
<release>
218265
<date>2014-04-04</date>
219266
<time>08:28:05</time>

php_mongo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#ifndef PHP_MONGO_H
1717
#define PHP_MONGO_H 1
1818

19-
#define PHP_MONGO_VERSION "1.5.2dev"
19+
#define PHP_MONGO_VERSION "1.5.2"
2020
#define PHP_MONGO_EXTNAME "mongo"
2121

2222
#ifdef HAVE_CONFIG_H

0 commit comments

Comments
 (0)