comparison NEWS @ 2711:ef97db3760ed jobs

integration mainline->jobs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Jul 2018 10:53:13 +0200
parents 83c991aeb611 26eec77abc76
children 0bd1dfb14272
comparison
equal deleted inserted replaced
2708:83c991aeb611 2711:ef97db3760ed
48 * Fix issue 25 (Deadlock with Lua scripts): The event queue is now implemented for Lua 48 * Fix issue 25 (Deadlock with Lua scripts): The event queue is now implemented for Lua
49 * Configuration option "LogExportedResources" is now "false" by default 49 * Configuration option "LogExportedResources" is now "false" by default
50 * Header "OrthancCppDatabasePlugin.h" is now part of the "orthanc-databases" project 50 * Header "OrthancCppDatabasePlugin.h" is now part of the "orthanc-databases" project
51 * Upgraded dependencies for static and Windows builds: 51 * Upgraded dependencies for static and Windows builds:
52 - boost 1.67.0 52 - boost 1.67.0
53 - openssl 1.0.2o
53 54
54 55
55 Version 1.3.2 (2018-04-18) 56 Version 1.3.2 (2018-04-18)
56 ========================== 57 ==========================
57 58
456 * Many code refactorings 457 * Many code refactorings
457 * Improved error codes (no more custom descriptions in exceptions) 458 * Improved error codes (no more custom descriptions in exceptions)
458 * If error while calling the REST API, the answer body contains description of the error 459 * If error while calling the REST API, the answer body contains description of the error
459 (this feature can be disabled with the "HttpDescribeErrors" option) 460 (this feature can be disabled with the "HttpDescribeErrors" option)
460 * Upgrade to curl 7.44.0 for static and Windows builds 461 * Upgrade to curl 7.44.0 for static and Windows builds
461 * Upgrade to libcurl 1.0.2d for static and Windows builds 462 * Upgrade to openssl 1.0.2d for static and Windows builds
462 * Depends on libjpeg 9a 463 * Depends on libjpeg 9a
463 * Bypass zlib uncompression if "StorageCompression" is enabled and HTTP client supports deflate 464 * Bypass zlib uncompression if "StorageCompression" is enabled and HTTP client supports deflate
464 465
465 466
466 Version 0.9.3 (2015/08/07) 467 Version 0.9.3 (2015/08/07)