# HG changeset patch # User Sebastien Jodogne # Date 1441122045 -7200 # Node ID a1c92fd4d26d08e8a6fe465b5c3a5715c59e1e27 # Parent 31f4adefb88fb0c457512e06e7aa5818c5c97fef news diff -r 31f4adefb88f -r a1c92fd4d26d NEWS --- a/NEWS Tue Sep 01 17:37:26 2015 +0200 +++ b/NEWS Tue Sep 01 17:40:45 2015 +0200 @@ -21,6 +21,7 @@ ------- * New functions to compress/uncompress images using PNG and JPEG +* New functions to issue HTTP requests from plugins * New function "OrthancPluginBufferCompression()" to (un)compress memory buffers * New function "OrthancPluginReadFile()" to read files from the filesystem * New function "OrthancPluginWriteFile()" to write files to the filesystem @@ -39,6 +40,7 @@ (this feature can be disabled with the "HttpDescribeErrors" option) * Upgrade to curl 7.44.0 for static and Windows builds * Upgrade to libcurl 1.0.2d for static and Windows builds +* Depends on libjpeg 9a * Bypass zlib uncompression if "StorageCompression" is enabled and HTTP client supports deflate