Skip to content

Commit b3736aa

Browse files
committed
prep for v1.10.17
1 parent 858c56b commit b3736aa

File tree

1 file changed

+27
-5
lines changed

1 file changed

+27
-5
lines changed

package2.xml

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
<email>mj@php.net</email>
9494
<active>no</active>
9595
</helper>
96-
<date>2024-11-24</date>
96+
<date>2025-12-14</date>
9797
<version>
98-
<release>1.10.16</release>
98+
<release>1.10.17</release>
9999
<api>1.10.1</api>
100100
</version>
101101
<stability>
@@ -104,9 +104,11 @@
104104
</stability>
105105
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
106106
<notes>
107-
* PR #141: Fix bug #27796: "Array to string" conversion warnings on installs/other actions
108-
* PR #145: Never reference E_STRICT on PHP 8.4+
109-
* PR #147: Fix tests 8.1+
107+
* PR #152: Fix HTTP chunked encoding handling
108+
* PR #153: fix composer.json: typo in replace for pear_exception package
109+
* PR #154: switch to https by default
110+
* PR #156: Throw new Error instead of E_USER_ERROR on PHP 7.0+
111+
* PR #159: update tests for https-first behavior
110112
</notes>
111113
<contents>
112114
<dir name="/">
@@ -1383,5 +1385,25 @@ http://pear.php.net/advisory-20110228.txt
13831385
</notes>
13841386
</release>
13851387

1388+
<release>
1389+
<date>2025-12-14</date>
1390+
<version>
1391+
<release>1.10.17</release>
1392+
<api>1.10.1</api>
1393+
</version>
1394+
<stability>
1395+
<release>stable</release>
1396+
<api>stable</api>
1397+
</stability>
1398+
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
1399+
<notes>
1400+
* PR #152: Fix HTTP chunked encoding handling
1401+
* PR #153: fix composer.json: typo in replace for pear_exception package
1402+
* PR #154: switch to https by default
1403+
* PR #156: Throw new Error instead of E_USER_ERROR on PHP 7.0+
1404+
* PR #159: update tests for https-first behavior
1405+
</notes>
1406+
</release>
1407+
13861408
</changelog>
13871409
</package>

0 commit comments

Comments
 (0)