commit 3c0a632d9942072018b18d2976680c57c44de3e7
parent 9174ae7a56bbcc0982804c05938386c71f316501
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 25 Nov 2020 15:36:45 +0100
Merge branch 'release_0.5.1' into develop
Diffstat:
2 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
@@ -31,9 +31,15 @@ well as all the aforementioned prerequisites. Finally generate the project from
the `cmake/CMakeLists.txt` file by appending to the `CMAKE_PREFIX_PATH`
variable the install directories of its dependencies.
-## Release Notes
+## Release notes
-### v0.5
+### Version 0.5.1
+
+- Fix a memleak
+- Add a file format version in binary Green files.
+- Man improvement.
+
+### Version 0.5
- Ensure C89 compliance.
- New output format for infra-red rendering.
@@ -43,14 +49,14 @@ variable the install directories of its dependencies.
- Allow unsteady Green's function computations.
- Model files now include scale parameter.
-### v0.4
+### Version 0.4
- Improve C99 compliance.
- Build on Windows systems.
- Use new stardis-solver 0.5.
- Transition to cmake to manage builds.
-### v0.3.2
+### Version 0.3.2
- Add the solve_probe_boundary feature. The solve_probe_boundary VS
solve_probe selection is automated according the probe-geometry distance.
@@ -58,14 +64,14 @@ variable the install directories of its dependencies.
from geometry.
- Add flux boundary conditions.
-### v0.3.1
+### Version 0.3.1
Add radiative transfer computations. To achieve this, media gain 2 new parameters:
- emissivity;
- specular_fraction.
-### v0.3
+### Version 0.3
- Upgrade stardis-solver to v0.3.
- Add volumic power sources on solids;
@@ -75,7 +81,7 @@ Add radiative transfer computations. To achieve this, media gain 2 new parameter
boundary conditions information.
-### v0.1
+### Version 0.1
- Allow probe computations on conductive-only thermal systems.
- Allow Dirichlet and h.dT boundary conditions.
\ No newline at end of file
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -56,7 +56,7 @@ configure_file(${SDIS_SOURCE_DIR}/../doc/stardis.1.txt.in
set(SDIS_VERSION_MAJOR 0)
set(SDIS_VERSION_MINOR 5)
-set(SDIS_VERSION_PATCH 0)
+set(SDIS_VERSION_PATCH 1)
set(SDIS_VERSION ${SDIS_VERSION_MAJOR}.${SDIS_VERSION_MINOR}.${SDIS_VERSION_PATCH})
configure_file(${SDIS_SOURCE_DIR}/stardis-default.h.in