diff --git a/CMakeLists.txt b/CMakeLists.txt index 9763b65c6..87c038fd6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ endif() find_package( ecbuild 3.4 REQUIRED HINTS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../ecbuild ) # Before project() # this will generate variables, see ACore/ecflow_version.h.in -project( ecflow LANGUAGES CXX VERSION 5.11.3 ) +project( ecflow LANGUAGES CXX VERSION 5.11.4 ) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake) diff --git a/Pyext/ecflow/__init__.py b/Pyext/ecflow/__init__.py index 6fdd9767f..ae1dcd762 100644 --- a/Pyext/ecflow/__init__.py +++ b/Pyext/ecflow/__init__.py @@ -15,6 +15,6 @@ The ecFlow python module """ -__version__ = '5.11.3' +__version__ = '5.11.4' # http://stackoverflow.com/questions/13040646/how-do-i-create-documentation-with-pydoc diff --git a/docs/release_notes/index.rst b/docs/release_notes/index.rst index ed3e2c006..22ba0a329 100644 --- a/docs/release_notes/index.rst +++ b/docs/release_notes/index.rst @@ -4,6 +4,7 @@ Release notes .. toctree:: :maxdepth: 1 + version_5.11.4 version_5.11.3 version_5.11.2 version_5.11.1 diff --git a/docs/release_notes/version_5.11.4.rst b/docs/release_notes/version_5.11.4.rst new file mode 100644 index 000000000..bb13d23f5 --- /dev/null +++ b/docs/release_notes/version_5.11.4.rst @@ -0,0 +1,16 @@ +.. _version_5.11.4: + +Version 5.11.4 updates +////////////////////// + + +Version 5.11.4 +============== + +* `Released `__\ on 2023-10-10 + + +General +------- + +- **Fix**: Correct the finding of the logserver script diff --git a/tools/ecflow_logserver.sh b/tools/ecflow_logserver.sh index 9822c67dc..3cc35f91d 100755 --- a/tools/ecflow_logserver.sh +++ b/tools/ecflow_logserver.sh @@ -100,10 +100,10 @@ prognum=$((base+username)) #prognum=35502 PROG=$(which $0) -#PROG_PATH=$(readlink -f $PROG) -PROG_PATH=$(readlink $PROG) -#PATH_NAME=$ecflow_DIR/bin -PATH_NAME=./ +PROG_PATH=$(readlink -f $PROG) +PATH_NAME=$ecflow_DIR/bin +#PROG_PATH=$(readlink $PROG) +#PATH_NAME=./ export LOGPORT=$prognum LOGDIR=$(dirname $LOGFILE)