Skip to content

Commit 6f4c3a0

Browse files
committed
prep for v1.10.15
1 parent f7a2200 commit 6f4c3a0

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

package2.xml

Lines changed: 21 additions & 12 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>2023-11-26</date>
96+
<date>2024-03-09</date>
9797
<version>
98-
<release>1.10.14</release>
98+
<release>1.10.15</release>
9999
<api>1.10.1</api>
100100
</version>
101101
<stability>
@@ -104,16 +104,8 @@
104104
</stability>
105105
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
106106
<notes>
107-
* PR #112: Put glue and pieces parameters to implode in correct order for PHP 7.4+
108-
* PR #121: Fix PHP bug 81653: Typo in install-pear-nozlib.phar
109-
* PR #122: add %S EXPECTF capability
110-
* PR #124: Fix: Creation of dynamic property PEAR_Error::$callback is deprecated
111-
* PR #125: Fixed extension loaded check for pecl binaries
112-
* PR #126: Remove -n option from pecl.bat for shared extensions
113-
* PR #127: fix Using ${var} in strings is deprecated
114-
* PR #128: fix lingering license references to PHP license
115-
* PR #129: Exclude tests from composer classmap
116-
* PR #131: fix private lastError name
107+
* PR #132: cleanup uneeded test
108+
* PR #135: Fix PHP Deprecated: Calling get_class() without arguments
117109
</notes>
118110
<contents>
119111
<dir name="/">
@@ -1354,5 +1346,22 @@ http://pear.php.net/advisory-20110228.txt
13541346
* PR #131: fix private lastError name
13551347
</notes>
13561348
</release>
1349+
1350+
<release>
1351+
<date>2024-03-09</date>
1352+
<version>
1353+
<release>1.10.15</release>
1354+
<api>1.10.1</api>
1355+
</version>
1356+
<stability>
1357+
<release>stable</release>
1358+
<api>stable</api>
1359+
</stability>
1360+
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
1361+
<notes>
1362+
* PR #132: cleanup uneeded test
1363+
* PR #135: Fix PHP Deprecated: Calling get_class() without arguments
1364+
</notes>
1365+
</release>
13571366
</changelog>
13581367
</package>

0 commit comments

Comments
 (0)