diff options
author | Mike Pall <mike> | 2010-03-28 19:26:33 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2010-03-28 19:26:33 +0200 |
commit | 23189fa40d8cda4fa039a44b1211771b3d34fc7b (patch) | |
tree | 65fe7aadd2bde0e0dace999fba7bee218ae8d159 /doc/changes.html | |
parent | 3a8b9bad2e34155ddb1b6a84cc236ea87accbf1a (diff) | |
download | luajit-23189fa40d8cda4fa039a44b1211771b3d34fc7b.tar.gz luajit-23189fa40d8cda4fa039a44b1211771b3d34fc7b.tar.bz2 luajit-23189fa40d8cda4fa039a44b1211771b3d34fc7b.zip |
RELEASE LuaJIT-2.0.0-beta4v2.0.0-beta4
Diffstat (limited to 'doc/changes.html')
-rw-r--r-- | doc/changes.html | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/doc/changes.html b/doc/changes.html index b601b97a..585482a5 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
@@ -45,17 +45,16 @@ div.major { max-width: 600px; padding: 1em; margin: 1em 0 1em 0; } | |||
45 | <div id="main"> | 45 | <div id="main"> |
46 | <p> | 46 | <p> |
47 | This is a list of changes between the released versions of LuaJIT.<br> | 47 | This is a list of changes between the released versions of LuaJIT.<br> |
48 | The current <span style="color: #c00000;">development version</span> is <strong>LuaJIT 2.0.0-beta3</strong>.<br> | 48 | The current <span style="color: #c00000;">development version</span> is <strong>LuaJIT 2.0.0-beta4</strong>.<br> |
49 | The current <span style="color: #0000c0;">stable version</span> is <strong>LuaJIT 1.1.5</strong>. | 49 | The current <span style="color: #0000c0;">stable version</span> is <strong>LuaJIT 1.1.6</strong>. |
50 | </p> | 50 | </p> |
51 | <p> | 51 | <p> |
52 | Please check the | 52 | Please check the |
53 | <a href="http://luajit.org/changes.html"><span class="ext">»</span> Online Change History</a> | 53 | <a href="http://luajit.org/changes.html"><span class="ext">»</span> Online Change History</a> |
54 | to see whether newer versions are available. | 54 | to see whether newer versions are available. |
55 | </p> | 55 | </p> |
56 | 56 | <div class="major" style="background: #ffd0d0;"> | |
57 | <div class="major" style="background: #d0d0d0;"> | 57 | <h2 id="LuaJIT-2.0.0-beta4">LuaJIT 2.0.0-beta4 — 2010-03-28</h2> |
58 | <h2 id="snap">Development Snapshot</h2> | ||
59 | <ul> | 58 | <ul> |
60 | <li>Correctness and completeness: | 59 | <li>Correctness and completeness: |
61 | <ul> | 60 | <ul> |
@@ -72,9 +71,8 @@ to see whether newer versions are available. | |||
72 | <li>Add array bounds check elimination. -Oabc is enabled by default.</li> | 71 | <li>Add array bounds check elimination. -Oabc is enabled by default.</li> |
73 | <li>More tuning for x64, e.g. smaller table objects.</li> | 72 | <li>More tuning for x64, e.g. smaller table objects.</li> |
74 | </ul></li> | 73 | </ul></li> |
75 | </div> | 74 | </ul> |
76 | 75 | ||
77 | <div class="major" style="background: #ffd0d0;"> | ||
78 | <h2 id="LuaJIT-2.0.0-beta3">LuaJIT 2.0.0-beta3 — 2010-03-07</h2> | 76 | <h2 id="LuaJIT-2.0.0-beta3">LuaJIT 2.0.0-beta3 — 2010-03-07</h2> |
79 | <ul> | 77 | <ul> |
80 | <li>LuaJIT x64 port:</li> | 78 | <li>LuaJIT x64 port:</li> |
@@ -162,6 +160,16 @@ no point in listing differences over earlier versions.</li> | |||
162 | </div> | 160 | </div> |
163 | 161 | ||
164 | <div class="major" style="background: #d0d0ff;"> | 162 | <div class="major" style="background: #d0d0ff;"> |
163 | <h2 id="LuaJIT-1.1.6">LuaJIT 1.1.6 — 2010-03-28</h2> | ||
164 | <ul> | ||
165 | <li>Added fixes for the | ||
166 | <a href="http://www.lua.org/bugs.html#5.1.4"><span class="ext">»</span> currently known bugs in Lua 5.1.4</a>.</li> | ||
167 | <li>Removed wrong GC check in <tt>jit_createstate()</tt>. | ||
168 | Thanks to Tim Mensch.</li> | ||
169 | <li>Fixed bad assertions while compiling <tt>table.insert()</tt> and | ||
170 | <tt>table.remove()</tt>.</li> | ||
171 | </ul> | ||
172 | |||
165 | <h2 id="LuaJIT-1.1.5">LuaJIT 1.1.5 — 2008-10-25</h2> | 173 | <h2 id="LuaJIT-1.1.5">LuaJIT 1.1.5 — 2008-10-25</h2> |
166 | <ul> | 174 | <ul> |
167 | <li>Merged with Lua 5.1.4. Fixes all | 175 | <li>Merged with Lua 5.1.4. Fixes all |