Mercurial > p > roundup > code
comparison CHANGES.txt @ 5224:0121b2f1f041
Apply patch attached to issue2550937 traceback/crash due to passing
empty sendto to smtp_send. Fix by Trent Gamblin.
http://issues.roundup-tracker.org/issue2550937
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 05 Apr 2017 22:04:04 -0400 |
| parents | 34e8d3f39057 |
| children | 8743b7226dc7 |
comparison
equal
deleted
inserted
replaced
| 5223:34e8d3f39057 | 5224:0121b2f1f041 |
|---|---|
| 422 method, but they can not be looped over using tal:repeat if the user | 422 method, but they can not be looped over using tal:repeat if the user |
| 423 doesn't have view access to the class the multilink represents. The | 423 doesn't have view access to the class the multilink represents. The |
| 424 permissions check was changed to require that the user have View | 424 permissions check was changed to require that the user have View |
| 425 access to the labelprop for the class rather than View access to the | 425 access to the labelprop for the class rather than View access to the |
| 426 class. (John Rouillard) | 426 class. (John Rouillard) |
| 427 - issue2550937: fix crash by verifying that sendto is not null before | |
| 428 calling mailer.smtp_send. Discovered and patched by Trent Gamblin. | |
| 429 Applied by John Rouillard. | |
| 427 | 430 |
| 428 2016-01-11: 1.5.1 | 431 2016-01-11: 1.5.1 |
| 429 | 432 |
| 430 Pay attention: | 433 Pay attention: |
| 431 | 434 |
