Mercurial > p > roundup > code
diff CHANGES.txt @ 6295:bc2b00afa980
Replace depricated base64.decodestring with base64.b64decode.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 14 Dec 2020 09:52:58 -0500 |
| parents | a67e2b559e8d |
| children | a635a60ffb84 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Nov 29 16:11:22 2020 -0500 +++ b/CHANGES.txt Mon Dec 14 09:52:58 2020 -0500 @@ -49,6 +49,9 @@ as plain text. (John Rouillard) - issue2551100 - old jquery has security issues, upgrade it and fix user.help.html +- replace deprecated base64.decodestring with base64.b64decode in + roundup_server.py and roundup_xlmrpc_server.py (reported by + lmsteffan in irc) Features: - issue2550522 - Add 'filter' command to command-line
