Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: besser82/libxcrypt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2222fc1171c34f551cf912e9c7064aa59a71d25b
Choose a base ref
..
head repository: besser82/libxcrypt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bb9edb01675aaaac01fe742cc6e8061a395eabfc
Choose a head ref
Showing with 9 additions and 2 deletions.
  1. +8 −1 NEWS
  2. +1 −1 configure.ac
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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.38
Version 4.4.39
* 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
@@ -14,6 +14,13 @@ Version 4.4.38
because this safety net is not guaranteed by any standard
(although we are informed that Solaris also does this).

Version 4.4.38
* Fix several "-Wunterminated-string-initialization", which are seen by
upcoming GCC 15.x (issue #194).
* Fix "-Wmaybe-uninitialized" in crypt.c, which is seen by GCC 13.3.0.
* Skip test/explicit-bzero if compiling with ASAN.
* Drop hard requirement for the pkg-config binary (issue #198).

Version 4.4.37
* Several fixes to the manpages (issue #185).
* Add binary compatibility for x86_64 GNU/Hurd (issue #189).
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.38],
[4.4.39],
[https://github.com/besser82/libxcrypt/issues],
[libxcrypt],
[https://github.com/besser82/libxcrypt])