solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit 470e3f72b40a32a09d494dbd2d0b71de12e356dc
parent 778f3be003bffe3b40ca1fdc1e3aadde12a30b64
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 28 Jul 2017 11:24:44 +0200

Bump version to 0.2.3 and write its release note

Diffstat:
MREADME.md | 10++++++++++
Mcmake/CMakeLists.txt | 2+-
2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -60,6 +60,16 @@ informations on CMake. ## Release notes +### Version 0.2.3 + +- Update the solstice-input file format. The anchor and entity name cannot + contain spaces or tabulations anymore. +- Fix the reported sun directions in the solstice-output. For each submitted + sun direction, solstice correctly output its Cartesian coordinates but always + wrote the azimuthal and elevation angles of the first direction. +- Update the solstice-output map page: add the missing `<efficiency>` grammar + rule and fix the definition of the `<map-side-data>` grammar rule. + ### Version 0.2.2 - Fix how the AsciiDoc tool suite is looking for on Windows; it was never found diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -100,7 +100,7 @@ configure_file(${SOLSTICE_SOURCE_DIR}/../doc/solstice.1.txt.in ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 2) -set(VERSION_PATCH 2) +set(VERSION_PATCH 3) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SOLSTICE_FILES_SRC