Skip to content

Commit

Permalink
Update HISTORY for release
Browse files Browse the repository at this point in the history
  • Loading branch information
minomicetto committed Jan 22, 2023
1 parent c5cd804 commit a5eec03
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# ESDM-PAV Runtime
# Copyright (C) 2021
# Copyright (C) 2022
#
#
# Ophidia Server
Expand All @@ -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])
Expand Down

0 comments on commit a5eec03

Please sign in to comment.