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.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Jul 2, 2015
1 parent ea1dee7 commit bbc5be0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 13 deletions.
44 changes: 32 additions & 12 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-06-09</date>
<time>20:43:00</time>
<date>2015-07-02</date>
<time>18:25:00</time>
<version>
<release>1.6.9</release>
<api>1.6.9</api>
<release>1.6.10</release>
<api>1.6.10</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -43,14 +43,9 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [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-1449] - Ensure value is freed when bson_to_zval() encounters an error
* [PHP-1452] - bson_decode() should require exactly one document in buffer
* [PHP-1460] - Query with limit leaves open cursors on server
* [PHP-1462] - Fix static compilation
* [PHP-1464] - GridFS should not drop dupes when creating index
</notes>

<contents>
Expand Down Expand Up @@ -220,6 +215,31 @@
</extsrcrelease>
<changelog>

<release>
<date>2015-06-09</date>
<time>20:43:00</time>
<version>
<release>1.6.9</release>
<api>1.6.9</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-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-1449] - Ensure value is freed when bson_to_zval() encounters an error
* [PHP-1452] - bson_decode() should require exactly one document in buffer
</notes>
</release>

<release>
<date>2015-05-11</date>
<time>20:56: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.10-dev"
#define PHP_MONGO_VERSION "1.6.10"
#define PHP_MONGO_EXTNAME "mongo"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit bbc5be0

Please sign in to comment.