Mercurial > hg > orthanc
diff NEWS @ 1554:89ab71a68fcf
New function OrthancPluginBufferCompression() to (un)compress memory buffers
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 20 Aug 2015 11:56:42 +0200 |
parents | e9325f3ac496 |
children | d6a93e12b1c1 |
line wrap: on
line diff
--- a/NEWS Thu Aug 20 10:32:43 2015 +0200 +++ b/NEWS Thu Aug 20 11:56:42 2015 +0200 @@ -5,6 +5,11 @@ * Support of "deflate" and "gzip" content-types in HTTP requests * Options to validate peers against CA certificates in HTTPS requests +Plugins +------- + +* New function OrthancPluginBufferCompression() to (un)compress memory buffers + Maintenance -----------