diff options
author | Björn Esser <besser82@fedoraproject.org> | 2020-02-16 12:20:13 +0100 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2020-02-16 12:20:13 +0100 |
commit | 1a1a687de66bf864598ecf7c36a27e1829816921 (patch) | |
tree | 6325f4480baa9e04c25b78698be2c9a8201f2cc5 /NEWS | |
parent | 380a03a72ca04410aaf85705920db80a9682a0e7 (diff) | |
download | libxcrypt-1a1a687de66bf864598ecf7c36a27e1829816921.tar.gz libxcrypt-1a1a687de66bf864598ecf7c36a27e1829816921.tar.bz2 libxcrypt-1a1a687de66bf864598ecf7c36a27e1829816921.zip |
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |