Skip to content

Commit

Permalink
Changed: bumping version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Allaert committed Mar 29, 2016
1 parent 0139977 commit 846ff27
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
5 changes: 5 additions & 0 deletions NEWS
@@ -1,3 +1,8 @@
APM 2.1.1 29 Mar 2016
----------------------------
Fixed:
- Compilation issue with ZTS

APM 2.1.0 29 Mar 2016
----------------------------
Added:
Expand Down
26 changes: 19 additions & 7 deletions package.xml
Expand Up @@ -32,7 +32,7 @@ A web frontend exists for manipulating the data stored in database at: https://g
</lead>
<date>2016-03-29</date>
<version>
<release>2.1.0</release>
<release>2.1.1</release>
<api>2.0.0</api>
</version>
<stability>
Expand All @@ -41,12 +41,8 @@ A web frontend exists for manipulating the data stored in database at: https://g
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
Added:
- Support for PHP 7
- collecting HTTP method

Improved:
- Better coexistence with Xdebug
Fixed:
- Compilation issue with ZTS
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -90,6 +86,22 @@ Improved:
<configureoption name="enable-statsd" default="yes" prompt="Enable Statsd support"/>
</extsrcrelease>
<changelog>
<release>
<version>
<release>2.1.1</release>
<api>2.0.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<date>2016-03-29</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
Fixed:
- Compilation issue with ZTS
</notes>
</release>
<release>
<version>
<release>2.1.0</release>
Expand Down
2 changes: 1 addition & 1 deletion php_apm.h
Expand Up @@ -19,7 +19,7 @@
#ifndef PHP_APM_H
#define PHP_APM_H

#define PHP_APM_VERSION "2.1.0"
#define PHP_APM_VERSION "2.1.1"

#ifdef HAVE_CONFIG_H
# include "config.h"
Expand Down

0 comments on commit 846ff27

Please sign in to comment.