From 8231f433985f4a10ebea665a1085ffeef4891ffb Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Sat, 6 Dec 2014 16:30:00 -0500 Subject: [PATCH] Bumped revision to v5.0.3, release ready Signed-off-by: Ian Bell --- CMakeLists.txt | 2 +- Web/coolprop/changelog.rst | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ca48547..66f4f664 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ project(${project_name}) # Project version set (COOLPROP_VERSION_MAJOR 5) set (COOLPROP_VERSION_MINOR 0) -set (COOLPROP_VERSION_PATCH 2) +set (COOLPROP_VERSION_PATCH 3) set (COOLPROP_VERSION ${COOLPROP_VERSION_MAJOR}.${COOLPROP_VERSION_MINOR}.${COOLPROP_VERSION_PATCH}) ####################################### diff --git a/Web/coolprop/changelog.rst b/Web/coolprop/changelog.rst index 5e5c0716..096fd1ea 100644 --- a/Web/coolprop/changelog.rst +++ b/Web/coolprop/changelog.rst @@ -1,6 +1,25 @@ Changelog for CoolProp ====================== +5.0.3 +----- +Bugfix, with some new functionality + +The most important fix is for users of Microsoft Excel on windows. It is imperative to download a new CoolProp.dll, there was a serious bug in how Excel and CoolProp interact that has been fixed. + +Issues Closed: + +* `#293 `_ : Requirement for zipped source code file +* `#292 `_ : Update CycloHexane EOS +* `#289 `_ : Two-phase states don't work for DY flash +* `#288 `_ : Some calls in Excel throw FPU exceptions which throw error messages +* `#287 `_ : Predefined mixtures cannot be used in PropsSI +* `#285 `_ : Cannot solve for conductivity and viscosity +* `#284 `_ : Create build steps on the master that allow us to automate the releasing even more +* `#283 `_ : Change fullclean logic to use git pull to wipe the folder completely +* `#282 `_ : SWIG wrappers not converting errors in PropsSI to exceptions +* `#280 `_ : Describe the predefined mixtures with examples on website + 5.0.2 ----- Bugfix.