Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 8239:6bd11a73f2ed | 8240:1189c742e4b3 |
|---|---|
| 54 PBKDF2-SHA512 from PBKDF2-SHA1. The default pbkdf2 rounds in the | 54 PBKDF2-SHA512 from PBKDF2-SHA1. The default pbkdf2 rounds in the |
| 55 config file has been changed to 250000. The admin should change it | 55 config file has been changed to 250000. The admin should change it |
| 56 manually if it is at 2 million. PBKDF2-SHA512 (PBKDF2S5) has been | 56 manually if it is at 2 million. PBKDF2-SHA512 (PBKDF2S5) has been |
| 57 available since release 2.3, but it required a manual step to make | 57 available since release 2.3, but it required a manual step to make |
| 58 it the default. (John Rouillard) | 58 it the default. (John Rouillard) |
| 59 - fixed a crash with roundup-admin perftest password when rounds not set | |
| 60 on command line. (John Rouillard) | |
| 59 | 61 |
| 60 Features: | 62 Features: |
| 61 | 63 |
| 62 - issue2551287 - Enhance roundup_gettext.py to extract strings from | 64 - issue2551287 - Enhance roundup_gettext.py to extract strings from |
| 63 detectors/extensions. If the polib module is available, | 65 detectors/extensions. If the polib module is available, |
