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

Commit

Permalink
Fix indentation in package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Nov 25, 2015
1 parent e3d7423 commit 344dec5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,10 @@
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [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
** Bug
* [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>
</release>

Expand All @@ -247,15 +247,15 @@
</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
** 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
** 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>

Expand Down

0 comments on commit 344dec5

Please sign in to comment.