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

Commit 026eaed

Browse files
committed
Bump 1.6.15
1 parent 174f17a commit 026eaed

File tree

2 files changed

+29
-10
lines changed

2 files changed

+29
-10
lines changed

package.xml

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
<active>yes</active>
3131
</lead>
3232

33-
<date>2016-04-26</date>
34-
<time>16:07:00</time>
33+
<date>2017-09-01</date>
34+
<time>17:00:00</time>
3535
<version>
36-
<release>1.6.14</release>
37-
<api>1.6.14</api>
36+
<release>1.6.15</release>
37+
<api>1.6.15</api>
3838
</version>
3939
<stability>
4040
<release>stable</release>
@@ -43,11 +43,8 @@
4343
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
4444
<notes>
4545
** Bug
46-
* [PHP-1468] - Segfault on node with high network latency
47-
* [PHP-1511] - append_getlasterror() should ignore unset fsync/journal from link
48-
49-
** Improvement
50-
* [PHP-1510] - Route unacknowledged writes through legacy op codes
46+
* [PHP-1489] - Can't run the test suite against MongoDB 3.1.2 or later
47+
* [PHP-1528] - Extension should link OpenSSL during compilation
5148
</notes>
5249

5350
<contents>
@@ -218,6 +215,28 @@
218215
</extsrcrelease>
219216
<changelog>
220217

218+
<release>
219+
<date>2016-04-26</date>
220+
<time>16:07:00</time>
221+
<version>
222+
<release>1.6.14</release>
223+
<api>1.6.14</api>
224+
</version>
225+
<stability>
226+
<release>stable</release>
227+
<api>stable</api>
228+
</stability>
229+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
230+
<notes>
231+
** Bug
232+
* [PHP-1468] - Segfault on node with high network latency
233+
* [PHP-1511] - append_getlasterror() should ignore unset fsync/journal from link
234+
235+
** Improvement
236+
* [PHP-1510] - Route unacknowledged writes through legacy op codes
237+
</notes>
238+
</release>
239+
221240
<release>
222241
<date>2016-03-17</date>
223242
<time>19:06:00</time>

php_mongo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#ifndef PHP_MONGO_H
1717
#define PHP_MONGO_H 1
1818

19-
#define PHP_MONGO_VERSION "1.6.15-dev"
19+
#define PHP_MONGO_VERSION "1.6.15"
2020
#define PHP_MONGO_EXTNAME "mongo"
2121

2222
#ifdef HAVE_CONFIG_H

0 commit comments

Comments
 (0)