commit 9bdb9b6a87b39a5c3efb98b19f35c7dba6c6002b
parent 22454dad1d9e66b050fbfd06466dd7b18c973c53
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Fri, 25 Oct 2019 13:42:56 +0200
Merge branch 'release-0.3.3' into develop
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -15,6 +15,11 @@ can be edited, built, tested and installed as any CMake project.
## Release notes
+### Version 0.3.3
+
+- Fix star-stl lack of reentrancy. When used from a code using strtok,
+ star-stl was corrupting the strtok context.
+
### Version 0.3.2
- Update the version of the RSys dependency to 0.6: replace the deprecated
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -66,7 +66,7 @@ endif()
set(VERSION_MAJOR 0)
set(VERSION_MINOR 3)
-set(VERSION_PATCH 2)
+set(VERSION_PATCH 3)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set_target_properties(sstl PROPERTIES
DEFINE_SYMBOL SSTL_SHARED_BUILD