Mercurial > p > roundup > code
diff CHANGES.txt @ 8240:1189c742e4b3
fix: crash roundup-admin perftest password without rounds= argument.
If the rounds value is taken from the config file, it doesn't need to
be parsed into an int.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 30 Dec 2024 02:59:27 -0500 |
| parents | 6bd11a73f2ed |
| children | 741ea8a86012 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Dec 30 02:57:46 2024 -0500 +++ b/CHANGES.txt Mon Dec 30 02:59:27 2024 -0500 @@ -56,6 +56,8 @@ manually if it is at 2 million. PBKDF2-SHA512 (PBKDF2S5) has been available since release 2.3, but it required a manual step to make it the default. (John Rouillard) +- fixed a crash with roundup-admin perftest password when rounds not set + on command line. (John Rouillard) Features:
