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.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Apr 26, 2016
1 parent df48166 commit 0b2945e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
40 changes: 31 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-03-17</date>
<time>19:06:00</time>
<date>2016-04-26</date>
<time>16:07:00</time>
<version>
<release>1.6.13</release>
<api>1.6.13</api>
<release>1.6.14</release>
<api>1.6.14</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -43,11 +43,11 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [PHP-1483] - GridFS file storage fails on big endian platform
* [PHP-1500] - Socket timeout not applied to initial command cursor query
* [PHP-1501] - Rephrase unsupported/corrupt BSON messages
* [PHP-1504] - Segfault connecting to authenticated RS after non-auth connections
* [PHP-1505] - negative files.length when storing file with size > 2GB in gridfs
* [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>

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

<release>
<date>2016-03-17</date>
<time>19:06:00</time>
<version>
<release>1.6.13</release>
<api>1.6.13</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-1483] - GridFS file storage fails on big endian platform
* [PHP-1500] - Socket timeout not applied to initial command cursor query
* [PHP-1501] - Rephrase unsupported/corrupt BSON messages
* [PHP-1504] - Segfault connecting to authenticated RS after non-auth connections
* [PHP-1505] - negative files.length when storing file with size > 2GB in gridfs
</notes>
</release>

<release>
<date>2015-11-25</date>
<time>17:25: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.14-dev"
#define PHP_MONGO_VERSION "1.6.14"
#define PHP_MONGO_EXTNAME "mongo"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit 0b2945e

Please sign in to comment.