Mercurial > hg > orthanc
comparison NEWS @ 1615:c40fe92a68e7
Primitives to upgrade the database version in plugins
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 16 Sep 2015 15:18:59 +0200 |
parents | a1c92fd4d26d |
children | a49aacb21a40 |
comparison
equal
deleted
inserted
replaced
1614:1c9e99d2bfd2 | 1615:c40fe92a68e7 |
---|---|
28 * New function "OrthancPluginGetErrorDescription()" to convert error codes to strings | 28 * New function "OrthancPluginGetErrorDescription()" to convert error codes to strings |
29 * New function "OrthancPluginSendHttpStatus()" to send HTTP status with a body | 29 * New function "OrthancPluginSendHttpStatus()" to send HTTP status with a body |
30 * New function "OrthancPluginRegisterRestCallbackNoLock()" for high-performance plugins | 30 * New function "OrthancPluginRegisterRestCallbackNoLock()" for high-performance plugins |
31 * Plugins have access to explicit error codes | 31 * Plugins have access to explicit error codes |
32 * Improvements to the sample "ServeFolders" plugin | 32 * Improvements to the sample "ServeFolders" plugin |
33 * Primitives to upgrade the database version in plugins | |
33 | 34 |
34 Maintenance | 35 Maintenance |
35 ----------- | 36 ----------- |
36 | 37 |
37 * Many code refactorings | 38 * Many code refactorings |