comparison 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
comparison
equal deleted inserted replaced
151:566df919b286 152:a6b4e0abe532
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 * Fix signature of "orthanc.RestOutput.SendHttpStatus()" 4 * Fix signature of "orthanc.RestOutput.SendHttpStatus()"
5 * Added orthanc.RegisterMoveCallback2() that takes 4 callbacks like the
6 original C SDK function. This allows you to implement a correct handling
7 of the C-Move sub-operations count in the GetMoveSize(). The ApplyMove()
8 must now handle a single sub-operation at a time.
9 The legacy orthanc.RegisterMoveCallback() always considers that there is a single
10 sub-operation and we have observed modalities complaining that the number of
11 sub-operations was not matching the number of instances sent.
5 12
6 13
7 Version 4.1 (2023-08-30) 14 Version 4.1 (2023-08-30)
8 ======================== 15 ========================
9 16