commit c0072210343d9bc045e6fcff18673397a0f329b2 parent 701df6d43aaf2fe1606b4feb01ba25cf34677e23 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Mon, 10 Feb 2020 16:12:26 +0100 Write the 0.7.1 release note Diffstat:
| M | README.md | | | 9 | ++++++++- |
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -119,6 +119,13 @@ with `<STAR3D_INSTALL_DIR>` the install directory of Star-3D and ## Release notes +### Version 0.7.1 + +- Fix an invalid memory read at the setup of the scene view when the + `S3D_TRACE` flag was set. The Embree backend assumes that the last vertex + position is at least 16 bytes length while its size was only of 12 bytes + (i.e. 3 single-precision floating-point values). + ### Version 0.7 - Add the `s3d_scene_view_closest_point` function. This function retrieves the @@ -200,7 +207,7 @@ with `<STAR3D_INSTALL_DIR>` the install directory of Star-3D and ## License -Copyright (C) 2015-2019 |Méso|Star> (<contact@meso-star.com>). Star-3D is +Copyright (C) 2015-2020 |Méso|Star> (<contact@meso-star.com>). Star-3D is released under the CeCILLv2.1 license. You are welcome to redistribute it under certain conditions; refer to the COPYING files for details.