From f1636fc6de66a90d7a151d61deff0dc1782bb3ee Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Fri, 8 Mar 2024 10:13:46 +0100 Subject: [PATCH] changelog: Add an entry --- changelog/changes/2024-03-08-libcrypt-migration.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/changes/2024-03-08-libcrypt-migration.md diff --git a/changelog/changes/2024-03-08-libcrypt-migration.md b/changelog/changes/2024-03-08-libcrypt-migration.md new file mode 100644 index 0000000000..768e006f10 --- /dev/null +++ b/changelog/changes/2024-03-08-libcrypt-migration.md @@ -0,0 +1 @@ +- libcrypt is now provided by the libxcrypt library instead of glibc. Glibc libcrypt was deprecated long time ago.