File: version_5.11.rst

package info (click to toggle)
ecflow 5.15.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,868 kB
  • sloc: cpp: 269,341; python: 22,756; sh: 3,609; perl: 770; xml: 333; f90: 204; ansic: 141; makefile: 70
file content (82 lines) | stat: -rw-r--r-- 1,613 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.. _version_5.11:

Version 5.11 updates
********************

Version 5.11.4
==============

* `Released <https://confluence.ecmwf.int/display/ECFLOW/Releases>`__\  on 2023-10-10


General
-------

- **Fix**: Correct the finding of the logserver script


Version 5.11.3
==============

* `Released <https://confluence.ecmwf.int/display/ECFLOW/Releases>`__\  on 2023-07-18


General
-------

- **Fix**: Correct handling of client SSL connection


Version 5.11.2
==============

* `Released <https://confluence.ecmwf.int/display/ECFLOW/Releases>`__\  on 2023-07-13


General
-------

- **Fix**: Correct compilation issues on GCC 13
- **Fix**: Correct compilation issues on Conda Forge


Version 5.11.1
==============

* `Released <https://confluence.ecmwf.int/display/ECFLOW/Releases>`__\  on 2023-07-03


General
-------

- **Fix**: Correct the use of child commands to handle ecflow UDP requests


Version 5.11.0
==============

* `Released <https://confluence.ecmwf.int/display/ECFLOW/Releases>`__\  on 2023-05-25


UDP API
--------

- **New feature**: a new UDP server provides access to a running ecFlow server via UDP. This is still experimental and
  subject to change, but if you'd like to have a look, the documentation is here: :ref:`udp_api`


ecFlowUI
--------

- **Improvement**: enabled the use of user-defined command with quotes


General
-------

- **Fix**: enabled successful compilation using Clang 16

- **Improvement**: various source code improvements: silence compiler warnings, apply clang-format, remove unused
  source code

- **Improvement**: corrected miscellaneous documentation issues