commit 6f76105d21e52545dfff66aefba98d0293c9b6cb
parent 4897b75e4babb914d7c34d3bba4e468910bbe681
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 28 Sep 2017 14:23:57 +0200
Merge branch 'release_0.6.1' into develop
Diffstat:
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -60,9 +60,16 @@ informations on CMake.
## Release notes
+### Version 0.6.1
+
+- Fix the solstice-input man page. The `extinction` parameter of the medium and
+ the atmosphere was named `absorption`.
+- Rename the pillbox `theta_max` parameter in `half_angle`.
+
### Version 0.6
-- Rename the atmosphere `absorption` parameter in `extinction`.
+- Rename the `absorption` parameter of the medium and the athmosphere in
+ `extinction`.
- Add several global and per-receiver estimations. The outputs now fully
describe the incoming and absorbed fluxes: overall flux, flux without
material loss, flux without atmospheric loss, material losses and atmospheric
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -45,7 +45,7 @@ find_package(LibYAML REQUIRED)
find_package(RCMake 0.2.3 REQUIRED)
find_package(RSys 0.4 REQUIRED)
find_package(SolAnim 0.2 REQUIRED)
-find_package(SolSolver 0.6 REQUIRED)
+find_package(SolSolver 0.6.1 REQUIRED)
find_package(Star3DUT 0.2 REQUIRED)
find_package(StarSP 0.4 REQUIRED)
find_package(StarSTL 0.3.1 REQUIRED)
@@ -97,7 +97,7 @@ configure_file(${SOLSTICE_SOURCE_DIR}/../doc/solstice.1.txt.in
set(VERSION_MAJOR 0)
set(VERSION_MINOR 6)
-set(VERSION_PATCH 0)
+set(VERSION_PATCH 1)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
configure_file(${SOLSTICE_SOURCE_DIR}/solstice_version.h.in