diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-11 15:14:52 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-11 15:14:52 +0200 |
commit | adaa36dbec1ce9aaafd61873b9d3d898a8c240cf (patch) | |
tree | 4c81e8f5983c3d696a636e2cc433ce7c0a9c3dd8 /CHANGES | |
parent | 1d310e6ecb6e156598337612f16573d9cd284f5e (diff) | |
download | lanes-adaa36dbec1ce9aaafd61873b9d3d898a8c240cf.tar.gz lanes-adaa36dbec1ce9aaafd61873b9d3d898a8c240cf.tar.bz2 lanes-adaa36dbec1ce9aaafd61873b9d3d898a8c240cf.zip |
Bring all interesting fixes from the C++ implementation back into the C implementation
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 160: BGe 11-Apr-24 | ||
4 | * add manual control over GC behavior in keeper states | ||
5 | * update a bunch of test scripts | ||
6 | * minor internal fixes | ||
7 | * probably the last C implementation update, unless a critical bug creeps up | ||
8 | * internal version bumped to 3.17.0 | ||
9 | |||
3 | CHANGE 159: BGe 19-Mar-24 | 10 | CHANGE 159: BGe 19-Mar-24 |
4 | * fix small internal issue with when hitting timeout on thread kill during thread_cancel() in pthread implementation | 11 | * fix small internal issue with when hitting timeout on thread kill during thread_cancel() in pthread implementation |
5 | 12 | ||