comparison 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
comparison
equal deleted inserted replaced
1553:7c4b487b3b4a 1554:89ab71a68fcf
2 =============================== 2 ===============================
3 3
4 * "limit" and "since" arguments while retrieving DICOM resources in the REST API 4 * "limit" and "since" arguments while retrieving DICOM resources in the REST API
5 * Support of "deflate" and "gzip" content-types in HTTP requests 5 * Support of "deflate" and "gzip" content-types in HTTP requests
6 * Options to validate peers against CA certificates in HTTPS requests 6 * Options to validate peers against CA certificates in HTTPS requests
7
8 Plugins
9 -------
10
11 * New function OrthancPluginBufferCompression() to (un)compress memory buffers
7 12
8 Maintenance 13 Maintenance
9 ----------- 14 -----------
10 15
11 * Many code refactorings 16 * Many code refactorings