aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-04-11 15:14:52 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-04-11 15:14:52 +0200
commitadaa36dbec1ce9aaafd61873b9d3d898a8c240cf (patch)
tree4c81e8f5983c3d696a636e2cc433ce7c0a9c3dd8 /CHANGES
parent1d310e6ecb6e156598337612f16573d9cd284f5e (diff)
downloadlanes-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--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d93f5b4..34bd2d9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 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
3CHANGE 159: BGe 19-Mar-24 10CHANGE 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