From a5eec036ca4aa21e4d95a97b47350e3097cc8266 Mon Sep 17 00:00:00 2001 From: Cosimo Palazzo Date: Sun, 22 Jan 2023 19:47:29 +0100 Subject: [PATCH] Update HISTORY for release --- HISTORY.md | 21 +++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 0d01073..dcb060f 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,25 @@ +## v1.6.0 - 2023-01-22 + +### Fixed: + +- Bugs in unit tests +- Minor bugs + +### Added: + +- Options 'src_path' and 'input' to operator OPH_FOR +- Support for CentOS9 +- Operator OPH_LOGGINGBK +- Support for SLURM and LSF to task scheduler + +### Changed: + +- Use task name in job name at resource manager level +- Requirements for librabbitmq +- Scripts to start, stop and check tasks +- Operator OPH_PAV_WORKER to get information and to monitor the workers + ## v1.4.0 - 2021-12-22 ### Fixed: diff --git a/configure.ac b/configure.ac index 96941b6..dfacdff 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # # ESDM-PAV Runtime -# Copyright (C) 2021 +# Copyright (C) 2022 # # # Ophidia Server @@ -21,7 +21,7 @@ # AC_PREREQ([2.60]) -AC_INIT([esdm-pav-runtime], [1.4.0], [ophidia-info@cmcc.it]) +AC_INIT([esdm-pav-runtime], [1.6.0], [ophidia-info@cmcc.it]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([config])