|
20 | 20 |
|
21 | 21 | <active>yes</active>
|
22 | 22 | </lead>
|
23 |
| - <date>2020-11-28</date> |
| 23 | + <date>2020-12-20</date> |
24 | 24 | <version>
|
25 |
| - <release>2.2.0</release> |
| 25 | + <release>2.2.1</release> |
26 | 26 | <api>2.0.0</api>
|
27 | 27 | </version>
|
28 | 28 | <stability>
|
|
31 | 31 | </stability>
|
32 | 32 | <license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license>
|
33 | 33 | <notes>
|
34 |
| - New Features: |
35 |
| - - PHP 8.0 compatibility |
36 | 34 | Bugs Fixed:
|
37 |
| - - #79866 Use serialize_precision when encoding double values (bd808) |
38 |
| - - yaml_parse_file_002.phpt: Fix expectations for PHP 8.0.0beta1 (bd808) |
39 |
| - - Remove use of call_user_function_ex() for compat with PHP 8.0.0a2 (andypost) |
40 |
| - - Adjust test values for compat with 32bit platforms (bd808) |
41 |
| - - Fix memory leaks (cmb69) |
42 |
| - - #79567 Parsing long long values leads to truncation on LLP64 platforms (bd808) |
43 |
| - - #77720 Out of memory error when parsing yaml file (bd808) |
44 |
| - - [-Wformat=] issue on 32-bit (remicollet) |
45 |
| - - relax test on 32-bit (overflow to float) (remicollet) |
| 35 | + - #80324: Segfault in YAML with anonymous functions (cmb69) |
| 36 | + - Fix memory leak in y_write_object_callback() (cmb69) |
| 37 | + - Fix memory leak in handle_mapping() (cmb69) |
46 | 38 | </notes>
|
47 | 39 | <contents>
|
48 | 40 | <dir name="/">
|
|
78 | 70 | <file role="test" name="bug_79494.phpt" />
|
79 | 71 | <file role="test" name="bug_79567.phpt" />
|
80 | 72 | <file role="test" name="bug_79866.phpt" />
|
| 73 | + <file role="test" name="bug_80324.phpt" /> |
81 | 74 | <file role="test" name="bug_parsing_alias.phpt" />
|
82 | 75 | <file role="test" name="yaml_001.phpt" />
|
83 | 76 | <file role="test" name="yaml_002.phpt" />
|
|
158 | 151 | </extsrcrelease>
|
159 | 152 |
|
160 | 153 | <changelog>
|
| 154 | + <release> |
| 155 | + <date>2020-11-28</date> |
| 156 | + <version> |
| 157 | + <release>2.2.0</release> |
| 158 | + <api>2.0.0</api> |
| 159 | + </version> |
| 160 | + <stability> |
| 161 | + <release>stable</release> |
| 162 | + <api>stable</api> |
| 163 | + </stability> |
| 164 | + <license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license> |
| 165 | + <notes> |
| 166 | + New Features: |
| 167 | + - PHP 8.0 compatibility |
| 168 | + Bugs Fixed: |
| 169 | + - #79866 Use serialize_precision when encoding double values (bd808) |
| 170 | + - yaml_parse_file_002.phpt: Fix expectations for PHP 8.0.0beta1 (bd808) |
| 171 | + - Remove use of call_user_function_ex() for compat with PHP 8.0.0a2 (andypost) |
| 172 | + - Adjust test values for compat with 32bit platforms (bd808) |
| 173 | + - Fix memory leaks (cmb69) |
| 174 | + - #79567 Parsing long long values leads to truncation on LLP64 platforms (bd808) |
| 175 | + - #77720 Out of memory error when parsing yaml file (bd808) |
| 176 | + - [-Wformat=] issue on 32-bit (remicollet) |
| 177 | + - relax test on 32-bit (overflow to float) (remicollet) |
| 178 | + </notes> |
| 179 | + </release> |
161 | 180 | <release>
|
162 | 181 | <date>2020-09-13</date>
|
163 | 182 | <version>
|
|
0 commit comments