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.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Nov 11, 2014
1 parent 0fdb054 commit a3335ff
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 deletions.
38 changes: 33 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-09-16</date>
<time>13:10:39</time>
<date>2014-11-11</date>
<time>19:17:00</time>
<version>
<release>1.5.7</release>
<api>1.5.7</api>
<release>1.5.8</release>
<api>1.5.8</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -43,7 +43,17 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* Windows compile fixes.
* [PHP-1126] - Do not allow invalid limit values in MongoDeleteBatch
* [PHP-1231] - Using MongoDB::selectCollection crashes inside generators
* [PHP-1249] - MongoCursor::count() should use cursor's socket timeout
* [PHP-1265] - Exception messages for invalid db/collection names are not helpful

** Improvement
* [PHP-1168] - Add "How to Ask for Help" section to Github readme
* [PHP-1264] - Rename 'delete' field to allow compilation with C++

** Task
* [PHP-1205] - Remove dropDups support from index building
</notes>

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

<changelog>

<release>
<date>2014-09-16</date>
<time>13:10:39</time>
<version>
<release>1.5.7</release>
<api>1.5.7</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
* Windows compile fixes.
</notes>
</release>

<release>
<date>2014-09-16</date>
<time>13:10:39</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.8-dev"
#define PHP_MONGO_VERSION "1.5.8"
#define PHP_MONGO_EXTNAME "mongo"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit a3335ff

Please sign in to comment.