commit 184100ed2d96742fc0045f5a37a5ceb796defbed
parent 9359812055f6a3b35fb75e0f123164e4a218670a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 19 Sep 2017 10:39:03 +0200
Merge branch 'release_0.4.1' into develop
Diffstat:
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -60,11 +60,17 @@ informations on CMake.
## Release notes
+### Version 0.4.1
+
+- Update the name of the outputted data in the solstice-output man page.
+- Fix an issue in "dump geometry" mode, i.e. option `-g`. Solstice might fail
+ to export the solar plant geometry due to a wrong constraint on the pivots.
+
### Version 0.4
- Update the color of the paths outputted with the `-p` option. A path is blue,
turquoise or yellow if it reaches a receiver, misses the receivers or is
- occluded before it reaches a primary reflector, respectively.
+ occluded before it reaches a primary reflector, respectively.
- Add a new type of paths tracked with the `-p` option: a path is red if it
travels unforeseen mediums.
- Correctly handle the `stacks` parameter of the cylinder.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -97,7 +97,7 @@ configure_file(${SOLSTICE_SOURCE_DIR}/../doc/solstice.1.txt.in
set(VERSION_MAJOR 0)
set(VERSION_MINOR 4)
-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