diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b38ba99..e28af30d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## Version 4.2, Fri Nov 15, 2024 +The 4.2 version corresponds to the OmpSs-2 2024.11 release. It adds compatibility with ALPI version 1.1. + +### General +- Add compatibility with [ALPI](https://gitlab.bsc.es/alpi/alpi) version 1.1 by implementing various functions from the tasking interface + + ## Version 4.1, Wed May 15, 2024 The 4.1 version corresponds to the OmpSs-2 2024.05 release. It introduces the directory/cache (D/C) for Host and CUDA devices. It also adds several fixes for the instrumentation. diff --git a/configure.ac b/configure.ac index da33c792..5109db8b 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # Copyright (C) 2015-2024 Barcelona Supercomputing Center (BSC) # Nanos6 version and copyright -m4_define([nanos6_version], [4.1]) +m4_define([nanos6_version], [4.2]) m4_define([nanos6_license], ["GPL3"]) m4_define([nanos6_copyright], ["2015-2023 Barcelona Supercomputing Center (BSC)"])