Skip to content

Commit cda5608

Browse files
committed
Prepare 1.10.13 release
1 parent cc992f1 commit cda5608

2 files changed

Lines changed: 32 additions & 5 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
tests/ export-ignore
22
.gitattributes export-ignore
33
.github/ export-ignore
4-
.gitattributes export-ignore
54
.gitignore export-ignore
65
package.xml export-ignore

package.xml

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ using RFC2047 and/or RFC2231.</description>
2626
<email>alec@php.net</email>
2727
<active>yes</active>
2828
</lead>
29-
<date>2024-03-10</date>
30-
<time>21:20:00</time>
29+
<date>2026-08-08</date>
30+
<time>12:00:00</time>
3131
<version>
32-
<release>1.10.12</release>
32+
<release>1.10.13</release>
3333
<api>1.10.0</api>
3434
</version>
3535
<stability>
@@ -38,7 +38,13 @@ using RFC2047 and/or RFC2231.</description>
3838
</stability>
3939
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
4040
<notes>
41-
* Prevent from "PHP Deprecated: file_exists(): Passing null to parameter #1 ($filename) of type string" [alec]
41+
* Fix control characters passing unescaped into RFC 2047 encoded-words (#37) [sebastka]
42+
* Fix syntax error in the headers_with_mbstring.phpt skip condition (#36) [sebastka]
43+
* Fix/rfc2047 quoted-printable chunk off by two - when not using mbstring (#35) [sebastka]
44+
* Fix infinite loop and memory exhaustion on an over-long charset name (#34) [sebastka]
45+
* Fix base64 encoded-words exceeding the RFC 2047 75-character limit (#33) [sebastka]
46+
* Fix infinite loop and memory exhaustion when folding RFC 2047 params (#32) [sebastka]
47+
* CI: PHP 8.4 - 8.6 support [alec]
4248
* PHPDoc improvements [alec]
4349
</notes>
4450
<contents>
@@ -50,6 +56,10 @@ using RFC2047 and/or RFC2231.</description>
5056
<file baseinstalldir="Mail" name="headers_with_mbstring.phpt" role="test" />
5157
<file baseinstalldir="Mail" name="headers_without_mbstring.phpt" role="test" />
5258
<file baseinstalldir="Mail" name="qp_encoding_test.phpt" role="test" />
59+
<file baseinstalldir="Mail" name="rfc2047_control_chars.phpt" role="test" />
60+
<file baseinstalldir="Mail" name="rfc2047_encoded_word_length.phpt" role="test" />
61+
<file baseinstalldir="Mail" name="rfc2047_long_charset.phpt" role="test" />
62+
<file baseinstalldir="Mail" name="rfc2047_qp_chunk_length.phpt" role="test" />
5363
<file baseinstalldir="Mail" name="sleep_wakeup_EOL-bug3488-part1.phpt" role="test" />
5464
<file baseinstalldir="Mail" name="sleep_wakeup_EOL-bug3488-part2.phpt" role="test" />
5565
<file baseinstalldir="Mail" name="test_Bug_3513_1.phpt" role="test" />
@@ -93,6 +103,7 @@ using RFC2047 and/or RFC2231.</description>
93103
<file baseinstalldir="Mail" name="test_Bug_GH16.phpt" role="test" />
94104
<file baseinstalldir="Mail" name="test_Bug_GH19.phpt" role="test" />
95105
<file baseinstalldir="Mail" name="test_Bug_GH26.phpt" role="test" />
106+
<file baseinstalldir="Mail" name="test_Bug_GH32.phpt" role="test" />
96107
<file baseinstalldir="Mail" name="test_linebreak_dot.phpt" role="test" />
97108
<file baseinstalldir="Mail" name="test_linebreak_larger_76.phpt" role="test" />
98109
</dir> <!-- /tests -->
@@ -1033,5 +1044,22 @@ Bugs Fixed:
10331044
* Fix the license label in composer.json [jnkowa-gfk]
10341045
</notes>
10351046
</release>
1047+
<release>
1048+
<date>2024-03-10</date>
1049+
<time>21:20:00</time>
1050+
<version>
1051+
<release>1.10.12</release>
1052+
<api>1.10.0</api>
1053+
</version>
1054+
<stability>
1055+
<release>stable</release>
1056+
<api>stable</api>
1057+
</stability>
1058+
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
1059+
<notes>
1060+
* Prevent from "PHP Deprecated: file_exists(): Passing null to parameter #1 ($filename) of type string" [alec]
1061+
* PHPDoc improvements [alec]
1062+
</notes>
1063+
</release>
10361064
</changelog>
10371065
</package>

0 commit comments

Comments
 (0)