Mercurial > hg > orthanc-python
diff NEWS @ 152:a6b4e0abe532 cmove2
fix leaking of MoveDriver
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 29 Feb 2024 11:31:47 +0100 |
parents | cc0765aae484 |
children | 5adf2e1186ab |
line wrap: on
line diff
--- a/NEWS Tue Feb 27 16:13:08 2024 +0100 +++ b/NEWS Thu Feb 29 11:31:47 2024 +0100 @@ -2,6 +2,13 @@ =============================== * Fix signature of "orthanc.RestOutput.SendHttpStatus()" +* Added orthanc.RegisterMoveCallback2() that takes 4 callbacks like the + original C SDK function. This allows you to implement a correct handling + of the C-Move sub-operations count in the GetMoveSize(). The ApplyMove() + must now handle a single sub-operation at a time. + The legacy orthanc.RegisterMoveCallback() always considers that there is a single + sub-operation and we have observed modalities complaining that the number of + sub-operations was not matching the number of instances sent. Version 4.1 (2023-08-30)