File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# NODES Release Notes
22All notable changes to this project will be documented in this file.
33
4+
5+ ## Version 1.3.0, Fri 15 Nov, 2024
6+ The 1.3.0 version of NODES introduces support for Coroutines as well as several bug fixes and improvements related to the build system.
7+
8+ ### General
9+ - Introduce support for Coroutines.
10+ - Other minor bug fixes and code improvements.
11+
12+ ### Bug Fixes
13+ - Fix immediate successor logic from within busy threads.
14+ - Fix wrong header include order the build system affecting NODES' installation.
15+
16+
417## Version 1.2.0, Wed May 15, 2024
518The 1.2.0 version of NODES introduces several bug fixes and general improvements related to the nOS-V, ALPI, and ovni API integrations.
619
Original file line number Diff line number Diff line change 77
88# NODES Version and Copyright
99
10- m4_define ( [ nodes_version] , [ 1.2 .0] )
10+ m4_define ( [ nodes_version] , [ 1.3 .0] )
1111m4_define ( [ nodes_license] , [ "GPL3"] )
1212m4_define ( [ nodes_copyright] , [ "2021 Barcelona Supercomputing Center (BSC)"] )
1313
You can’t perform that action at this time.
0 commit comments