diff options
Diffstat (limited to 'doc/status.html')
-rw-r--r-- | doc/status.html | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/status.html b/doc/status.html index 0d357613..d28d7eb5 100644 --- a/doc/status.html +++ b/doc/status.html | |||
@@ -56,9 +56,15 @@ ul li { padding-bottom: 0.3em; } | |||
56 | </div> | 56 | </div> |
57 | <div id="main"> | 57 | <div id="main"> |
58 | <p> | 58 | <p> |
59 | <span style="color: #0000c0;">LuaJIT 2.0</span> is the current | 59 | This documentation is for LuaJIT 2.0.5. Please check the <tt>doc</tt> |
60 | <span style="color: #0000c0;">stable branch</span>. This branch is in | 60 | directory in each git branch for the version-specific documentation. |
61 | feature-freeze — new features will only be added to LuaJIT 2.1. | 61 | </p> |
62 | <p> | ||
63 | The currently developed branches are LuaJIT 2.1 and LuaJIT 2.0. | ||
64 | </p> | ||
65 | <p> | ||
66 | LuaJIT 2.0 is in feature-freeze — new features will only | ||
67 | be added to LuaJIT 2.1. | ||
62 | </p> | 68 | </p> |
63 | 69 | ||
64 | <h2>Current Status</h2> | 70 | <h2>Current Status</h2> |
@@ -86,8 +92,7 @@ in LuaJIT (no per-coroutine hooks, no tail call counting). | |||
86 | Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not | 92 | Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not |
87 | handled correctly. The error may fall through an on-trace | 93 | handled correctly. The error may fall through an on-trace |
88 | <tt>pcall</tt> or it may be passed on to the function set with | 94 | <tt>pcall</tt> or it may be passed on to the function set with |
89 | <tt>lua_atpanic</tt> on x64. This issue will be fixed with the new | 95 | <tt>lua_atpanic</tt> on x64. |
90 | garbage collector. | ||
91 | </li> | 96 | </li> |
92 | </ul> | 97 | </ul> |
93 | <br class="flush"> | 98 | <br class="flush"> |