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

Commit 4c0cfbd

Browse files
committed
BUMP 1.6.6
1 parent c12802f commit 4c0cfbd

File tree

2 files changed

+30
-11
lines changed

2 files changed

+30
-11
lines changed

package.xml

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

33-
<date>2015-03-13</date>
34-
<time>12:14:05</time>
33+
<date>2015-03-24</date>
34+
<time>10:46:05</time>
3535
<version>
36-
<release>1.6.5</release>
37-
<api>1.6.5</api>
36+
<release>1.6.6</release>
37+
<api>1.6.6</api>
3838
</version>
3939
<stability>
4040
<release>stable</release>
@@ -43,12 +43,8 @@
4343
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
4444
<notes>
4545
** Bug
46-
* [PHP-1406] - Connecting through SSL no longer works in PHP 5.6 with 2.4.13, 2.6.6, and later
47-
* [PHP-1407] - Hostname matching with Replica Set doesn't work pre PHP 5.6
48-
* [PHP-1412] - Compile error when OpenSSL is not available
49-
50-
** Improvement
51-
* [PHP-1410] - Add certification expiration matching
46+
* [PHP-1413] - Driver segfaults with SSL connection and no context options
47+
* [PHP-1414] - SSL peer verification should reference stream->context options
5248
</notes>
5349

5450
<contents>
@@ -218,6 +214,29 @@
218214
</extsrcrelease>
219215
<changelog>
220216

217+
<release>
218+
<date>2015-03-13</date>
219+
<time>12:14:05</time>
220+
<version>
221+
<release>1.6.5</release>
222+
<api>1.6.5</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-1406] - Connecting through SSL no longer works in PHP 5.6 with 2.4.13, 2.6.6, and later
232+
* [PHP-1407] - Hostname matching with Replica Set doesn't work pre PHP 5.6
233+
* [PHP-1412] - Compile error when OpenSSL is not available
234+
235+
** Improvement
236+
* [PHP-1410] - Add certification expiration matching
237+
</notes>
238+
</release>
239+
221240
<release>
222241
<date>2015-03-03</date>
223242
<time>08:22:05</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.6-dev"
19+
#define PHP_MONGO_VERSION "1.6.6"
2020
#define PHP_MONGO_EXTNAME "mongo"
2121

2222
#ifdef HAVE_CONFIG_H

0 commit comments

Comments
 (0)