# HG changeset patch # User Sebastien Jodogne # Date 1511965830 -3600 # Node ID 07dd79e70b79939e42da90b70f3db4292d308dc2 # Parent 63194107e61b82c339ee034aed15a156af1d7ea2 Upgrade to SQLite amalgamation 3.21.0 in static builds diff -r 63194107e61b -r 07dd79e70b79 NEWS --- a/NEWS Sat Nov 25 11:22:53 2017 +0100 +++ b/NEWS Wed Nov 29 15:30:30 2017 +0100 @@ -24,10 +24,11 @@ * New security-related options: "DicomAlwaysAllowEcho" * Use "GBK" (frequently used in China) as an alias for "GB18030" * Experimental support of actively maintained Civetweb to replace Mongoose 3.8 +* Fix issue 31 for good (create new modality types for Philips ADW, GE Xeleris, GE AWServer) * Fix issue 64 (OpenBSD support) * Fix static compilation of DCMTK 3.6.2 on Fedora * Upgrade to Boost 1.65.1 in static builds -* Fix issue 31 for good (create new modality types for Philips ADW, GE Xeleris, GE AWServer) +* Upgrade to SQLite amalgamation 3.21.0 in static builds Version 1.3.0 (2017-07-19) diff -r 63194107e61b -r 07dd79e70b79 Resources/CMake/SQLiteConfiguration.cmake --- a/Resources/CMake/SQLiteConfiguration.cmake Sat Nov 25 11:22:53 2017 +0100 +++ b/Resources/CMake/SQLiteConfiguration.cmake Wed Nov 29 15:30:30 2017 +0100 @@ -15,11 +15,11 @@ if (SQLITE_STATIC) - SET(SQLITE_SOURCES_DIR ${CMAKE_BINARY_DIR}/sqlite-amalgamation-3071300) - SET(SQLITE_MD5 "5fbeff9645ab035a1f580e90b279a16d") - SET(SQLITE_URL "http://www.orthanc-server.com/downloads/third-party/sqlite-amalgamation-3071300.zip") + SET(SQLITE_SOURCES_DIR ${CMAKE_BINARY_DIR}/sqlite-amalgamation-3210000) + SET(SQLITE_MD5 "fe330e88d81e77e1e61554a370ae5001") + SET(SQLITE_URL "http://www.orthanc-server.com/downloads/third-party/sqlite-amalgamation-3210000.zip") - add_definitions(-DORTHANC_SQLITE_VERSION=3007013) + add_definitions(-DORTHANC_SQLITE_VERSION=3021000) DownloadPackage(${SQLITE_MD5} ${SQLITE_URL} "${SQLITE_SOURCES_DIR}")