summaryrefslogtreecommitdiffstats
path: root/package.xml
diff options
context:
space:
mode:
Diffstat (limited to 'package.xml')
-rw-r--r--package.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/package.xml b/package.xml
index 0db5bc5..7c1a7b3 100644
--- a/package.xml
+++ b/package.xml
@@ -28,7 +28,7 @@ See PHP documentation on https://www.php.net/xpass
</lead>
<date>2026-01-13</date>
<version>
- <release>1.2.0</release>
+ <release>1.2.1dev</release>
<api>1.1.0</api>
</version>
<stability>
@@ -83,6 +83,23 @@ See PHP documentation on https://www.php.net/xpass
<extsrcrelease/>
<changelog>
<release>
+ <date>2026-01-13</date>
+ <version>
+ <release>1.2.0</release>
+ <api>1.1.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><![CDATA[
+- add SM3 hash algos available in libxcrypt 4.5
+- add CRYPT_PREFIX_SM3CRYPT and CRYPT_PREFIX_SM3_YESCRYPT constants
+- add PASSWORD_SM3CRYPT and PASSWORD_SM3_YESCRYPT constants
+ ]]></notes>
+ </release>
+ <release>
<date>2024-09-26</date>
<version>
<release>1.1.0</release>