aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 568f6db..3b333b2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 155: BGe 28-Jul-23
4 * tweaks to linux thread priority management: do nothing if not super-user. if super-user, do nothing if nothing is provided (instead of trying to force a prio when LINUX_SCHED_RR is defined).
5
6CHANGE 154: eligovision 1-Mar-22
7 * Fix 3-parametrized __lanesclone
8
3CHANGE 153: BGe 17-Feb-22 9CHANGE 153: BGe 17-Feb-22
4 * NEVER use allocator obtained from lua_getallocf to allocate stuff manually when compiling for LuaJIT 10 * NEVER use allocator obtained from lua_getallocf to allocate stuff manually when compiling for LuaJIT
5 11