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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Jul 30, 2014
1 parent cb7d96b commit ca4f270
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 8 deletions.
41 changes: 34 additions & 7 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-06-17</date>
<time>10:25:39</time>
<date>2014-07-30</date>
<time>12:10:39</time>
<version>
<release>1.5.4</release>
<api>1.5.4</api>
<release>1.5.5</release>
<api>1.5.5</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -43,9 +43,16 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** 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
* [PHP-722] - Segfault when passing null value to MongoCollection::find() and unclear other conditions are met, inaccurate error message
* [PHP-1105] - long_as_object = 0 no effect
* [PHP-1107] - Connections to server hangs when indexes are being created
* [PHP-1131] - Journal option should set "j" field in GLE instead of "journal"

** Documentation
* [PHP-840] - Document deprecated MongoClient properties
* [PHP-1081] - MongoId $id property is not documented correctly
* [PHP-1147] - Clean up GridFS insert/delete method documentation
* [PHP-1148] - Add "ssl" connection option to MongoClient changelog
</notes>

<contents>
Expand Down Expand Up @@ -216,6 +223,26 @@

<changelog>

<release>
<date>2014-06-17</date>
<time>10:25:39</time>
<version>
<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>
** 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>
</release>

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

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit ca4f270

Please sign in to comment.