diff NEWS @ 1607:a1c92fd4d26d

news
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 01 Sep 2015 17:40:45 +0200
parents c6b50b803387
children c40fe92a68e7
line wrap: on
line diff
--- 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