star-sp

Random number generators and distributions
git clone git://git.meso-star.fr/star-sp.git
Log | Files | Refs | README | LICENSE

commit 9fb108192b7533380523f566818cdc52c2025367
parent d97a22eb4b5608ae8c665d759e7ec4441c7fb25a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 15 Nov 2018 16:08:48 +0100

Merge branch 'release_0.8.1' into develop

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

diff --git a/README.md b/README.md @@ -34,6 +34,10 @@ variable to the directory that contains the `boost` include directory. ## Release notes +### Version 0.8.1 + +- Fix a possible invalid memory read on proxy allocator clear. + ### Version 0.8 - Add the `ssp_ran_sphere_cap_uniform[_local][_float]` random variates that diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -72,7 +72,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys ${Boost_LIBRARY_DIRS}) ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 8) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SSP_FILES_SRC