Skip to content

Commit 846ff27

Browse files
author
Patrick Allaert
committed
Changed: bumping version 2.1.1
1 parent 0139977 commit 846ff27

3 files changed

Lines changed: 25 additions & 8 deletions

File tree

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
APM 2.1.1 29 Mar 2016
2+
----------------------------
3+
Fixed:
4+
- Compilation issue with ZTS
5+
16
APM 2.1.0 29 Mar 2016
27
----------------------------
38
Added:

package.xml

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A web frontend exists for manipulating the data stored in database at: https://g
3232
</lead>
3333
<date>2016-03-29</date>
3434
<version>
35-
<release>2.1.0</release>
35+
<release>2.1.1</release>
3636
<api>2.0.0</api>
3737
</version>
3838
<stability>
@@ -41,12 +41,8 @@ A web frontend exists for manipulating the data stored in database at: https://g
4141
</stability>
4242
<license uri="http://www.php.net/license">PHP License</license>
4343
<notes>
44-
Added:
45-
- Support for PHP 7
46-
- collecting HTTP method
47-
48-
Improved:
49-
- Better coexistence with Xdebug
44+
Fixed:
45+
- Compilation issue with ZTS
5046
</notes>
5147
<contents>
5248
<dir name="/">
@@ -90,6 +86,22 @@ Improved:
9086
<configureoption name="enable-statsd" default="yes" prompt="Enable Statsd support"/>
9187
</extsrcrelease>
9288
<changelog>
89+
<release>
90+
<version>
91+
<release>2.1.1</release>
92+
<api>2.0.0</api>
93+
</version>
94+
<stability>
95+
<release>beta</release>
96+
<api>stable</api>
97+
</stability>
98+
<date>2016-03-29</date>
99+
<license uri="http://www.php.net/license">PHP License</license>
100+
<notes>
101+
Fixed:
102+
- Compilation issue with ZTS
103+
</notes>
104+
</release>
93105
<release>
94106
<version>
95107
<release>2.1.0</release>

php_apm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef PHP_APM_H
2020
#define PHP_APM_H
2121

22-
#define PHP_APM_VERSION "2.1.0"
22+
#define PHP_APM_VERSION "2.1.1"
2323

2424
#ifdef HAVE_CONFIG_H
2525
# include "config.h"

0 commit comments

Comments
 (0)