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

Commit

Permalink
BUMP 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Mar 13, 2015
1 parent 354d3cf commit 03f77df
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 10 deletions.
41 changes: 32 additions & 9 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<active>yes</active>
</lead>

<date>2015-03-03</date>
<time>08:22:05</time>
<date>2015-03-13</date>
<time>12:14:05</time>
<version>
<release>1.6.4</release>
<api>1.6.4</api>
<release>1.6.5</release>
<api>1.6.5</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -43,12 +43,12 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [PHP-1400] - Default writeConcern not write safe on standalone node
* [PHP-1401] - Segfault in findAndModify test running against 3.0.0-rc11
* [PHP-1402] - MongoCollection::hasNext() returns false for limit=1 result
* [PHP-1406] - Connecting through SSL no longer works in PHP 5.6 with 2.4.13, 2.6.6, and later
* [PHP-1407] - Hostname matching with Replica Set doesn't work pre PHP 5.6
* [PHP-1412] - Compile error when OpenSSL is not available

** Task
* [PHP-1405] - Create regression tests for batchSize(1) and batchSize(-1) behavior
** Improvement
* [PHP-1410] - Add certification expiration matching
</notes>

<contents>
Expand Down Expand Up @@ -218,6 +218,29 @@
</extsrcrelease>
<changelog>

<release>
<date>2015-03-03</date>
<time>08:22:05</time>
<version>
<release>1.6.4</release>
<api>1.6.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-1400] - Default writeConcern not write safe on standalone node
* [PHP-1401] - Segfault in findAndModify test running against 3.0.0-rc11
* [PHP-1402] - MongoCollection::hasNext() returns false for limit=1 result

** Task
* [PHP-1405] - Create regression tests for batchSize(1) and batchSize(-1) behavior
</notes>
</release>

<release>
<date>2015-02-18</date>
<time>09:13: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.6.5-dev"
#define PHP_MONGO_VERSION "1.6.5"
#define PHP_MONGO_EXTNAME "mongo"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit 03f77df

Please sign in to comment.