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 . -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 d67c54a1..d3817e45 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])