File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ libxcrypt NEWS -- history of user-visible changes.
3
3
Please send bug reports, questions and suggestions to
4
4
<https://github.com/besser82/libxcrypt/issues>.
5
5
6
- Version 4.4.39
6
+ Version 4.5.0
7
+ * Implement the sm3crypt ($sm3$) hashing algorithm (issue #188).
8
+ * Implement the sm3-yescrypt ($sm3y$) hashing algorithm (issue #206).
7
9
8
10
Version 4.4.38
9
11
* Fix several "-Wunterminated-string-initialization", which are seen by
Original file line number Diff line number Diff line change 1
1
# Process this file with autoconf to produce a configure script.
2
2
m4_include ( [ build-aux/m4/zw_automodern.m4] )
3
3
AC_INIT ( [ xcrypt] ,
4
- [ 4.4.39 ] ,
4
+ [ 4.5.0 ] ,
5
5
[ https://github.com/besser82/libxcrypt/issues] ,
6
6
[ libxcrypt] ,
7
7
[ https://github.com/besser82/libxcrypt] )
You can’t perform that action at this time.
0 commit comments