We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1c48b commit 7302affCopy full SHA for 7302aff
NEWS
@@ -3,7 +3,9 @@ libxcrypt NEWS -- history of user-visible changes.
3
Please send bug reports, questions and suggestions to
4
<https://github.com/besser82/libxcrypt/issues>.
5
6
-Version 4.4.39
+Version 4.5.0
7
+* Implement the sm3crypt ($sm3$) hashing algorithm (issue #188).
8
+* Implement the sm3-yescrypt ($sm3y$) hashing algorithm (issue #206).
9
10
Version 4.4.38
11
* Fix several "-Wunterminated-string-initialization", which are seen by
configure.ac
@@ -1,7 +1,7 @@
1
# Process this file with autoconf to produce a configure script.
2
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])
0 commit comments