Skip to content

Commit 22ffa46

Browse files
committed
releasing 2.1.3
1 parent a071dba commit 22ffa46

File tree

1 file changed

+30
-16
lines changed

1 file changed

+30
-16
lines changed

package.xml

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="ISO-8859-1"?>
2-
<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.7" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
33
<name>xhprof</name>
44
<channel>pecl.php.net</channel>
55
<summary>XHProf: A Hierarchical Profiler for PHP</summary>
@@ -40,19 +40,19 @@
4040
<email>[email protected]</email>
4141
<active>yes</active>
4242
</lead>
43-
<date>2019-12-06</date>
44-
<time>10:34:00</time>
43+
<date>2019-12-10</date>
44+
<time>11:06:00</time>
4545
<version>
46-
<release>2.1.2</release>
47-
<api>2.1.2</api>
46+
<release>2.1.3</release>
47+
<api>2.1.3</api>
4848
</version>
4949
<stability>
5050
<release>stable</release>
5151
<api>stable</api>
5252
</stability>
5353
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
5454
<notes>
55-
-- Fixed build with PHP-7.4 #32
55+
- Fix s390x accuracy loss #15
5656
</notes>
5757
<contents>
5858
<dir name="/">
@@ -112,6 +112,20 @@
112112
<providesextension>xhprof</providesextension>
113113
<extsrcrelease />
114114
<changelog>
115+
<release>
116+
<date>2019-12-10</date>
117+
<version>
118+
<release>2.1.3</release>
119+
<api>2.1.3</api>
120+
</version>
121+
<stability>
122+
<release>stable</release>
123+
<api>stable</api>
124+
</stability>
125+
<notes>
126+
- Fix s390x accuracy loss #15
127+
</notes>
128+
</release>
115129
<release>
116130
<date>2019-12-06</date>
117131
<version>
@@ -123,7 +137,7 @@
123137
<api>stable</api>
124138
</stability>
125139
<notes>
126-
-- Fixed build with PHP-7.4 #32
140+
- Fixed build with PHP-7.4 #32
127141
</notes>
128142
</release>
129143
<release>
@@ -137,7 +151,7 @@
137151
<api>stable</api>
138152
</stability>
139153
<notes>
140-
-- Fix macOS time benchmark #31
154+
- Fix macOS time benchmark #31
141155
</notes>
142156
</release>
143157
<release>
@@ -151,7 +165,7 @@
151165
<api>stable</api>
152166
</stability>
153167
<notes>
154-
-- Add additional information collection switch #25
168+
- Add additional information collection switch #25
155169
</notes>
156170
</release>
157171
<release>
@@ -179,7 +193,7 @@
179193
<api>stable</api>
180194
</stability>
181195
<notes>
182-
-- Fixed build with PHP-7.2
196+
- Fixed build with PHP-7.2
183197
</notes>
184198
</release>
185199
<release>
@@ -193,7 +207,7 @@
193207
<api>stable</api>
194208
</stability>
195209
<notes>
196-
-- Fix mysqli_query analysis
210+
- Fix mysqli_query analysis
197211
</notes>
198212
</release>
199213
<release>
@@ -207,7 +221,7 @@
207221
<api>stable</api>
208222
</stability>
209223
<notes>
210-
-- PHP7 support
224+
- PHP7 support
211225
</notes>
212226
</release>
213227
<release>
@@ -221,7 +235,7 @@
221235
<api>beta</api>
222236
</stability>
223237
<notes>
224-
-- Just updating the pecl package to https://github.com/facebook/xhprof/commit/254eb24dcfa763c76c57b472093ebc4b81af2b7d
238+
- Just updating the pecl package to https://github.com/facebook/xhprof/commit/254eb24dcfa763c76c57b472093ebc4b81af2b7d
225239
</notes>
226240
</release>
227241
<release>
@@ -235,7 +249,7 @@
235249
<api>beta</api>
236250
</stability>
237251
<notes>
238-
-- doc improvements/fixes
252+
- doc improvements/fixes
239253
</notes>
240254
</release>
241255
<release>
@@ -249,7 +263,7 @@
249263
<api>beta</api>
250264
</stability>
251265
<notes>
252-
-- initial release of xhprof
266+
- initial release of xhprof
253267
</notes>
254268
</release>
255269
</changelog>

0 commit comments

Comments
 (0)