Mercurial > hg > orthanc
comparison NEWS @ 2134:ddc75c6c712d
Avoid hard crash if not enough memory
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 09 Nov 2016 12:04:09 +0100 |
parents | 0c09d1af22f3 |
children | 8cbb55089a1d |
comparison
equal
deleted
inserted
replaced
2133:15ae532af70e | 2134:ddc75c6c712d |
---|---|
23 * New function: "OrthancPluginRegisterPrivateDictionaryTag()" to register private tags | 23 * New function: "OrthancPluginRegisterPrivateDictionaryTag()" to register private tags |
24 | 24 |
25 Maintenance | 25 Maintenance |
26 ----------- | 26 ----------- |
27 | 27 |
28 * Avoid hard crash if not enough memory (handling of std::bad_alloc) | |
28 * Improved robustness of Orthanc Explorer wrt. query/retrieve (maybe fix issue 24) | 29 * Improved robustness of Orthanc Explorer wrt. query/retrieve (maybe fix issue 24) |
29 * Fix serious performance issue with C-FIND | 30 * Fix serious performance issue with C-FIND |
30 * Fix extraction of the symbolic name of the private tags | 31 * Fix extraction of the symbolic name of the private tags |
31 * Performance warning if runtime debug assertions are turned on | 32 * Performance warning if runtime debug assertions are turned on |
32 * Improved robustness against files with no PatientID | 33 * Improved robustness against files with no PatientID |