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.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Nov 25, 2015
1 parent 344dec5 commit 0eda9d1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
31 changes: 26 additions & 5 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-08-25</date>
<time>16:54:00</time>
<date>2015-11-25</date>
<time>17:25:00</time>
<version>
<release>1.6.11</release>
<api>1.6.11</api>
<release>1.6.12</release>
<api>1.6.12</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -43,7 +43,10 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [PHP-1467] - PHP driver on big endian platform not connecting to MongoDB
* [PHP-1494] - We don't allocate enough space for the hash buffer

** Task
* [PHP-1474] - Declare no support for PHP 7
</notes>

<contents>
Expand Down Expand Up @@ -214,6 +217,24 @@
</extsrcrelease>
<changelog>

<release>
<date>2015-08-25</date>
<time>16:54:00</time>
<version>
<release>1.6.11</release>
<api>1.6.11</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-1467] - PHP driver on big endian platform not connecting to MongoDB
</notes>
</release>

<release>
<date>2015-07-02</date>
<time>18:25: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.12-dev"
#define PHP_MONGO_VERSION "1.6.12"
#define PHP_MONGO_EXTNAME "mongo"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit 0eda9d1

Please sign in to comment.