comparison NEWS @ 1607:a1c92fd4d26d

news
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 01 Sep 2015 17:40:45 +0200
parents c6b50b803387
children c40fe92a68e7
comparison
equal deleted inserted replaced
1606:31f4adefb88f 1607:a1c92fd4d26d
19 19
20 Plugins 20 Plugins
21 ------- 21 -------
22 22
23 * New functions to compress/uncompress images using PNG and JPEG 23 * New functions to compress/uncompress images using PNG and JPEG
24 * New functions to issue HTTP requests from plugins
24 * New function "OrthancPluginBufferCompression()" to (un)compress memory buffers 25 * New function "OrthancPluginBufferCompression()" to (un)compress memory buffers
25 * New function "OrthancPluginReadFile()" to read files from the filesystem 26 * New function "OrthancPluginReadFile()" to read files from the filesystem
26 * New function "OrthancPluginWriteFile()" to write files to the filesystem 27 * New function "OrthancPluginWriteFile()" to write files to the filesystem
27 * New function "OrthancPluginGetErrorDescription()" to convert error codes to strings 28 * New function "OrthancPluginGetErrorDescription()" to convert error codes to strings
28 * New function "OrthancPluginSendHttpStatus()" to send HTTP status with a body 29 * New function "OrthancPluginSendHttpStatus()" to send HTTP status with a body
37 * Improved error codes (no more custom descriptions in exceptions) 38 * Improved error codes (no more custom descriptions in exceptions)
38 * If error while calling the REST API, the answer body contains description of the error 39 * If error while calling the REST API, the answer body contains description of the error
39 (this feature can be disabled with the "HttpDescribeErrors" option) 40 (this feature can be disabled with the "HttpDescribeErrors" option)
40 * Upgrade to curl 7.44.0 for static and Windows builds 41 * Upgrade to curl 7.44.0 for static and Windows builds
41 * Upgrade to libcurl 1.0.2d for static and Windows builds 42 * Upgrade to libcurl 1.0.2d for static and Windows builds
43 * Depends on libjpeg 9a
42 * Bypass zlib uncompression if "StorageCompression" is enabled and HTTP client supports deflate 44 * Bypass zlib uncompression if "StorageCompression" is enabled and HTTP client supports deflate
43 45
44 46
45 Version 0.9.3 (2015/08/07) 47 Version 0.9.3 (2015/08/07)
46 ========================== 48 ==========================