Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ find_package( ecbuild 3.4 REQUIRED HINTS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CUR
# Project
# =========================================================================================

project( ecflow LANGUAGES CXX VERSION 5.15.2 )
project( ecflow LANGUAGES CXX VERSION 5.16.0 )
#
# Important:
# The CMake project version is used, as generated CMake variables, to filter .../ecflow/core/ecflow_version.h.in
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@


def get_ecflow_version():
version = "5.15.2"
version = "5.16.0"
ecflow_version = version.split(".")
print("Extracted ecflow version '" + str(ecflow_version))
return ecflow_version
Expand Down
1 change: 1 addition & 0 deletions docs/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release notes
.. toctree::
:maxdepth: 1

version_5.16
version_5.15
version_5.14
version_5.13
Expand Down
42 changes: 42 additions & 0 deletions docs/release_notes/version_5.16.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
.. _version_5.16:

Version 5.16 updates
********************

.. role:: jiraissue
:class: hidden

.. role:: githubissue
:class: hidden

Version 5.16.0
==============

* `Released <https://confluence.ecmwf.int/display/ECFLOW/Releases>`__\ on 2026-02-06

General
-------

- **Improvement** restrict Mirror attribute polling period to a minimum of 60 seconds :jiraissue:`ECFLOW-1995`
- **Improvement** allow ``extern`` to point into local suite :jiraissue:`ECFLOW-2033`
- **Improvement** add limit usage information to log file :jiraissue:`ECFLOW-2043`
- **Improvement** enable the use of #include <> in whitelist file :jiraissue:`ECFLOW-2049`
- **Improvement** align password file names used by ecflow_server and ecflow_client :jiraissue:`ECFLOW-2056`
- **Improvement** enable to add an inlimit with -s (submission) or -n (group) flags :jiraissue:`ECFLOW-2064`
- **Improvement** include process/machine resources in server `--stats` :jiraissue:`ECFLOW-2066`
- **Improvement** enforce the use of TLS v1.3 by the server #infosec :jiraissue:`ECFLOW-2001`
- **Improvement** ensure that all date/time-related Repeat variables are 0-padded :jiraissue:`https://github.com/ecmwf/ecflow/issues/296`

- **Fix** correct reload of whitelist file when created after server start :jiraissue:`ECFLOW-2057`
- **Fix** correct removal of Mirror attribute when remote server is unavailable :jiraissue:`ECFLOW-2058`
- **Fix** correct log server filtering of null characters :jiraissue:`ECFLOW-2061`
- **Fix** replace hardcoded artifacts by dynamically generated artifacts in tests #infosec :jiraissue:`ECFLOW-2070`

ecFlowUI
--------

- **Improvement** add delete node command to context menu :jiraissue:`ECFLOW-1842` :jiraissue:`ECFLOW-2046`
- **Improvement** add button to easily copy log file path :jiraissue:`ECFLOW-2045`

- **Fix** correct cancel of adding table view :jiraissue:`ECFLOW-2044`
- **Fix** correct display of Trigger AST :jiraissue:`ECFLOW-2048`
Loading