diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-26 10:25:02 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-26 10:25:02 +0200 |
commit | 67c9145a1e882408949fe073f7daabcfaf983329 (patch) | |
tree | f92cecedabb7e2fd00d5e644c62cc7c3fe0a406f /package.xml | |
parent | 553c0db0a57bb752e24bc414d2374205a04b0902 (diff) |
back to dev
Diffstat (limited to 'package.xml')
-rw-r--r-- | package.xml | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/package.xml b/package.xml index dea8c65..1a90f12 100644 --- a/package.xml +++ b/package.xml @@ -24,7 +24,7 @@ It also provides additional functions from libxcrypt missing in core PHP: </lead> <date>2024-09-26</date> <version> - <release>1.1.0</release> + <release>1.1.1dev</release> <api>1.1.0</api> </version> <stability> @@ -33,10 +33,7 @@ It also provides additional functions from libxcrypt missing in core PHP: </stability> <license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license> <notes><![CDATA[ -- add crypt_gensalt(?string $prefix = null, int $count = 0): ?string {} -- add crypt_preferred_method(): ?string {} -- add crypt_checksalt(string $salt): int {} -- add CRYPT_PREFIX_* and CRYPT_SALT_* constants +- ]]></notes> <contents> <dir name="/"> @@ -76,6 +73,24 @@ It also provides additional functions from libxcrypt missing in core PHP: <extsrcrelease/> <changelog> <release> + <date>2024-09-26</date> + <version> + <release>1.1.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 crypt_gensalt(?string $prefix = null, int $count = 0): ?string {} +- add crypt_preferred_method(): ?string {} +- add crypt_checksalt(string $salt): int {} +- add CRYPT_PREFIX_* and CRYPT_SALT_* constants + ]]></notes> + </release> + <release> <date>2024-09-09</date> <version> <release>1.0.0</release> |