From be6859e83bd4dda06b4462ff2e8ef7f7a37d99f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sun, 3 Nov 2024 16:05:23 +0100 Subject: [PATCH] Update gitignore, NEWS, and TODO. --- NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 06b2709..337d63b 100644 --- a/NEWS +++ b/NEWS @@ -14,8 +14,11 @@ Version 4.4.37 previous output). This feature is a safety net against sloppy coding. Programs are 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). + both because this safety net is not guaranteed by any standard + (although we are informed that Solaris also does this) and because + this introduces some overhead for initializing a buffer of + 'sizeof (crypt_data)' as well as for copying the computed output + to the thread-local output buffer for each invocation of crypt. Version 4.4.36 * Fix left over bits failing with Perl v5.38.0 (issue #173).