Version 5.17 updates
Version 5.17.0
Released on 2026-06-03
General
Feature enable support for RepeatDateTimeList ECFLOW-2080
Feature enable support for Debian 13 (+ .deb package) ECFLOW-2082
Feature Enable Repeat.current_index()/_value() in Python API ECFLOW-2084
Improvement review LICENSE + NOTICE content ECFLOW-2088
Improvement enable support for compilers GNU GCC 15.2/Intel 2025.3.1 ECFLOW-2078/ECFLOW-2079
Improvement refactor string/node path algorithms (i.e. remove boost::algorithm dependencies) ECFLOW-2076,ECFLOW-1922
Improvement review server log content to ensure no information disclosure ECFLOW-2004
Improvement review SSL server implementation to ensure no use of weak encryption algorithms ECFLOW-2003
Fix correct parsing of Variables with whitespace/special characters in their value ECFLOW-2089
Fix correct handling of ‘-s’/’-n’ flag when adding inlimit using ecflow_client ECFLOW-2094
Fix correct handling of Trigger subtraction expression
:NONEXISTENT - 1ECFLOW-2083Fix correct optimisation for parsing of Simple Trigger Expressions ECFLOW-2075
Fix correct handling of
--helpoption when ECF_SSL is set ECFLOW-2081Fix avoid clobbering of
setup.pyand__init__.pyduring multi-preset CMake configuration ECFLOW-2077
Python API
Improvement replace Boost.Python with Pybind11 for Python bindings ECFLOW-2090
ecFlowUI
Fix correct intermittent
ecflow_uicrash ECFLOW-2090