diff options
Diffstat (limited to 'package.xml')
-rw-r--r-- | package.xml | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/package.xml b/package.xml index 2fa88f5..1208c2e 100644 --- a/package.xml +++ b/package.xml @@ -15,7 +15,7 @@ Documentation: https://www.php.net/rpminfo </lead> <date>2023-10-13</date> <version> - <release>1.0.1</release> + <release>1.0.2dev</release> <api>1.0.0</api> </version> <stability> @@ -24,8 +24,7 @@ Documentation: https://www.php.net/rpminfo </stability> <license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license> <notes> -- fix stack smashing on 32-bit -- allow retrieval of hardlink content +- </notes> <contents> <dir name="/"> @@ -77,6 +76,22 @@ Documentation: https://www.php.net/rpminfo <extsrcrelease/> <changelog> <release> + <date>2023-10-13</date> + <version> + <release>1.0.1</release> + <api>1.0.0</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license> + <notes> +- fix stack smashing on 32-bit +- allow retrieval of hardlink content + </notes> + </release> + <release> <date>2023-10-12</date> <version> <release>1.0.0</release> |