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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Jun 17, 2014
1 parent 511916c commit 6fa1d10
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 18 deletions.
54 changes: 37 additions & 17 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,22 @@
<active>yes</active>
</lead>

<date>2014-06-05</date>
<time>12:21:05</time>
<date>2014-06-17</date>
<time>10:25:39</time>
<version>
<release>1.5.3</release>
<api>1.5.3</api>
<release>1.5.4</release>
<api>1.5.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
* [PHP-928] - The 'w' property is read-only
* [PHP-970] - Explain how to_index_string() creates names for ensureIndex() and deleteIndex()
* [PHP-1052] - Replace JSON encoding of stream notifications with standard PHP serialize encoding
* [PHP-1060] - "The '$id' property is read-only"
* [PHP-1096] - PHP crashes due to null pointer dereference on shutdown when JSON extension is not present
* [PHP-1099] - socketTimeoutMS=-1 doesn't work
* [PHP-1102] - php driver throws exception when connect string contains an unresolvable hostname
* [PHP-1104] - New Replica Set connections hang when secondaries are creating indexes during initialSync
* [PHP-1109] - Upsert should return _id instead of array of ids

** Task
* [PHP-1076] - Document deprecation notices for timeout and wtimeout options
* [PHP-1078] - Document wTimeoutMS, socketTimeoutMS, and maxTimeMS for ensure/createIndex
** Bug
* [PHP-1111] - MongoClient constructor crashes on connection to slave
* [PHP-1118] - Aggregate cursor on non-existing collection throws weird error
* [PHP-1120] - The mongo driver fails to build as static extension
</notes>

<contents>
Expand Down Expand Up @@ -225,6 +216,35 @@

<changelog>

<release>
<date>2014-06-05</date>
<time>12:21:05</time>
<version>
<release>1.5.3</release>
<api>1.5.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
* [PHP-928] - The 'w' property is read-only
* [PHP-970] - Explain how to_index_string() creates names for ensureIndex() and deleteIndex()
* [PHP-1052] - Replace JSON encoding of stream notifications with standard PHP serialize encoding
* [PHP-1060] - "The '$id' property is read-only"
* [PHP-1096] - PHP crashes due to null pointer dereference on shutdown when JSON extension is not present
* [PHP-1099] - socketTimeoutMS=-1 doesn't work
* [PHP-1102] - php driver throws exception when connect string contains an unresolvable hostname
* [PHP-1104] - New Replica Set connections hang when secondaries are creating indexes during initialSync
* [PHP-1109] - Upsert should return _id instead of array of ids

** Task
* [PHP-1076] - Document deprecation notices for timeout and wtimeout options
* [PHP-1078] - Document wTimeoutMS, socketTimeoutMS, and maxTimeMS for ensure/createIndex
</notes>
</release>

<release>
<date>2014-05-06</date>
<time>12:44: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.4dev"
#define PHP_MONGO_VERSION "1.5.4"
#define PHP_MONGO_EXTNAME "mongo"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit 6fa1d10

Please sign in to comment.