From a9566fcfd4bf9c6822c6107904eee4bfc20b9fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= <besser82@fedoraproject.org> 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, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 98c8d07c..9375fcfd 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ libxcrypt NEWS -- history of user-visible changes. Please send bug reports, questions and suggestions to <https://github.com/besser82/libxcrypt/issues>. -Version 4.4.39 +Version 4.5.0 * crypt and crypt_gensalt now use per-thread storage areas for their output, allocated upon the first call in each thread that uses them. This makes it safe to call these functions from multiple threads @@ -13,6 +13,8 @@ Version 4.4.39 still strongly encouraged to use the reentrant functions instead, because this safety net is not guaranteed by any standard (although we are informed that Solaris also does this). +* Implement the sm3crypt ($sm3$) hashing algorithm. +* Implement the sm3-yescrypt ($sm3y$) hashing algorithm. Version 4.4.38 * Fix several "-Wunterminated-string-initialization", which are seen by diff --git a/configure.ac b/configure.ac index 4066ada1..f9cacb10 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.39], + [4.5.0], [https://github.com/besser82/libxcrypt/issues], [libxcrypt], [https://github.com/besser82/libxcrypt])