summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2020-02-16 12:20:13 +0100
committerBjörn Esser <besser82@fedoraproject.org>2020-02-16 12:20:13 +0100
commit1a1a687de66bf864598ecf7c36a27e1829816921 (patch)
tree6325f4480baa9e04c25b78698be2c9a8201f2cc5 /NEWS
parent380a03a72ca04410aaf85705920db80a9682a0e7 (diff)
downloadlibxcrypt-1a1a687de66bf864598ecf7c36a27e1829816921.tar.gz
libxcrypt-1a1a687de66bf864598ecf7c36a27e1829816921.tar.bz2
libxcrypt-1a1a687de66bf864598ecf7c36a27e1829816921.zip
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eabd86c..f57d0be 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,14 @@ Please send bug reports, questions and suggestions to
Version 4.4.13
* libxcrypt now builds (including working tests) on Mac OSX.
+* Speed up ka-sunmd5 by skipping most of the test phrases.
+ ka-sunmd5 is slower than the entire rest of the testsuite put
+ together, because the sunmd5 hash is Just That Slow and we have to do
+ extra tests for it to ensure bug-compatibility. No easy optimizations
+ are possible and the difficult optimizations are not worth the
+ engineering effort for this obsolete hash. Instead, skip most of the
+ test phrases. See comments in test/ka-table-gen.py!h_sunmd5 for
+ further explanation.
Version 4.4.12
* Another fix for GCC v10.x, which occurs on s390 architectures only.