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.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Sep 1, 2017
1 parent 174f17a commit 026eaed
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 10 deletions.
37 changes: 28 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>2016-04-26</date>
<time>16:07:00</time>
<date>2017-09-01</date>
<time>17:00:00</time>
<version>
<release>1.6.14</release>
<api>1.6.14</api>
<release>1.6.15</release>
<api>1.6.15</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -43,11 +43,8 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [PHP-1468] - Segfault on node with high network latency
* [PHP-1511] - append_getlasterror() should ignore unset fsync/journal from link

** Improvement
* [PHP-1510] - Route unacknowledged writes through legacy op codes
* [PHP-1489] - Can't run the test suite against MongoDB 3.1.2 or later
* [PHP-1528] - Extension should link OpenSSL during compilation
</notes>

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

<release>
<date>2016-04-26</date>
<time>16:07:00</time>
<version>
<release>1.6.14</release>
<api>1.6.14</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-1468] - Segfault on node with high network latency
* [PHP-1511] - append_getlasterror() should ignore unset fsync/journal from link

** Improvement
* [PHP-1510] - Route unacknowledged writes through legacy op codes
</notes>
</release>

<release>
<date>2016-03-17</date>
<time>19:06:00</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.15-dev"
#define PHP_MONGO_VERSION "1.6.15"
#define PHP_MONGO_EXTNAME "mongo"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit 026eaed

Please sign in to comment.