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.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Jun 9, 2015
1 parent d7eeaeb commit 17706d3
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
39 changes: 32 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<active>yes</active>
</lead>

<date>2015-05-11</date>
<time>20:56:00</time>
<date>2015-06-09</date>
<time>20:43:00</time>
<version>
<release>1.6.8</release>
<api>1.6.8</api>
<release>1.6.9</release>
<api>1.6.9</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -43,11 +43,14 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [PHP-1442] - php_mongo_stream_notify_io() segfault with stream context options
* [PHP-1445] - MongoClient does not accept boolean false as "ssl" option
* [PHP-1426] - Ensure buffer lengths are checked in bson_to_zval()
* [PHP-1448] - Ensure DBPointer namespace length reads as little-endian
* [PHP-1450] - Ensure strings are null-terminated in bson_to_zval()
* [PHP-1453] - Ensure BSON buffer is checked before reading regex pattern/flags

** Improvement
* [PHP-1446] - Log original string values for parsed boolean options
* [PHP-1449] - Ensure value is freed when bson_to_zval() encounters an error
* [PHP-1452] - bson_decode() should require exactly one document in buffer
</notes>

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

<release>
<date>2015-05-11</date>
<time>20:56:00</time>
<version>
<release>1.6.8</release>
<api>1.6.8</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-1442] - php_mongo_stream_notify_io() segfault with stream context options
* [PHP-1445] - MongoClient does not accept boolean false as "ssl" option

** Improvement
* [PHP-1446] - Log original string values for parsed boolean options
</notes>
</release>

<release>
<date>2015-04-28</date>
<time>17:05: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.9-dev"
#define PHP_MONGO_VERSION "1.6.9"
#define PHP_MONGO_EXTNAME "mongo"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit 17706d3

Please sign in to comment.