From a7ba5eb0d8918afd0c8fc22a8bb8a9ddf28409d0 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 8 Feb 2019 17:46:13 +0100 Subject: [PATCH] updated release.txt --- RELEASE.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index dc4d5e2a2..74e9ca8c6 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -23,7 +23,7 @@ This document describes the differences between 4.0.1 and 4.0.0 releases. - Receiver (padding, releasing resources segfault, gappixels) - Users class (detectorSize, ROI, versions, status) - API (config error, ROI) - - Compile (static libraries, Makefile for API) + - Compile (Options prefix, static libraries, Makefile for API) - Gui (multi module) @@ -82,7 +82,9 @@ This document describes the differences between 4.0.1 and 4.0.0 releases. Compile ------- - 1. Static libraries removed. + 1. CMake options now have a prefix 'SLS_'. + + 2. Static libraries removed. 2. slsDetectorPackage/manual/manual-api/Makefile modified to use libraries from slsDetectorPackage/bin as the main Makefile copies the libraries there.