commit 02c7d20185692738ba933aaa4a9038e566b5ff73
parent a97d495ba9cd2e955143e23eeca3d7098471bc71
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 18 Oct 2021 15:42:54 +0200
Merge branch 'release_0.2.4' into develop
Diffstat:
2 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
@@ -55,22 +55,26 @@ for further informations on CMake).
## Release notes
+### Version 0.2.4
+
+Sets the required version of Star-SampPling to 0.12. This version fixes
+compilation errors with gcc 11 but introduces API breaks.
+
### Version 0.2.3
-- Fix API break on filter function introduced by Star-3D 0.8.
+Fix API break on filter function introduced by Star-3D 0.8.
### Version 0.2.2
-- Bump the version of the dependencies and fix the code to handle their
- updates.
+Bump the version of the dependencies and fix the code to handle their updates.
### Version 0.2.1
-- Fix a crash that occurred in scenes having medium with a null absorption. In
- such scenes, radiative flux going to infinity are not allowed and must be
- handled as a numerical imprecision or a scene inconsistency. This was not the
- case: this flux was accumulated into a specific counter that was not
- initialised since, in this situation, such flux could not exist.
+Fix a crash that occurred in scenes having medium with a null absorption. In
+such scenes, radiative flux going to infinity are not allowed and must be
+handled as a numerical imprecision or a scene inconsistency. This was not the
+case: this flux was accumulated into a specific counter that was not
+initialised since, in this situation, such flux could not exist.
### Version 0.2
@@ -79,8 +83,8 @@ for further informations on CMake).
## License
-Copyright (C) 2021 |Meso|Star> (<contact@meso-star.com>).
-Copyright (C) 2015-2018 EDF S.A., France (<syrthes-support@edf.fr>).
+Copyright (C) 2021 |Meso|Star> (<contact@meso-star.com>).
+Copyright (C) 2015-2018 EDF S.A., France (<syrthes-support@edf.fr>).
Star-GF is free software released under the GPL v3+ license: GNU GPL version 3
or later. You are welcome to redistribute it under certain conditions; refer to
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -45,7 +45,7 @@ include(rcmake_runtime)
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)
-set(VERSION_PATCH 3)
+set(VERSION_PATCH 4)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SGF_FILES_SRC