Mercurial > p > roundup > code
diff CHANGES.txt @ 7114:33eb82ad26ba
issue2551250: Fix sorting of detectors
.. even if there are two with the same name and priority (can happen if
they are created in two different files).
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Wed, 21 Dec 2022 20:13:39 +0100 |
| parents | 5c6dd791d638 |
| children | cb39a6c95cd3 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Dec 11 18:54:21 2022 -0500 +++ b/CHANGES.txt Wed Dec 21 20:13:39 2022 +0100 @@ -58,6 +58,9 @@ - Fix final exception handler in roundup-server to send proper Content-Length header to the client. (John Rouillard) - Fix traceback if Origin header is missing. (John Rouillard) +- issue2551250: Fix sorting of detectors even if there are two with the + same name and priority (can happen if they are created in two + different files). Features:
