diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-16 15:35:47 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-16 15:35:47 +0200 |
| commit | 7cab7f796cfae5e15db38e90b24974c9d91b623c (patch) | |
| tree | 96dc5cbf08a5d9660b848071d66ee621da38170d /CHANGELOG.md | |
| parent | f763edefb7e91b9878bf895226fa1025c28fbe3b (diff) | |
Doc for --with-xpass-dlopenfeature-dlopen
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a7cda1a..f711cec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ # Unreleased - improve algo availability check -- update PHP License from version 3 to version 4 (BSD-3-Clause) +- update PHP License from version 3 to version 4 (**BSD-3-Clause**) +- add `--with-xpass-dlopen` to workaround conflict with MUSL library # Version 1.2.0 - 2026-01-13 - 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 +- add `CRYPT_PREFIX_SM3CRYPT` and `CRYPT_PREFIX_SM3_YESCRYPT` constants +- add `PASSWORD_SM3CRYPT` and `PASSWORD_SM3_YESCRYPT constants` # Version 1.1.0 - 2024-09-26 |
