Bump tarball version to 4.5.0 and update NEWS.
authorBjörn Esser <[email protected]>
Sat, 2 Nov 2024 22:32:08 +0000 (2 23:32 +0100)
committerBjörn Esser <[email protected]>
Mon, 10 Mar 2025 06:23:53 +0000 (10 07:23 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index a6e3554..48ad1a6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,9 @@ 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
+* Implement the sm3crypt ($sm3$) hashing algorithm (issue #188).
+* Implement the sm3-yescrypt ($sm3y$) hashing algorithm (issue #206).
 
 Version 4.4.38
 * Fix several "-Wunterminated-string-initialization", which are seen by
index d4bf652..7fbc9aa 100644 (file)
@@ -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])