Mercurial > hg > orthanc
changeset 2435:07dd79e70b79
Upgrade to SQLite amalgamation 3.21.0 in static builds
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 29 Nov 2017 15:30:30 +0100 |
parents | 63194107e61b |
children | e2f167ce9149 |
files | NEWS Resources/CMake/SQLiteConfiguration.cmake |
diffstat | 2 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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)
--- 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}")