From 7cab7f796cfae5e15db38e90b24974c9d91b623c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Apr 2026 15:35:47 +0200 Subject: Doc for --with-xpass-dlopen --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'CHANGELOG.md') 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 -- cgit