Skip to content

Commit

Permalink
Bump tarball version to 4.5.0 and update NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
besser82 committed Jan 14, 2025
1 parent 5b1b718 commit b289a9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit b289a9a

Please sign in to comment.