From 7bc0896981ac72d32b2fdb21f1ff513684ae3612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 2 Nov 2024 23:32:08 +0100 Subject: [PATCH] Bump tarball version to 4.5.0 and update NEWS. --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 337d63b..f7b36d5 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,10 @@ libxcrypt NEWS -- history of user-visible changes. Please send bug reports, questions and suggestions to . +Version 4.5.0 +* Implement the sm3crypt ($sm3$) hashing algorithm. +* Implement the sm3-yescrypt ($sm3y$) hashing algorithm. + Version 4.4.37 * Several fixes to the manpages (issue #185). * Add binary compatibility for x86_64 GNU/Hurd (issue #189). diff --git a/configure.ac b/configure.ac index 7e23a9b..653e1cb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. m4_include([build-aux/m4/zw_automodern.m4]) AC_INIT([xcrypt], - [4.4.37], + [4.5.0], [https://github.com/besser82/libxcrypt/issues], [libxcrypt], [https://github.com/besser82/libxcrypt])