summaryrefslogtreecommitdiffstats
path: root/package.xml
diff options
context:
space:
mode:
Diffstat (limited to 'package.xml')
-rw-r--r--package.xml23
1 files changed, 19 insertions, 4 deletions
diff --git a/package.xml b/package.xml
index e5a2ad3..8f2fb33 100644
--- a/package.xml
+++ b/package.xml
@@ -16,18 +16,18 @@ distributions, using extended crypt library (libxcrypt):
<email>remi@php.net</email>
<active>yes</active>
</lead>
- <date>2024-09-02</date>
+ <date>2024-09-09</date>
<version>
- <release>1.0.0RC2</release>
+ <release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
- <release>beta</release>
+ <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 libxcrypt algorithm detection (@zeriyoshi)
+- first RC release
</notes>
<contents>
<dir name="/">
@@ -60,6 +60,21 @@ distributions, using extended crypt library (libxcrypt):
<extsrcrelease/>
<changelog>
<release>
+ <date>2024-09-02</date>
+ <version>
+ <release>1.0.0RC2</release>
+ <api>1.0.0</api>
+ </version>
+ <stability>
+ <release>beta</release>
+ <api>stable</api>
+ </stability>
+ <license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
+ <notes>
+- fix libxcrypt algorithm detection (@zeriyoshi)
+ </notes>
+ </release>
+ <release>
<date>2024-08-28</date>
<version>
<release>1.0.0RC1</release>