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

Commit 3321e98

Browse files
committed
Bump 1.6.16
1 parent 5b5d9cb commit 3321e98

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

package.xml

+24-6
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
<active>yes</active>
3131
</lead>
3232

33-
<date>2017-09-01</date>
34-
<time>17:00:00</time>
33+
<date>2017-09-05</date>
34+
<time>13:40:00</time>
3535
<version>
36-
<release>1.6.15</release>
37-
<api>1.6.15</api>
36+
<release>1.6.16</release>
37+
<api>1.6.16</api>
3838
</version>
3939
<stability>
4040
<release>stable</release>
@@ -43,8 +43,7 @@
4343
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
4444
<notes>
4545
** Bug
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
46+
* [PHP-1529] - undefined symbol: php_mongo_asn1_time_to_time_t
4847
</notes>
4948

5049
<contents>
@@ -215,6 +214,25 @@
215214
</extsrcrelease>
216215
<changelog>
217216

217+
<release>
218+
<date>2017-09-01</date>
219+
<time>17:00:00</time>
220+
<version>
221+
<release>1.6.15</release>
222+
<api>1.6.15</api>
223+
</version>
224+
<stability>
225+
<release>stable</release>
226+
<api>stable</api>
227+
</stability>
228+
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
229+
<notes>
230+
** Bug
231+
* [PHP-1489] - Can't run the test suite against MongoDB 3.1.2 or later
232+
* [PHP-1528] - Extension should link OpenSSL during compilation
233+
</notes>
234+
</release>
235+
218236
<release>
219237
<date>2016-04-26</date>
220238
<time>16:07:00</time>

php_mongo.h

+1-1
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.16-dev"
19+
#define PHP_MONGO_VERSION "1.6.16"
2020
#define PHP_MONGO_EXTNAME "mongo"
2121

2222
#ifdef HAVE_CONFIG_H

0 commit comments

Comments
 (0)