Skip to content

Commit 13a126f

Browse files
committed
release 2.1.2
* PHP-8 compatibility. (Remi Collet, Michael Wallner) * Fixed #152: Split tests for #67 regarding 32/64bit platforms. (Andy Postnikov) * Fixed #153 and #147: Small string optimization causes excessive memory consumption under specific workloads. (Michael Wallner)
1 parent 80d82ac commit 13a126f

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

package.xml

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<email>[email protected]</email>
2323
<active>yes</active>
2424
</lead>
25-
<date>2020-07-27</date>
25+
<date>2020-11-27</date>
2626
<version>
27-
<release>2.1.1</release>
27+
<release>2.1.2</release>
2828
<api>2.0.3</api>
2929
</version>
3030
<stability>
@@ -33,7 +33,10 @@
3333
</stability>
3434
<license filesource="LICENSE">3-Clause-BSD</license>
3535
<notes><![CDATA[
36-
* Fixed issue #149: msgpack unpack error
36+
* PHP-8 compatibility (Remi Collet, Michael Wallner)
37+
* Fixed #152: Split tests for #67 regarding 32/64bit platforms. (Andy Postnikov)
38+
* Fixed #153 and #147: Small string optimization causes excessive memory
39+
consumption under specific workloads. (Michael Wallner)
3740
]]></notes>
3841
<contents>
3942
<dir name="/">
@@ -215,6 +218,22 @@
215218
<extsrcrelease />
216219
<changelog>
217220

221+
<release>
222+
<date>2020-07-27</date>
223+
<version>
224+
<release>2.1.1</release>
225+
<api>2.0.3</api>
226+
</version>
227+
<stability>
228+
<release>stable</release>
229+
<api>stable</api>
230+
</stability>
231+
<license filesource="LICENSE">3-Clause-BSD</license>
232+
<notes><![CDATA[
233+
* Fixed issue #149: msgpack unpack error
234+
]]></notes>
235+
</release>
236+
218237
<release>
219238
<date>2020-02-28</date>
220239
<version>

0 commit comments

Comments
 (0)